Searched refs:focusableDescendant (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dfocuser.js46 var focusableDescendant = cvox.DomUtil.findFocusableDescendant(targetNode);
47 if (focusableDescendant) {
48 targetNode = focusableDescendant;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLDialogElement.cpp47 Element* focusableDescendant = 0; local
65 if (!focusableDescendant && element->isFocusable())
66 focusableDescendant = element;
69 if (focusableDescendant) {
70 focusableDescendant->focus();

Completed in 349 milliseconds