Searched refs:popsMenuByArrowKeys (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumMac.h73 virtual bool popsMenuByArrowKeys() const OVERRIDE { return true; }
H A DRenderTheme.h183 virtual bool popsMenuByArrowKeys() const { return false; } function in class:blink::RenderTheme
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLSelectElement.cpp1213 return ((renderTheme.popsMenuByArrowKeys() && (keyIdentifier == "Down" || keyIdentifier == "Up"))
1248 if (RenderTheme::theme().popsMenuByArrowKeys() && !isSpatialNavigationEnabled(document().frame()))

Completed in 755 milliseconds