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

  /external/chromium_org/ui/events/gesture_detection/
gesture_event_data.cc 30 this->details.set_bounding_box(bounding_box);
43 details.set_bounding_box(other.details.bounding_box_f());
gesture_provider.cc 658 gesture.details.set_bounding_box(gfx::RectF(
  /external/chromium_org/ui/events/
gesture_event_details.h 38 void set_bounding_box(const gfx::RectF& box) { bounding_box_ = box; } function in struct:ui::GestureEventDetails
  /external/chromium_org/ui/events/gestures/
gesture_sequence.cc 886 gesture_details.set_bounding_box(bounding_box_);
    [all...]

Completed in 1119 milliseconds