HomeSort by relevance Sort by last modified time
    Searched full:focusabledescendant (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDialogElement.cpp 45 Element* focusableDescendant = 0;
63 if (!focusableDescendant && element->isFocusable())
64 focusableDescendant = element;
67 if (focusableDescendant) {
68 focusableDescendant->focus();
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
focuser.js 46 var focusableDescendant = cvox.DomUtil.findFocusableDescendant(targetNode);
47 if (focusableDescendant) {
48 targetNode = focusableDescendant;

Completed in 70 milliseconds