Home
last modified time | relevance | path

Searched refs:is_gesture_dragging_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/views/bubble/
Dtray_bubble_view.h146 void set_gesture_dragging(bool dragging) { is_gesture_dragging_ = dragging; } in set_gesture_dragging()
147 bool is_gesture_dragging() const { return is_gesture_dragging_; } in is_gesture_dragging()
190 bool is_gesture_dragging_; variable
Dtray_bubble_view.cc324 is_gesture_dragging_(false), in TrayBubbleView()