OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ariaLabel
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityImageMapLink.cpp
112
const AtomicString&
ariaLabel
= getAttribute(aria_labelAttr);
113
if (!
ariaLabel
.isEmpty())
114
return
ariaLabel
;
AccessibilityListBoxOption.cpp
151
const AtomicString&
ariaLabel
= getAttribute(aria_labelAttr);
152
if (!
ariaLabel
.isNull())
153
return
ariaLabel
;
AccessibilityNodeObject.cpp
124
const AtomicString&
ariaLabel
= getAttribute(aria_labelAttr);
125
if (!
ariaLabel
.isEmpty())
126
return
ariaLabel
;
[
all
...]
Completed in 156 milliseconds