Searched refs:titleUIElement (Results 1 – 11 of 11) sorted by relevance
58 virtual AXObject* titleUIElement() const OVERRIDE FINAL;
139 AXObject* AXTableCell::titleUIElement() const in titleUIElement() function in blink::AXTableCell
147 virtual AXObject* titleUIElement() const OVERRIDE;
406 virtual AXObject* titleUIElement() const { return 0; } in titleUIElement() function
900 AXObject* AXNodeObject::titleUIElement() const in titleUIElement() function in blink::AXNodeObject
107 @property(nonatomic, readonly) id titleUIElement;
94 { NSAccessibilityTitleUIElementAttribute, @"titleUIElement" },273 if ([self titleUIElement])738 - (id)titleUIElement { method
146 BLINK_EXPORT WebAXObject titleUIElement() const;
774 WebAXObject WebAXObject::titleUIElement() const in titleUIElement() function in blink::WebAXObject782 return WebAXObject(m_private->titleUIElement()); in titleUIElement()
275 if (!src.titleUIElement().isDetached()) { in SerializeNode()277 src.titleUIElement().axID()); in SerializeNode()
912 blink::WebAXObject obj = accessibility_object_.titleUIElement(); in TitleUIElement()