Searched refs:UpdateShiftPressed (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_emulator.h45 bool UpdateShiftPressed(bool shift_pressed);
H A Dtouch_emulator.cc158 UpdateShiftPressed((mouse_event.modifiers & WebInputEvent::ShiftKey) != 0);
181 if (!UpdateShiftPressed((event.modifiers & WebInputEvent::ShiftKey) != 0))
293 bool TouchEmulator::UpdateShiftPressed(bool shift_pressed) { function in class:content::TouchEmulator

Completed in 82 milliseconds