Searched refs:shouldOpenPickerWithF4Key (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumDefault.h85 virtual bool shouldOpenPickerWithF4Key() const OVERRIDE;
H A DRenderTheme.h190 virtual bool shouldOpenPickerWithF4Key() const;
H A DRenderThemeChromiumDefault.cpp508 bool RenderThemeChromiumDefault::shouldOpenPickerWithF4Key() const function in class:blink::RenderThemeChromiumDefault
H A DRenderTheme.cpp1069 bool RenderTheme::shouldOpenPickerWithF4Key() const function in class:blink::RenderTheme
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DBaseMultipleFieldsDateAndTimeInputType.cpp437 && ((event->keyIdentifier() == "Down" && event->getModifierState("Alt")) || (RenderTheme::theme().shouldOpenPickerWithF4Key() && event->keyIdentifier() == "F4"))) {

Completed in 142 milliseconds