Definition at line 254 of file ax_fragment_root_win.cc.
◆ AddFragmentRoot()
void ui::AXFragmentRootMapWin::AddFragmentRoot |
( |
gfx::AcceleratedWidget |
widget, |
|
|
AXFragmentRootWin * |
fragment_root |
|
) |
| |
|
inline |
◆ GetFragmentRoot()
Definition at line 268 of file ax_fragment_root_win.cc.
268 {
269 const auto& entry = map_.find(widget);
270 if (entry != map_.end())
271 return entry->second;
272
273 return nullptr;
274 }
◆ GetFragmentRootParentOf()
Definition at line 276 of file ax_fragment_root_win.cc.
277 {
278 for (const auto& entry : map_) {
279 AXPlatformNodeDelegate* child = entry.second->GetChildNodeDelegate();
280 if (child && (child->GetNativeViewAccessible() == accessible))
281 return entry.second;
282 }
283 return nullptr;
284 }
◆ GetInstance()
◆ RemoveFragmentRoot()
void ui::AXFragmentRootMapWin::RemoveFragmentRoot |
( |
gfx::AcceleratedWidget |
widget | ) |
|
|
inline |
The documentation for this class was generated from the following file: