OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:custom_cursor_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/webkit/common/cursors/
webcursor_aurawin.cc
16
if (
custom_cursor_
)
17
return
custom_cursor_
;
19
custom_cursor_
=
25
return
custom_cursor_
;
33
custom_cursor_
= NULL;
49
if (
custom_cursor_
) {
50
DestroyIcon(
custom_cursor_
);
51
custom_cursor_
= NULL;
webcursor_win.cc
123
if (
custom_cursor_
) {
125
return
custom_cursor_
;
131
custom_cursor_
=
137
return
custom_cursor_
;
145
custom_cursor_
= NULL;
168
// The
custom_cursor_
member will be initialized to a HCURSOR the next time
171
custom_cursor_
= NULL;
177
if (
custom_cursor_
) {
178
DestroyIcon(
custom_cursor_
);
179
custom_cursor_
= NULL
[
all
...]
webcursor.h
184
HCURSOR
custom_cursor_
;
member in class:WebCursor
/external/chromium/webkit/glue/
webcursor_win.cc
150
if (
custom_cursor_
) {
152
return
custom_cursor_
;
185
custom_cursor_
= CreateIconIndirect(&ii);
191
return
custom_cursor_
;
209
custom_cursor_
= NULL;
232
// The
custom_cursor_
member will be initialized to a HCURSOR the next time
235
custom_cursor_
= NULL;
241
if (
custom_cursor_
) {
242
DestroyIcon(
custom_cursor_
);
243
custom_cursor_
= NULL
[
all
...]
webcursor.h
152
HCURSOR
custom_cursor_
;
member in class:WebCursor
Completed in 432 milliseconds