Home | History | Annotate | Download | only in glue

Lines Matching refs:HCURSOR

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_;