HomeSort by relevance Sort by last modified time
    Searched full:cursor_id (Results 1 - 2 of 2) sorted by null

  /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 669 milliseconds