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

/external/chromium/webkit/glue/
H A Dwebcursor.h17 typedef struct HICON__* HICON; typedef in typeref:struct:HICON__
18 typedef HICON HCURSOR;
/external/webkit/Source/WebCore/platform/graphics/
H A DIcon.h37 typedef struct HICON__* HICON; typedef in typeref:struct:HICON__
63 static PassRefPtr<Icon> create(HICON hIcon) { return adoptRef(new Icon(hIcon)); }
73 Icon(HICON);
74 HICON m_hIcon;
/external/webkit/Source/WebKit/chromium/public/
H A DWebCursorInfo.h42 typedef struct HICON__* HICON; typedef in typeref:struct:HICON__
43 typedef HICON HCURSOR;
/external/webkit/Source/WebCore/platform/
H A DCursor.h34 typedef struct HICON__* HICON; typedef in typeref:struct:HICON__
35 typedef HICON HCURSOR;
63 typedef struct HICON__ *HICON; typedef in typeref:struct:HICON__
64 typedef HICON HCURSOR;

Completed in 106 milliseconds