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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXTableCell.cpp 139 AXObject* AXTableCell::titleUIElement() const
AXNodeObject.cpp 900 AXObject* AXNodeObject::titleUIElement() const
    [all...]
AXObject.h 406 virtual AXObject* titleUIElement() const { return 0; }
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_cocoa.h 107 @property(nonatomic, readonly) id titleUIElement;
  /external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp 774 WebAXObject WebAXObject::titleUIElement() const
782 return WebAXObject(m_private->titleUIElement());

Completed in 222 milliseconds