HomeSort by relevance Sort by last modified time
    Searched refs:UpdateShiftPressed (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/renderer_host/input/
touch_emulator.h 55 bool UpdateShiftPressed(bool shift_pressed);
touch_emulator.cc 158 UpdateShiftPressed((mouse_event.modifiers & WebInputEvent::ShiftKey) != 0);
181 if (!UpdateShiftPressed((event.modifiers & WebInputEvent::ShiftKey) != 0))
341 bool TouchEmulator::UpdateShiftPressed(bool shift_pressed) {

Completed in 60 milliseconds