HomeSort by relevance Sort by last modified time
    Searched defs:HCURSOR (Results 1 - 3 of 3) 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/webkit/Source/WebCore/platform/
Cursor.h 35 typedef HICON HCURSOR;
64 typedef HICON HCURSOR;
78 static PassRefPtr<SharedCursor> create(HCURSOR nativeCursor) { return adoptRef(new SharedCursor(nativeCursor)); }
80 HCURSOR nativeCursor() const { return m_nativeCursor; }
82 SharedCursor(HCURSOR nativeCursor) : m_nativeCursor(nativeCursor) { }
83 HCURSOR m_nativeCursor;
  /external/webkit/Source/WebKit/chromium/public/
WebCursorInfo.h 43 typedef HICON HCURSOR;
102 // defined HCURSOR. If type is TypeCustom and externalHandle is non-
105 HCURSOR externalHandle;

Completed in 3235 milliseconds