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

  /external/chromium_org/content/browser/renderer_host/input/
web_input_event_util.cc 249 gesture.data.showPress.width = data.details.bounding_box_f().width();
250 gesture.data.showPress.height = data.details.bounding_box_f().height();
256 gesture.data.tap.width = data.details.bounding_box_f().width();
257 gesture.data.tap.height = data.details.bounding_box_f().height();
263 gesture.data.tap.width = data.details.bounding_box_f().width();
264 gesture.data.tap.height = data.details.bounding_box_f().height();
270 gesture.data.tap.width = data.details.bounding_box_f().width();
271 gesture.data.tap.height = data.details.bounding_box_f().height();
275 gesture.data.longPress.width = data.details.bounding_box_f().width();
276 gesture.data.longPress.height = data.details.bounding_box_f().height()
    [all...]
  /external/chromium_org/ui/events/gesture_detection/
gesture_event_data.cc 43 details.set_bounding_box(other.details.bounding_box_f());
gesture_provider.cc 657 const gfx::RectF& gesture_bounds = gesture.details.bounding_box_f();
gesture_provider_unittest.cc     [all...]
  /external/chromium_org/ui/views/
view_targeter.cc 21 event_bounds = gesture.details().bounding_box_f();
  /external/chromium_org/ui/events/
gesture_event_details.h 34 const gfx::RectF& bounding_box_f() const { function in struct:ui::GestureEventDetails

Completed in 79 milliseconds