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

/external/chromium_org/content/common/cursors/
H A Dwebcursor.h25 typedef HICON HCURSOR; typedef
67 HCURSOR external_handle;
101 // the HCURSOR remains valid by not invoking the DestroyCursor/DestroyIcon
103 void InitFromExternalCursor(HCURSOR handle);
113 // Returns a HCURSOR representing the current WebCursor instance.
114 // The ownership of the HCURSOR (does not apply to external cursors) remains
116 HCURSOR GetCursor(HINSTANCE module_handle);
166 // An externally generated HCURSOR. We assume that it remains valid, i.e we
167 // don't attempt to copy the HCURSOR.
168 HCURSOR external_cursor
[all...]
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCursorInfo.h39 typedef HICON HCURSOR; typedef
101 // defined HCURSOR. If type is TypeCustom and externalHandle is non-
104 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 2693 milliseconds