|
| | MockFlutterWindowsView (std::unique_ptr< WindowBindingHandler > wbh) |
| |
| | ~MockFlutterWindowsView () |
| |
| | MOCK_METHOD (void, NotifyWinEventWrapper,(ui::AXPlatformNodeWin *, ax::mojom::Event),(override)) |
| |
| | MOCK_METHOD (PlatformWindow, GetPlatformWindow,(),(const, override)) |
| |
| | FlutterWindowsView (std::unique_ptr< WindowBindingHandler > window_binding) |
| |
| virtual | ~FlutterWindowsView () |
| |
| void | SetEngine (std::unique_ptr< FlutterWindowsEngine > engine) |
| |
| void | CreateRenderSurface () |
| |
| void | DestroyRenderSurface () |
| |
| WindowsRenderTarget * | GetRenderTarget () const |
| |
| virtual PlatformWindow | GetPlatformWindow () const |
| |
| FlutterWindowsEngine * | GetEngine () |
| |
| void | ForceRedraw () |
| |
| bool | ClearContext () |
| |
| bool | MakeCurrent () |
| |
| bool | MakeResourceCurrent () |
| |
| bool | SwapBuffers () |
| |
| bool | PresentSoftwareBitmap (const void *allocation, size_t row_bytes, size_t height) |
| |
| void | SendInitialBounds () |
| |
| void | SendInitialAccessibilityFeatures () |
| |
| void | AnnounceAlert (const std::wstring &text) |
| |
| void | UpdateHighContrastEnabled (bool enabled) override |
| |
| uint32_t | GetFrameBufferId (size_t width, size_t height) |
| |
| void | UpdateFlutterCursor (const std::string &cursor_name) |
| |
| void | SetFlutterCursor (HCURSOR cursor) |
| |
| void | OnWindowSizeChanged (size_t width, size_t height) override |
| |
| void | OnWindowRepaint () override |
| |
| void | OnPointerMove (double x, double y, FlutterPointerDeviceKind device_kind, int32_t device_id, int modifiers_state) override |
| |
| void | OnPointerDown (double x, double y, FlutterPointerDeviceKind device_kind, int32_t device_id, FlutterPointerMouseButtons button) override |
| |
| void | OnPointerUp (double x, double y, FlutterPointerDeviceKind device_kind, int32_t device_id, FlutterPointerMouseButtons button) override |
| |
| void | OnPointerLeave (double x, double y, FlutterPointerDeviceKind device_kind, int32_t device_id=0) override |
| |
| virtual void | OnPointerPanZoomStart (int32_t device_id) override |
| |
| virtual void | OnPointerPanZoomUpdate (int32_t device_id, double pan_x, double pan_y, double scale, double rotation) override |
| |
| virtual void | OnPointerPanZoomEnd (int32_t device_id) override |
| |
| void | OnText (const std::u16string &) override |
| |
| void | OnKey (int key, int scancode, int action, char32_t character, bool extended, bool was_down, KeyEventCallback callback) override |
| |
| void | OnComposeBegin () override |
| |
| void | OnComposeCommit () override |
| |
| void | OnComposeEnd () override |
| |
| void | OnComposeChange (const std::u16string &text, int cursor_pos) override |
| |
| void | OnScroll (double x, double y, double delta_x, double delta_y, int scroll_offset_multiplier, FlutterPointerDeviceKind device_kind, int32_t device_id) override |
| |
| void | OnScrollInertiaCancel (int32_t device_id) override |
| |
| virtual void | OnUpdateSemanticsEnabled (bool enabled) override |
| |
| virtual gfx::NativeViewAccessible | GetNativeViewAccessible () override |
| |
| void | OnCursorRectUpdated (const Rect &rect) override |
| |
| void | OnResetImeComposing () override |
| |
| void | OnDwmCompositionChanged () |
| |
| ui::AXPlatformNodeWin * | AlertNode () const |
| |
| virtual ui::AXFragmentRootDelegateWin * | GetAxFragmentRootDelegate () override |
| |
| virtual void | UpdateSemanticsEnabled (bool enabled) |
| |
| std::weak_ptr< AccessibilityBridgeWindows > | accessibility_bridge () |
| |
| void | OnWindowStateEvent (HWND hwnd, WindowStateEvent event) override |
| |