OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ariaLabel
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXImageMapLink.cpp
104
const AtomicString&
ariaLabel
= getAttribute(aria_labelAttr);
105
if (!
ariaLabel
.isEmpty())
106
return
ariaLabel
;
AXListBoxOption.cpp
115
const AtomicString&
ariaLabel
= getAttribute(aria_labelAttr);
116
if (!
ariaLabel
.isNull())
117
return
ariaLabel
;
AXNodeObject.cpp
130
const AtomicString&
ariaLabel
= getAttribute(aria_labelAttr);
131
if (!
ariaLabel
.isEmpty())
132
return
ariaLabel
;
[
all
...]
/external/chromium_org/third_party/accessibility-audit/
axs_testing.js
[
all
...]
Completed in 71 milliseconds