HomeSort by relevance Sort by last modified time
    Searched full:shift_pressed_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/browser/renderer_host/input/
touch_emulator_unittest.cc 36 : shift_pressed_(false),
99 return shift_pressed_ ? WebInputEvent::ShiftKey : 0;
131 DCHECK(!shift_pressed_);
132 shift_pressed_ = true;
137 DCHECK(shift_pressed_);
138 shift_pressed_ = false;
260 bool shift_pressed_; member in class:content::TouchEmulatorTest
touch_emulator.cc 88 shift_pressed_ = false;
188 // |OnGestureEvent| depending on the state of |shift_pressed_|, using the
190 if (shift_pressed_) {
342 if (shift_pressed_ == shift_pressed)
344 shift_pressed_ = shift_pressed;
438 return shift_pressed_;
touch_emulator.h 91 bool shift_pressed_; member in class:content::TouchEmulator

Completed in 342 milliseconds