Home
last modified time | relevance | path

Searched refs:customImage (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/renderer/
Dcursor_utils.cc22 webkit_cursor_info->customImage = cursor_info.custom_image; in GetWebKitCursorInfo()
37 web_cursor_info.custom_image = webkit_cursor_info.customImage.getSkBitmap(); in InitializeCursorFromWebKitCursorInfo()
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebCursorInfo.cpp44 , customImage(cursor.image()) in WebCursorInfo()
/external/chromium_org/third_party/WebKit/public/platform/
DWebCursorInfo.h99 WebImage customImage; member
/external/chromium_org/content/renderer/npapi/
Dwebplugin_impl.cc416 cursor_info.customImage = web_cursor_info.custom_image; in handleInputEvent()
/external/chromium_org/content/renderer/pepper/
Dpepper_plugin_instance_impl.cc2726 if (!bitmap->copyTo(&custom_cursor->customImage.getSkBitmap())) { in SetCursor()