Searched defs:AXObject (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXObject.cpp30 #include "core/accessibility/AXObject.h"
131 AXObject::AXObject() function in class:blink::AXObject
140 AXObject::~AXObject()
145 void AXObject::detach()
154 bool AXObject::isDetached() const
159 AXObjectCache* AXObject::axObjectCache() const
167 bool AXObject::isARIATextControl() const
172 bool AXObject
[all...]
H A DAXObject.h42 class AXObject;
220 RefPtr<AXObject> textElement;
227 AccessibilityText(const String& t, const AccessibilityTextSource& s, const RefPtr<AXObject> element)
258 class AXObject : public RefCounted<AXObject> { class in namespace:blink
260 typedef Vector<RefPtr<AXObject> > AccessibilityChildrenVector;
281 AXObject();
284 virtual ~AXObject();
286 // After constructing an AXObject, it must be given a
292 // When the corresponding WebCore object that this AXObject
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebAXObject.cpp35 #include "core/accessibility/AXObject.h"
426 AXObject::AccessibilityChildrenVector controls;
442 AXObject::AccessibilityChildrenVector describedby;
466 AXObject::AccessibilityChildrenVector flowTo;
482 AXObject::AccessibilityChildrenVector labelledby;
530 AXObject::AccessibilityChildrenVector owns;
613 RefPtr<AXObject> hit = m_private->accessibilityHitTest(contentsPoint);
753 m_private->setSelectedTextRange(AXObject::PlainTextRange(selectionStart, selectionEnd - selectionStart));
949 return WebAXObject(static_cast<AXObject*>(cell));
971 const AXObject
[all...]

Completed in 273 milliseconds