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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumMac.h78 virtual bool popsMenuByArrowKeys() const OVERRIDE { return true; }
H A DRenderTheme.h214 virtual bool popsMenuByArrowKeys() const { return false; } function in class:WebCore::RenderTheme
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLSelectElement.cpp1069 if (!renderTheme->popsMenuByArrowKeys())
1178 } else if (renderTheme->popsMenuByArrowKeys()) {

Completed in 350 milliseconds