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

  /external/webkit/WebCore/platform/
Cursor.h 33 typedef HICON HCURSOR;
61 typedef HICON HCURSOR;
72 static PassRefPtr<SharedCursor> create(HCURSOR nativeCursor) { return adoptRef(new SharedCursor(nativeCursor)); }
74 HCURSOR nativeCursor() const { return m_nativeCursor; }
76 SharedCursor(HCURSOR nativeCursor) : m_nativeCursor(nativeCursor) { }
77 HCURSOR m_nativeCursor;
80 typedef HCURSOR PlatformCursorHandle;
  /external/webkit/WebKit/chromium/public/
WebCursorInfo.h 43 typedef HICON HCURSOR;
100 // defined HCURSOR. If type is TypeCustom and externalHandle is non-
103 HCURSOR externalHandle;

Completed in 213 milliseconds