HomeSort by relevance Sort by last modified time
    Searched full:arialabel (Results 1 - 8 of 8) 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/chrome/browser/resources/ntp4/
page_switcher.js 72 var ariaLabel = loadTimeData.getStringF(msgName, nextPageTitle);
73 this.setAttribute('aria-label', ariaLabel);
  /external/chromium_org/chrome/browser/signin/
screenlock_bridge.cc 75 result->SetString("ariaLabel", aria_label_);
  /external/chromium_org/ui/login/account_picker/
user_pod_row.js 304 * @param {!string} ariaLabel
306 setAriaLabel: function(ariaLabel) {
307 this.iconElement.setAttribute('aria-label', ariaLabel);
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
dom_util_test.unitjs 419 <p id="en-arialabel" aria-label="&lt;&gt;"></p>
426 $('en-arialabel')));
    [all...]
  /external/chromium_org/third_party/accessibility-audit/
axs_testing.js     [all...]

Completed in 237 milliseconds