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
15
cursor_lock_count_
(0),
77
cursor_lock_count_
++;
81
cursor_lock_count_
--;
82
if (
cursor_lock_count_
< 0)
83
cursor_lock_count_
= 0;
87
return
cursor_lock_count_
> 0;
test_cursor_client.h
46
int
cursor_lock_count_
;
member in class:aura::test::TestCursorClient
/external/chromium_org/ui/views/corewm/
cursor_manager.cc
83
cursor_lock_count_
(0),
93
if (
cursor_lock_count_
== 0 &&
105
if (
cursor_lock_count_
== 0 &&
115
if (
cursor_lock_count_
== 0 &&
149
if (
cursor_lock_count_
== 0 &&
158
if (
cursor_lock_count_
== 0 &&
174
cursor_lock_count_
++;
178
cursor_lock_count_
--;
179
DCHECK_GE(
cursor_lock_count_
, 0);
180
if (
cursor_lock_count_
> 0
[
all
...]
cursor_manager.h
76
int
cursor_lock_count_
;
member in class:views::corewm::CursorManager
Completed in 290 milliseconds