Flutter Engine
The Flutter Engine
|
#include <ax_platform_node_win_unittest.h>
Public Member Functions | |
TestFragmentRootDelegate () | |
virtual | ~TestFragmentRootDelegate () |
gfx::NativeViewAccessible | GetChildOfAXFragmentRoot () override |
gfx::NativeViewAccessible | GetParentOfAXFragmentRoot () override |
bool | IsAXFragmentRootAControlElement () override |
virtual gfx::NativeViewAccessible | GetChildOfAXFragmentRoot ()=0 |
virtual gfx::NativeViewAccessible | GetParentOfAXFragmentRoot ()=0 |
virtual bool | IsAXFragmentRootAControlElement ()=0 |
Public Attributes | |
gfx::NativeViewAccessible | child_ = nullptr |
gfx::NativeViewAccessible | parent_ = nullptr |
bool | is_control_element_ = true |
Definition at line 40 of file ax_platform_node_win_unittest.h.
|
default |
|
virtualdefault |
|
overridevirtual |
Implements ui::AXFragmentRootDelegateWin.
Definition at line 419 of file ax_platform_node_win_unittest.cc.
|
overridevirtual |
Implements ui::AXFragmentRootDelegateWin.
Definition at line 424 of file ax_platform_node_win_unittest.cc.
|
overridevirtual |
Implements ui::AXFragmentRootDelegateWin.
Definition at line 428 of file ax_platform_node_win_unittest.cc.
gfx::NativeViewAccessible ui::TestFragmentRootDelegate::child_ = nullptr |
Definition at line 47 of file ax_platform_node_win_unittest.h.
bool ui::TestFragmentRootDelegate::is_control_element_ = true |
Definition at line 49 of file ax_platform_node_win_unittest.h.
gfx::NativeViewAccessible ui::TestFragmentRootDelegate::parent_ = nullptr |
Definition at line 48 of file ax_platform_node_win_unittest.h.