HomeSort by relevance Sort by last modified time
    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 153 const wchar_t* cursor_id = GetCursorId(*cursor); local
154 PlatformCursor platform_cursor = LoadCursor(NULL, cursor_id);
158 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 156 milliseconds