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

  /external/chromium_org/ui/events/
gesture_event_details.h 38 return ToEnclosingRect(bounding_box_);
42 return bounding_box_;
45 void set_bounding_box(const gfx::RectF& box) { bounding_box_ = box; }
179 gfx::RectF bounding_box_; member in struct:ui::GestureEventDetails
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 188 const gfx::Rect& bounding_box() const { return bounding_box_; }
201 bounding_box_ = gesture->details().bounding_box();
325 gfx::Rect bounding_box_; member in class:aura::test::__anon21196::GestureEventConsumeDelegate
    [all...]

Completed in 64 milliseconds