Home
last modified time | relevance | path

Searched refs:altKeyPressed (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/renderer/
Dwebscrollbarbehavior_impl_mac.mm16 bool altKeyPressed) {
18 (jump_on_track_click_ != altKeyPressed);
Dwebscrollbarbehavior_impl_mac.h19 bool altKeyPressed);
Dwebscrollbarbehavior_impl_gtkoraura.h17 bool altKeyPressed);
Dwebscrollbarbehavior_impl_gtkoraura.cc15 bool altKeyPressed) { in shouldCenterOnThumb() argument
/external/chromium_org/third_party/WebKit/public/platform/
DWebScrollbarBehavior.h22 …virtual bool shouldCenterOnThumb(Button, bool shiftKeyPressed, bool altKeyPressed) { return false;… in shouldCenterOnThumb() argument