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

  /external/chromium_org/content/browser/renderer_host/input/
web_input_event_util.cc 295 gesture.data.showPress.width = data.details.bounding_box_f().width();
296 gesture.data.showPress.height = data.details.bounding_box_f().height();
302 gesture.data.tap.width = data.details.bounding_box_f().width();
303 gesture.data.tap.height = data.details.bounding_box_f().height();
309 gesture.data.tap.width = data.details.bounding_box_f().width();
310 gesture.data.tap.height = data.details.bounding_box_f().height();
316 gesture.data.tap.width = data.details.bounding_box_f().width();
317 gesture.data.tap.height = data.details.bounding_box_f().height();
321 gesture.data.longPress.width = data.details.bounding_box_f().width();
322 gesture.data.longPress.height = data.details.bounding_box_f().height()
    [all...]
  /external/chromium_org/ui/events/gesture_detection/
gesture_event_data.cc 49 details.set_bounding_box(other.details.bounding_box_f());
gesture_provider_unittest.cc     [all...]
gesture_provider.cc 144 ClampBoundingBox(gesture.details.bounding_box_f(),
  /external/chromium_org/ui/events/
gesture_event_details.h 41 const gfx::RectF& bounding_box_f() const { function in struct:ui::GestureEventDetails

Completed in 640 milliseconds