Searched defs:mouse_pressed_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_emulator.h90 bool mouse_pressed_; member in class:content::TouchEmulator
H A Dtouch_emulator_unittest.cc37 mouse_pressed_(false),
146 event.button = mouse_pressed_ ? WebMouseEvent::ButtonLeft :
165 DCHECK(!mouse_pressed_);
168 mouse_pressed_ = true;
173 DCHECK(mouse_pressed_);
178 DCHECK(!mouse_pressed_);
183 DCHECK(mouse_pressed_);
187 mouse_pressed_ = false;
261 bool mouse_pressed_; member in class:content::TouchEmulatorTest
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_view.h218 bool mouse_pressed_; member in class:PanelView

Completed in 413 milliseconds