Searched refs:spatialNavigationFocused (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLOptionElement.h69 bool spatialNavigationFocused() const;
H A DHTMLOptionElement.cpp394 bool HTMLOptionElement::spatialNavigationFocused() const function in class:blink::HTMLOptionElement
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DSharedStyleFinder.cpp242 || toHTMLOptionElement(candidate).spatialNavigationFocused() != toHTMLOptionElement(element()).spatialNavigationFocused()))
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DSelectorChecker.cpp1127 return isHTMLOptionElement(element) && toHTMLOptionElement(element).spatialNavigationFocused() && isFrameFocused(element);

Completed in 2034 milliseconds