OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cursor_id
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/webkit/common/cursors/
webcursor_win.cc
108
static bool IsSystemCursorID(LPCWSTR
cursor_id
) {
109
return
cursor_id
>= IDC_ARROW; // See WinUser.h
114
const wchar_t*
cursor_id
=
local
117
if (IsSystemCursorID(
cursor_id
))
120
return LoadCursor(module_handle,
cursor_id
);
/external/chromium_org/ui/base/cursor/
cursor_loader_win.cc
158
const wchar_t*
cursor_id
= GetCursorId(*cursor);
local
159
PlatformCursor platform_cursor = LoadCursor(NULL,
cursor_id
);
163
cursor_id
);
/external/chromium/webkit/glue/
webcursor_win.cc
109
static bool IsSystemCursorID(LPCWSTR
cursor_id
) {
110
return
cursor_id
>= IDC_ARROW; // See WinUser.h
141
const wchar_t*
cursor_id
=
local
144
if (IsSystemCursorID(
cursor_id
))
147
return LoadCursor(module_handle,
cursor_id
);
webkit_glue.h
174
HCURSOR LoadCursor(int
cursor_id
);
Completed in 377 milliseconds