OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:custom_cursor_
(Results
1 - 2
of
2
) sorted by null
/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 40 milliseconds