Home
last modified time | relevance | path

Searched refs:custom_cursor_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/common/cursors/
Dwebcursor_aurawin.cc18 if (custom_cursor_) in GetPlatformCursor()
19 return custom_cursor_; in GetPlatformCursor()
21 custom_cursor_ = in GetPlatformCursor()
27 return custom_cursor_; in GetPlatformCursor()
35 custom_cursor_ = NULL; in InitPlatformData()
51 if (custom_cursor_) { in CleanupPlatformData()
52 DestroyIcon(custom_cursor_); in CleanupPlatformData()
53 custom_cursor_ = NULL; in CleanupPlatformData()
Dwebcursor.h178 HCURSOR custom_cursor_; variable
/external/chromium_org/native_client_sdk/src/examples/api/mouse_cursor/
Dmouse_cursor.cc59 pp::MouseCursor::SetCursor(this, cursor, custom_cursor_, hot_spot); in HandleMessage()
67 custom_cursor_ = in MakeCustomCursor()
77 pp::Size size = custom_cursor_.size(); in DrawCircle()
78 uint32_t* data = static_cast<uint32_t*>(custom_cursor_.data()); in DrawCircle()
103 pp::Size size = custom_cursor_.size(); in DrawHorizontalLine()
104 uint32_t* data = static_cast<uint32_t*>(custom_cursor_.data()); in DrawHorizontalLine()
110 pp::ImageData custom_cursor_; member in MouseCursorInstance