Home
last modified time | relevance | path

Searched refs:AXObjectCacheImpl (Results 1 – 25 of 113) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/accessibility/
H A Dax_object_cache_impl.cc139 AXObjectCacheImpl::AXObjectCacheImpl(Document& document) in AXObjectCacheImpl() function in blink::AXObjectCacheImpl
158 AXObjectCacheImpl::~AXObjectCacheImpl() { in ~AXObjectCacheImpl()
164 void AXObjectCacheImpl::Dispose() { in Dispose()
178 AXObject* AXObjectCacheImpl::Root() { in Root()
648 AXObject* AXObjectCacheImpl::GetOrCreate( in GetOrCreate()
961 void AXObjectCacheImpl::DeferTreeUpdate( in DeferTreeUpdate()
969 void AXObjectCacheImpl::DeferTreeUpdate( in DeferTreeUpdate()
980 void AXObjectCacheImpl::DeferTreeUpdate( in DeferTreeUpdate()
990 void AXObjectCacheImpl::DeferTreeUpdate( in DeferTreeUpdate()
999 void AXObjectCacheImpl::DeferTreeUpdate( in DeferTreeUpdate()
[all …]
H A Dinspector_accessibility_agent.h17 class AXObjectCacheImpl; variable
68 AXObjectCacheImpl&) const;
72 AXObjectCacheImpl&) const;
78 AXObjectCacheImpl&) const;
84 AXObjectCacheImpl&) const;
88 AXObjectCacheImpl&) const;
93 AXObjectCacheImpl&) const;
99 AXObjectCacheImpl&) const;
104 AXObjectCacheImpl&) const;
109 AXObjectCacheImpl&) const;
H A Dax_sparse_attribute_setter.h56 AXObjectCacheImpl& ax_object_cache, in AXSparseAttributeAOMPropertyClient()
70 Persistent<AXObjectCacheImpl> ax_object_cache_;
76 AXNodeDataAOMPropertyClient(AXObjectCacheImpl& ax_object_cache, in AXNodeDataAOMPropertyClient()
89 Persistent<AXObjectCacheImpl> ax_object_cache_;
H A Dax_media_element.h14 class AXObjectCacheImpl; variable
18 static AXObject* Create(LayoutObject*, AXObjectCacheImpl&);
20 AccessibilityMediaElement(LayoutObject*, AXObjectCacheImpl&);
H A Dax_object_cache_impl.h63 class MODULES_EXPORT AXObjectCacheImpl
69 explicit AXObjectCacheImpl(Document&);
70 ~AXObjectCacheImpl() override;
438 void DeferTreeUpdate(void (AXObjectCacheImpl::*method)(const Node*),
440 void DeferTreeUpdate(void (AXObjectCacheImpl::*method)(Node*), Node* node);
442 void (AXObjectCacheImpl::*method)(Node* node,
446 void DeferTreeUpdate(void (AXObjectCacheImpl::*method)(const QualifiedName&,
452 void DeferTreeUpdate(void (AXObjectCacheImpl::*method)(Node*, AXObject*),
512 HeapMojoReceiver<mojom::blink::PermissionObserver, AXObjectCacheImpl>
550 DISALLOW_COPY_AND_ASSIGN(AXObjectCacheImpl);
[all …]
H A Dax_slider.h38 class AXObjectCacheImpl; variable
43 AXSlider(LayoutObject*, AXObjectCacheImpl&);
64 explicit AXSliderThumb(AXObjectCacheImpl&);
H A Dax_menu_list_popup.cc34 AXMenuListPopup::AXMenuListPopup(AXObjectCacheImpl& ax_object_cache) in AXMenuListPopup()
136 AXObjectCacheImpl& cache = AXObjectCache(); in DidUpdateActiveOption()
152 AXObjectCacheImpl& cache = AXObjectCache(); in DidHide()
165 AXObjectCacheImpl& cache = AXObjectCache(); in DidShow()
H A Dax_object_cache_test.cc62 explicit MockAXObject(AXObjectCacheImpl& ax_object_cache) in MockAXObject()
76 To<AXObjectCacheImpl>(document.ExistingAXObjectCache()); in TEST_F()
86 &AXObjectCacheImpl::ChildrenChangedWithCleanLayout, nullptr, ax_obj); in TEST_F()
H A Dax_slider.cc40 AXObjectCacheImpl& ax_object_cache) in AXSlider()
83 AXObjectCacheImpl& cache = AXObjectCache(); in AddChildren()
134 AXSliderThumb::AXSliderThumb(AXObjectCacheImpl& ax_object_cache) in AXSliderThumb()
H A Dax_list.h37 class AXObjectCacheImpl; variable
41 AXList(LayoutObject*, AXObjectCacheImpl&);
H A Dax_svg_root.h37 class AXObjectCacheImpl; variable
41 AXSVGRoot(LayoutObject*, AXObjectCacheImpl&);
H A Dax_list_box.h37 class AXObjectCacheImpl; variable
41 AXListBox(LayoutObject*, AXObjectCacheImpl&);
H A Dax_mock_object.h35 class AXObjectCacheImpl; variable
39 explicit AXMockObject(AXObjectCacheImpl&);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/accessibility/
H A Dax_object_cache_impl.cc132 AXObjectCacheImpl::AXObjectCacheImpl(Document& document) in AXObjectCacheImpl() function in blink::AXObjectCacheImpl
146 AXObjectCacheImpl::~AXObjectCacheImpl() { in ~AXObjectCacheImpl()
152 void AXObjectCacheImpl::Dispose() { in Dispose()
166 AXObject* AXObjectCacheImpl::Root() { in Root()
184 Node* AXObjectCacheImpl::FocusedElement() { in FocusedElement()
594 AXObject* AXObjectCacheImpl::GetOrCreate( in GetOrCreate()
679 void AXObjectCacheImpl::Remove(AXID ax_id) { in Remove()
828 void AXObjectCacheImpl::DeferTreeUpdate( in DeferTreeUpdate()
836 void AXObjectCacheImpl::DeferTreeUpdate( in DeferTreeUpdate()
845 void AXObjectCacheImpl::DeferTreeUpdate( in DeferTreeUpdate()
[all …]
H A Dinspector_accessibility_agent.h17 class AXObjectCacheImpl; variable
60 AXObjectCacheImpl&) const;
64 AXObjectCacheImpl&) const;
70 AXObjectCacheImpl&) const;
76 AXObjectCacheImpl&) const;
80 AXObjectCacheImpl&) const;
85 AXObjectCacheImpl&) const;
91 AXObjectCacheImpl&) const;
96 AXObjectCacheImpl&) const;
101 AXObjectCacheImpl&) const;
H A Dax_media_element.h14 class AXObjectCacheImpl; variable
18 static AXObject* Create(LayoutObject*, AXObjectCacheImpl&);
20 AccessibilityMediaElement(LayoutObject*, AXObjectCacheImpl&);
H A Dax_slider.h38 class AXObjectCacheImpl; variable
43 AXSlider(LayoutObject*, AXObjectCacheImpl&);
64 explicit AXSliderThumb(AXObjectCacheImpl&);
H A Dax_object_cache_impl.h60 class MODULES_EXPORT AXObjectCacheImpl
66 explicit AXObjectCacheImpl(Document&);
67 ~AXObjectCacheImpl() override;
374 void DeferTreeUpdate(void (AXObjectCacheImpl::*method)(Node*), Node* node);
375 void DeferTreeUpdate(void (AXObjectCacheImpl::*method)(const QualifiedName&,
379 void DeferTreeUpdate(void (AXObjectCacheImpl::*method)(Node*, AXObject*),
418 DISALLOW_COPY_AND_ASSIGN(AXObjectCacheImpl);
423 struct DowncastTraits<AXObjectCacheImpl> {
H A Dax_menu_list_popup.cc34 AXMenuListPopup::AXMenuListPopup(AXObjectCacheImpl& ax_object_cache) in AXMenuListPopup()
132 AXObjectCacheImpl& cache = AXObjectCache(); in DidUpdateActiveOption()
149 AXObjectCacheImpl& cache = AXObjectCache(); in DidHide()
162 AXObjectCacheImpl& cache = AXObjectCache(); in DidShow()
H A Dax_slider.cc40 AXObjectCacheImpl& ax_object_cache) in AXSlider()
82 AXObjectCacheImpl& cache = AXObjectCache(); in AddChildren()
127 AXSliderThumb::AXSliderThumb(AXObjectCacheImpl& ax_object_cache) in AXSliderThumb()
H A Dax_list.h37 class AXObjectCacheImpl; variable
41 AXList(LayoutObject*, AXObjectCacheImpl&);
H A Dax_svg_root.h37 class AXObjectCacheImpl; variable
41 AXSVGRoot(LayoutObject*, AXObjectCacheImpl&);
H A Dax_list_box.h37 class AXObjectCacheImpl; variable
41 AXListBox(LayoutObject*, AXObjectCacheImpl&);
H A Dax_mock_object.h35 class AXObjectCacheImpl; variable
39 explicit AXMockObject(AXObjectCacheImpl&);
H A Dax_progress_indicator.h29 class AXObjectCacheImpl; variable
35 AXProgressIndicator(LayoutProgress*, AXObjectCacheImpl&);

12345