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

  /external/chromium_org/content/browser/renderer_host/input/
synthetic_gesture_target_base.cc 61 PointIsWithinContents(web_touch.touches[i].position.x,
70 CHECK(PointIsWithinContents(web_wheel.x, web_wheel.y))
77 PointIsWithinContents(web_mouse.x, web_mouse.y))
131 bool SyntheticGestureTargetBase::PointIsWithinContents(int x, int y) const {
synthetic_gesture_target_base.h 61 bool PointIsWithinContents(int x, int y) const;

Completed in 165 milliseconds