Home
last modified time | relevance | path

Searched refs:platform_node_ (Results 1 – 10 of 10) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/accessibility/
H A Dview_ax_platform_node_delegate_auralinux.cc99 return platform_node_->GetNativeViewAccessible(); in GetNativeViewAccessible()
149 platform_node_ = ui::AXPlatformNode::Create(this); in AuraLinuxApplication()
153 ui::AXPlatformNodeAuraLinux::SetApplication(platform_node_); in AuraLinuxApplication()
158 platform_node_->Destroy(); in ~AuraLinuxApplication()
159 platform_node_ = nullptr; in ~AuraLinuxApplication()
162 ui::AXPlatformNode* platform_node_; member in views::__anon8ff0a1230111::AuraLinuxApplication
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/accessibility/
H A Dview_ax_platform_node_delegate_auralinux.cc98 return platform_node_->GetNativeViewAccessible(); in GetNativeViewAccessible()
153 platform_node_ = ui::AXPlatformNode::Create(this); in AuraLinuxApplication()
157 ui::AXPlatformNodeAuraLinux::SetApplication(platform_node_); in AuraLinuxApplication()
162 platform_node_->Destroy(); in ~AuraLinuxApplication()
163 platform_node_ = nullptr; in ~AuraLinuxApplication()
166 ui::AXPlatformNode* platform_node_; member in views::__anon52d900880111::AuraLinuxApplication
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/platform/
H A Dax_fragment_root_win.cc228 platform_node_ = ui::AXFragmentRootPlatformNodeWin::Create(this); in AXFragmentRootWin()
234 platform_node_->Destroy(); in ~AXFragmentRootWin()
235 platform_node_ = nullptr; in ~AXFragmentRootWin()
257 return platform_node_.Get(); in GetNativeViewAccessible()
H A Dtest_ax_node_wrapper.h57 AXPlatformNode* ax_platform_node() const { return platform_node_; } in ax_platform_node()
181 AXPlatformNode* platform_node_; variable
H A Dax_fragment_root_win.h83 Microsoft::WRL::ComPtr<ui::AXFragmentRootPlatformNodeWin> platform_node_; variable
H A Dtest_ax_node_wrapper.cc119 platform_node_->Destroy(); in ~TestAXNodeWrapper()
860 platform_node_(AXPlatformNode::Create(this)) { in TestAXNodeWrapper()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/platform/
H A Dax_fragment_root_win.cc303 platform_node_ = ui::AXFragmentRootPlatformNodeWin::Create(this); in AXFragmentRootWin()
309 platform_node_->Destroy(); in ~AXFragmentRootWin()
310 platform_node_ = nullptr; in ~AXFragmentRootWin()
332 return platform_node_.Get(); in GetNativeViewAccessible()
H A Dtest_ax_node_wrapper.h61 AXPlatformNode* ax_platform_node() const { return platform_node_; } in ax_platform_node()
185 AXPlatformNode* platform_node_; variable
H A Dax_fragment_root_win.h83 Microsoft::WRL::ComPtr<ui::AXFragmentRootPlatformNodeWin> platform_node_; variable
H A Dtest_ax_node_wrapper.cc124 platform_node_->Destroy(); in ~TestAXNodeWrapper()
878 platform_node_(AXPlatformNode::Create(this)) { in TestAXNodeWrapper()