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

  /external/chromium/webkit/glue/
webcursor.h 18 typedef HICON HCURSOR;
73 // Returns a HCURSOR representing the current WebCursor instance.
74 // The ownership of the HCURSOR (does not apply to external cursors) remains
76 HCURSOR GetCursor(HINSTANCE module_handle);
79 // the HCURSOR remains valid by not invoking the DestroyCursor/DestroyIcon
81 void InitFromExternalCursor(HCURSOR handle);
148 // An externally generated HCURSOR. We assume that it remains valid, i.e we
149 // don't attempt to copy the HCURSOR.
150 HCURSOR external_cursor_;
152 HCURSOR custom_cursor_
    [all...]
  /external/chromium_org/webkit/common/cursors/
webcursor.h 21 typedef HICON HCURSOR;
63 HCURSOR external_handle;
97 // the HCURSOR remains valid by not invoking the DestroyCursor/DestroyIcon
99 void InitFromExternalCursor(HCURSOR handle);
109 // Returns a HCURSOR representing the current WebCursor instance.
110 // The ownership of the HCURSOR (does not apply to external cursors) remains
112 HCURSOR GetCursor(HINSTANCE module_handle);
172 // An externally generated HCURSOR. We assume that it remains valid, i.e we
173 // don't attempt to copy the HCURSOR.
174 HCURSOR external_cursor_
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebCursorInfo.h 43 typedef HICON HCURSOR;
103 // defined HCURSOR. If type is TypeCustom and externalHandle is non-
106 HCURSOR externalHandle;
  /external/chromium_org/ui/base/cursor/
cursor.h 19 typedef HICON HCURSOR;
25 typedef ::HCURSOR PlatformCursor;
35 // Equivalent to a NULL HCURSOR on Windows.

Completed in 196 milliseconds