OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:move_hold_count_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/aura/
root_window.cc
159
move_hold_count_
(0),
448
if (!
move_hold_count_
)
450
++
move_hold_count_
;
455
--
move_hold_count_
;
456
DCHECK_GE(
move_hold_count_
, 0);
457
if (!
move_hold_count_
&& held_move_event_) {
780
if (
move_hold_count_
) {
786
// We may have a held event for a period between the time
move_hold_count_
878
if (
move_hold_count_
) {
885
// We may have a held event for a period between the time
move_hold_count_
[
all
...]
root_window.h
377
int
move_hold_count_
;
member in class:aura::RootWindow
393
// Used to schedule DispatchHeldEvents() when |
move_hold_count_
| goes to 0.
Completed in 98 milliseconds