HomeSort by relevance Sort by last modified time
    Searched refs:HCURSOR (Results 1 - 8 of 8) sorted by null

  /external/webkit/WebKit/chromium/public/
WebCursorInfo.h 43 typedef HICON HCURSOR;
100 // defined HCURSOR. If type is TypeCustom and externalHandle is non-
103 HCURSOR externalHandle;
  /external/webkit/WebCore/platform/
Cursor.h 33 typedef HICON HCURSOR;
61 typedef HICON HCURSOR;
72 static PassRefPtr<SharedCursor> create(HCURSOR nativeCursor) { return adoptRef(new SharedCursor(nativeCursor)); }
74 HCURSOR nativeCursor() const { return m_nativeCursor; }
76 SharedCursor(HCURSOR nativeCursor) : m_nativeCursor(nativeCursor) { }
77 HCURSOR m_nativeCursor;
80 typedef HCURSOR PlatformCursorHandle;
  /external/webkit/WebCore/platform/win/
WidgetWin.cpp 62 HCURSOR lastSetCursor = 0;
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_lowvideo.h 103 extern HCURSOR SDL_hcursor;
SDL_sysmouse.c 37 HCURSOR SDL_hcursor = NULL; /* Exported for SDL_eventloop.c */
45 HCURSOR curs;
  /external/openssl/crypto/rand/
rand_win.c 152 HCURSOR hCursor;
  /external/webkit/WebCore/plugins/win/
PluginViewWin.cpp 314 wcex.hCursor = LoadCursor(0, IDC_ARROW);
664 extern HCURSOR lastSetCursor;
    [all...]
  /external/webkit/WebKit/win/
WebView.cpp     [all...]

Completed in 190 milliseconds