Searched refs:titleUIElement (Results 1 – 11 of 11) sorted by relevance
58 virtual AXObject* titleUIElement() const OVERRIDE;
140 AXObject* AXTableCell::titleUIElement() const in titleUIElement() function in WebCore::AXTableCell
895 AXObject* AXNodeObject::titleUIElement() const in titleUIElement() function in WebCore::AXNodeObject1756 AXObject* titleUIElement = this->titleUIElement(); in titleElementText() local1757 if (titleUIElement) in titleElementText()1758 textOrder.append(AccessibilityText(String(), LabelByElementText, titleUIElement)); in titleElementText()
146 virtual AXObject* titleUIElement() const OVERRIDE;
403 virtual AXObject* titleUIElement() const { return 0; } in titleUIElement() function
100 @property(nonatomic, readonly) id titleUIElement;
276 { NSAccessibilityTitleUIElementAttribute, @"titleUIElement" },457 if ([self titleUIElement])833 - (id)titleUIElement { method
148 BLINK_EXPORT WebAXObject titleUIElement() const;
686 WebAXObject WebAXObject::titleUIElement() const in titleUIElement() function in blink::WebAXObject694 return WebAXObject(m_private->titleUIElement()); in titleUIElement()
204 if (!src.titleUIElement().isDetached()) { in SerializeAccessibilityNode()206 src.titleUIElement().axID()); in SerializeAccessibilityNode()
943 WebAXObject obj = accessibilityObject().titleUIElement(); in titleUIElementCallback()