OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_double_tapping_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/events/gesture_detection/
gesture_detector.cc
184
is_double_tapping_
(false),
293
is_double_tapping_
= true;
328
if (
is_double_tapping_
) {
384
if (
is_double_tapping_
) {
413
is_double_tapping_
= false;
433
DCHECK(!
is_double_tapping_
);
503
is_double_tapping_
= false;
gesture_detector.h
150
bool is_double_tapping() const { return
is_double_tapping_
; }
195
bool
is_double_tapping_
;
member in class:ui::GestureDetector
Completed in 136 milliseconds