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

  /external/chromium_org/content/browser/renderer_host/input/
touch_emulator.h 103 gfx::Point pinch_anchor_; member in class:content::TouchEmulator
touch_emulator.cc 353 pinch_anchor_ = gfx::Point(event.x, event.y);
362 int dy = pinch_anchor_.y() - event.y;
383 pinch_event_.x = pinch_anchor_.x();
384 pinch_event_.y = pinch_anchor_.y();

Completed in 55 milliseconds