HomeSort by relevance Sort by last modified time
    Searched refs:titleUIElement (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXTableCell.h 58 virtual AXObject* titleUIElement() const OVERRIDE FINAL;
AXTableCell.cpp 139 AXObject* AXTableCell::titleUIElement() const
AXNodeObject.h 147 virtual AXObject* titleUIElement() const OVERRIDE;
AXObject.h 401 virtual AXObject* titleUIElement() const { return 0; }
AXNodeObject.cpp 893 AXObject* AXNodeObject::titleUIElement() const
    [all...]
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_cocoa.h 106 @property(nonatomic, readonly) id titleUIElement;
  /external/chromium_org/third_party/WebKit/public/web/
WebAXObject.h 154 BLINK_EXPORT WebAXObject titleUIElement() const;
  /external/chromium_org/content/renderer/accessibility/
blink_ax_tree_source.cc 256 if (!src.titleUIElement().isDetached()) {
258 src.titleUIElement().axID());
  /external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp 790 WebAXObject WebAXObject::titleUIElement() const
798 return WebAXObject(m_private->titleUIElement());
  /external/chromium_org/content/shell/renderer/test_runner/
web_ax_object_proxy.cc 524 .SetMethod("titleUIElement", &WebAXObjectProxy::TitleUIElement)
854 v8::Handle<v8::Object> WebAXObjectProxy::TitleUIElement() {
855 blink::WebAXObject obj = accessibility_object().titleUIElement();
    [all...]

Completed in 275 milliseconds