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

  /external/chromium_org/ui/base/gestures/
gesture_sequence.h 184 gfx::Rect bounding_box_; member in class:ui::GestureSequence
196 // |bounding_box_|.
gesture_types.h 29 const gfx::Rect& bounding_box() const { return bounding_box_; }
30 void set_bounding_box(const gfx::Rect& box) { bounding_box_ = box; }
176 gfx::Rect bounding_box_; member in struct:ui::GestureEventDetails
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 187 const gfx::Rect& bounding_box() const { return bounding_box_; }
199 bounding_box_ = gesture->details().bounding_box();
322 gfx::Rect bounding_box_; member in class:aura::test::__anon16540::GestureEventConsumeDelegate
    [all...]

Completed in 176 milliseconds