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/webkit/Source/WebKit/win/
AccessibleImage.cpp
49
String
ariaLabel
= obj->ariaLabeledByAttribute();
50
if (!
ariaLabel
.isEmpty())
51
return
ariaLabel
;
/external/webkit/Source/WebCore/accessibility/
AccessibilityImageMapLink.cpp
101
const AtomicString&
ariaLabel
= getAttribute(aria_labelAttr);
102
if (!
ariaLabel
.isEmpty())
103
return
ariaLabel
;
AccessibilityListBoxOption.cpp
142
const AtomicString&
ariaLabel
= getAttribute(aria_labelAttr);
143
if (!
ariaLabel
.isNull())
144
return
ariaLabel
;
AccessibilityRenderObject.cpp
[
all
...]
Completed in 1547 milliseconds