OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ariaLabel
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXImageMapLink.cpp
119
const AtomicString&
ariaLabel
= getAttribute(aria_labelAttr);
120
if (!
ariaLabel
.isEmpty())
121
return
ariaLabel
;
AXListBoxOption.cpp
151
const AtomicString&
ariaLabel
= getAttribute(aria_labelAttr);
152
if (!
ariaLabel
.isNull())
153
return
ariaLabel
;
AXNodeObject.cpp
127
const AtomicString&
ariaLabel
= getAttribute(aria_labelAttr);
128
if (!
ariaLabel
.isEmpty())
129
return
ariaLabel
;
[
all
...]
Completed in 46 milliseconds