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

  /external/chromium_org/ui/events/
gesture_event_details.h 31 return ToEnclosingRect(bounding_box_);
35 return bounding_box_;
38 void set_bounding_box(const gfx::RectF& box) { bounding_box_ = box; }
166 gfx::RectF bounding_box_; member in struct:ui::GestureEventDetails
  /external/chromium_org/ui/events/gestures/
gesture_sequence.h 221 gfx::RectF bounding_box_; member in class:ui::GestureSequence
233 // |bounding_box_|.
  /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::__anon20461::GestureEventConsumeDelegate
    [all...]

Completed in 49 milliseconds