Searched defs:HCURSOR (Results 1 - 4 of 4) sorted by relevance

/external/chromium/webkit/glue/
H A Dwebcursor.h18 typedef HICON HCURSOR; typedef
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/
H A Dwebcursor.h21 typedef HICON HCURSOR; typedef
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/
H A DWebCursorInfo.h43 typedef HICON HCURSOR; typedef
103 // defined HCURSOR. If type is TypeCustom and externalHandle is non-
106 HCURSOR externalHandle;
/external/chromium_org/ui/base/cursor/
H A Dcursor.h19 typedef HICON HCURSOR; typedef
25 typedef ::HCURSOR PlatformCursor;
35 // Equivalent to a NULL HCURSOR on Windows.

Completed in 157 milliseconds