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

/external/chromium/webkit/glue/
H A Dwebcursor.cc22 WebCursor::WebCursor(const WebCursorInfo& cursor_info) argument
25 InitFromCursorInfo(cursor_info);
46 void WebCursor::InitFromCursorInfo(const WebCursorInfo& cursor_info) { argument
50 if (cursor_info.externalHandle) {
51 InitFromExternalCursor(cursor_info.externalHandle);
56 type_ = cursor_info.type;
57 hotspot_ = cursor_info.hotSpot;
59 SetCustomData(cursor_info.customImage);
63 void WebCursor::GetCursorInfo(WebCursorInfo* cursor_info) const {
64 cursor_info
[all...]

Completed in 47 milliseconds