HomeSort by relevance Sort by last modified time
    Searched defs:WebAXObject (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/public/web/
WebAXObject.h 55 class WebAXObject {
57 ~WebAXObject() { reset(); }
59 WebAXObject() { }
60 WebAXObject(const WebAXObject& o) { assign(o); }
61 WebAXObject& operator=(const WebAXObject& o)
68 BLINK_EXPORT void assign(const WebAXObject&);
69 BLINK_EXPORT bool equals(const WebAXObject&) const;
97 BLINK_EXPORT WebAXObject childAt(unsigned) const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp 32 #include "WebAXObject.h"
60 void WebAXObject::reset()
65 void WebAXObject::assign(const blink::WebAXObject& other)
70 bool WebAXObject::equals(const WebAXObject& n) const
76 void WebAXObject::enableAccessibility()
82 bool WebAXObject::accessibilityEnabled()
88 void WebAXObject::enableInlineTextBoxAccessibility()
93 void WebAXObject::startCachingComputedObjectAttributesUntilTreeMutates(
    [all...]

Completed in 1276 milliseconds