OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:native_type_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/base/cursor/
cursor.cc
10
:
native_type_
(0),
16
:
native_type_
(type),
22
:
native_type_
(cursor.
native_type_
),
25
if (
native_type_
== kCursorCustom)
30
if (
native_type_
== kCursorCustom)
35
if (
native_type_
== kCursorCustom)
38
if (
native_type_
== kCursorCustom)
45
if (
native_type_
== kCursorCustom)
47
native_type_
= cursor.native_type_
[
all
...]
cursor.h
108
int native_type() const { return
native_type_
; }
117
bool operator==(int type) const { return
native_type_
== type; }
119
return
native_type_
== cursor.
native_type_
&&
123
bool operator!=(int type) const { return
native_type_
!= type; }
125
return
native_type_
!= cursor.
native_type_
||
138
int
native_type_
;
member in class:ui::Cursor
Completed in 2116 milliseconds