OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:custom_cursor_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/common/cursors/
webcursor_aurawin.cc
18
if (
custom_cursor_
)
19
return
custom_cursor_
;
21
custom_cursor_
=
27
return
custom_cursor_
;
35
custom_cursor_
= NULL;
51
if (
custom_cursor_
) {
52
DestroyIcon(
custom_cursor_
);
53
custom_cursor_
= NULL;
webcursor.h
177
HCURSOR
custom_cursor_
;
member in class:content::WebCursor
/external/chromium_org/native_client_sdk/src/examples/api/mouse_cursor/
mouse_cursor.cc
59
pp::MouseCursor::SetCursor(this, cursor,
custom_cursor_
, hot_spot);
67
custom_cursor_
=
77
pp::Size size =
custom_cursor_
.size();
78
uint32_t* data = static_cast<uint32_t*>(
custom_cursor_
.data());
103
pp::Size size =
custom_cursor_
.size();
104
uint32_t* data = static_cast<uint32_t*>(
custom_cursor_
.data());
110
pp::ImageData
custom_cursor_
;
member in class:MouseCursorInstance
Completed in 147 milliseconds