OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cursor_lock_count_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/aura/test/
test_cursor_client.cc
16
cursor_lock_count_
(0),
73
cursor_lock_count_
++;
77
cursor_lock_count_
--;
78
if (
cursor_lock_count_
< 0)
79
cursor_lock_count_
= 0;
83
return
cursor_lock_count_
> 0;
test_cursor_client.h
60
int
cursor_lock_count_
;
member in class:aura::test::TestCursorClient
/external/chromium_org/ui/wm/core/
cursor_manager.cc
75
cursor_lock_count_
(0),
85
if (
cursor_lock_count_
== 0 &&
97
if (
cursor_lock_count_
== 0 &&
107
if (
cursor_lock_count_
== 0 &&
131
if (
cursor_lock_count_
== 0 &&
140
if (
cursor_lock_count_
== 0 &&
156
cursor_lock_count_
++;
160
cursor_lock_count_
--;
161
DCHECK_GE(
cursor_lock_count_
, 0);
162
if (
cursor_lock_count_
> 0
[
all
...]
cursor_manager.h
78
int
cursor_lock_count_
;
member in class:wm::CursorManager
Completed in 288 milliseconds