Home
last modified time | relevance | path

Searched refs:titleUIElement (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXTableCell.h58 virtual AXObject* titleUIElement() const OVERRIDE;
DAXTableCell.cpp140 AXObject* AXTableCell::titleUIElement() const in titleUIElement() function in WebCore::AXTableCell
DAXNodeObject.cpp895 AXObject* AXNodeObject::titleUIElement() const in titleUIElement() function in WebCore::AXNodeObject
1756 AXObject* titleUIElement = this->titleUIElement(); in titleElementText() local
1757 if (titleUIElement) in titleElementText()
1758 textOrder.append(AccessibilityText(String(), LabelByElementText, titleUIElement)); in titleElementText()
DAXNodeObject.h146 virtual AXObject* titleUIElement() const OVERRIDE;
DAXObject.h403 virtual AXObject* titleUIElement() const { return 0; } in titleUIElement() function
/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility_cocoa.h100 @property(nonatomic, readonly) id titleUIElement;
Dbrowser_accessibility_cocoa.mm276 { NSAccessibilityTitleUIElementAttribute, @"titleUIElement" },
457 if ([self titleUIElement])
833 - (id)titleUIElement { method
/external/chromium_org/third_party/WebKit/public/web/
DWebAXObject.h148 BLINK_EXPORT WebAXObject titleUIElement() const;
/external/chromium_org/third_party/WebKit/Source/web/
DWebAXObject.cpp686 WebAXObject WebAXObject::titleUIElement() const in titleUIElement() function in blink::WebAXObject
694 return WebAXObject(m_private->titleUIElement()); in titleUIElement()
/external/chromium_org/content/renderer/accessibility/
Daccessibility_node_serializer.cc204 if (!src.titleUIElement().isDetached()) { in SerializeAccessibilityNode()
206 src.titleUIElement().axID()); in SerializeAccessibilityNode()
/external/chromium_org/third_party/WebKit/Source/testing/runner/
DWebAXObjectProxy.cpp943 WebAXObject obj = accessibilityObject().titleUIElement(); in titleUIElementCallback()