/external/chromium_org/content/renderer/ |
cursor_utils.cc | 22 webkit_cursor_info->customImage = cursor_info.custom_image; 37 web_cursor_info.custom_image = webkit_cursor_info.customImage.getSkBitmap();
|
/external/chromium_org/ppapi/cpp/dev/ |
cursor_control_dev.cc | 25 const ImageData& custom_image, 29 instance.pp_instance(), type, custom_image.pp_resource(),
|
cursor_control_dev.h | 26 const ImageData& custom_image,
|
/external/chromium_org/ppapi/thunk/ |
ppb_cursor_control_thunk.cc | 20 PP_Resource custom_image, 26 static_cast<PP_MouseCursor_Type>(type), custom_image, hot_spot);
|
/external/chromium_org/ppapi/api/dev/ |
ppb_cursor_control_dev.idl | 18 * Set a cursor. If "type" is PP_CURSORTYPE_CUSTOM, then "custom_image" 24 [in] PP_Resource custom_image,
|
/external/chromium_org/ppapi/c/dev/ |
ppb_cursor_control_dev.h | 35 * Set a cursor. If "type" is PP_CURSORTYPE_CUSTOM, then "custom_image" 41 PP_Resource custom_image,
|
/external/chromium_org/chrome/browser/chromeos/login/users/avatar/ |
user_image_manager_browsertest.cc | 426 const gfx::ImageSkia custom_image = local 432 user_image_manager->SaveUserImage(UserImage::CreateAndEncode(custom_image)); 437 EXPECT_TRUE(test::AreImagesEqual(custom_image, user->GetImage())); 447 EXPECT_EQ(custom_image.width(), saved_image->width()); 448 EXPECT_EQ(custom_image.height(), saved_image->height()); 463 const scoped_ptr<gfx::ImageSkia> custom_image = local 465 ASSERT_TRUE(custom_image); 475 EXPECT_TRUE(test::AreImagesEqual(*custom_image, user->GetImage())); 485 EXPECT_EQ(custom_image->width(), saved_image->width()); 486 EXPECT_EQ(custom_image->height(), saved_image->height()) [all...] |
/external/chromium_org/content/common/cursors/ |
webcursor.cc | 66 SetCustomData(cursor_info.custom_image); 75 ImageFromCustomData(&cursor_info->custom_image);
|
webcursor.h | 65 SkBitmap custom_image; member in struct:content::WebCursor::CursorInfo
|
webcursor_mac.mm | 358 cursor_info.custom_image = gfx::CGImageToSkBitmap(cg_image);
|
/external/chromium_org/ppapi/proxy/ |
ppb_instance_proxy.h | 220 const ppapi::HostResource& custom_image,
|
ppb_instance_proxy.cc | [all...] |
ppapi_messages.h | [all...] |
/external/chromium_org/content/browser/renderer_host/input/ |
touch_emulator.cc | 119 cursor_info.custom_image = cursor_image.AsBitmap();
|
/external/chromium_org/content/renderer/npapi/ |
webplugin_impl.cc | 416 cursor_info.customImage = web_cursor_info.custom_image; [all...] |