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

  /external/chromium_org/content/common/cursors/
webcursor.h 25 typedef HICON HCURSOR;
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/
WebCursorInfo.h 39 typedef HICON HCURSOR;
101 // defined HCURSOR. If type is TypeCustom and externalHandle is non-
104 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.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windef.h 225 typedef HICON HCURSOR;

Completed in 360 milliseconds