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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDialogElement.cpp 47 Element* focusableDescendant = 0;
65 if (!focusableDescendant && element->isFocusable())
66 focusableDescendant = element;
69 if (focusableDescendant) {
70 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 76 milliseconds