OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_gesture_dragging_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/bubble/
tray_bubble_view.h
146
void set_gesture_dragging(bool dragging) {
is_gesture_dragging_
= dragging; }
147
bool is_gesture_dragging() const { return
is_gesture_dragging_
; }
190
bool
is_gesture_dragging_
;
member in class:views::TrayBubbleView
tray_bubble_view.cc
326
is_gesture_dragging_
(false),
Completed in 232 milliseconds