OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ariaLabeledByAttribute
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXNodeObject.h
159
virtual String
ariaLabeledByAttribute
() const OVERRIDE;
AXNodeObject.cpp
123
String ariaLabeledBy =
ariaLabeledByAttribute
();
799
bool hasTextAlternative = (!
ariaLabeledByAttribute
().isEmpty() || !getAttribute(aria_labelAttr).isEmpty());
1046
String AXNodeObject::
ariaLabeledByAttribute
() const
[
all
...]
AXObject.h
431
virtual String
ariaLabeledByAttribute
() const { return String(); }
Completed in 73 milliseconds