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

  /external/chromium_org/content/browser/renderer_host/input/
touch_emulator.h 18 class CONTENT_EXPORT TouchEmulator : public ui::GestureProviderClient {
20 explicit TouchEmulator(TouchEmulatorClient* client);
21 virtual ~TouchEmulator();
26 // Note that TouchEmulator should always listen to touch events and their acks
108 DISALLOW_COPY_AND_ASSIGN(TouchEmulator);
touch_emulator.cc 46 TouchEmulator::TouchEmulator(TouchEmulatorClient* client)
78 TouchEmulator::~TouchEmulator() {
84 void TouchEmulator::ResetState() {
94 void TouchEmulator::Enable() {
102 void TouchEmulator::Disable() {
111 gfx::SizeF TouchEmulator::InitCursorFromResource(
129 bool TouchEmulator::HandleMouseEvent(const WebMouseEvent& mouse_event) {
169 bool TouchEmulator::HandleMouseWheelEvent(const WebMouseWheelEvent& event)
    [all...]

Completed in 90 milliseconds