Home
last modified time | relevance | path

Searched refs:global_root_scroller (Results 1 – 2 of 2) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/accessibility/
H A Dax_object.cc2752 Node* global_root_scroller = GetDocument() in RootScroller() local
2756 if (!global_root_scroller) in RootScroller()
2760 if (global_root_scroller->GetDocument() != GetDocument()) in RootScroller()
2763 return AXObjectCache().GetOrCreate(global_root_scroller); in RootScroller()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/accessibility/
H A Dax_object.cc3505 Node* global_root_scroller = GetDocument() in RootScroller() local
3509 if (!global_root_scroller) in RootScroller()
3513 if (global_root_scroller->GetDocument() != GetDocument()) in RootScroller()
3516 return AXObjectCache().GetOrCreate(global_root_scroller); in RootScroller()