HomeSort by relevance Sort by last modified time
    Searched refs:custom_image (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/ppapi/cpp/dev/
cursor_control_dev.h 26 const ImageData& custom_image,
cursor_control_dev.cc 25 const ImageData& custom_image,
29 instance.pp_instance(), type, custom_image.pp_resource(),
  /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/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/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/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/webkit/common/cursors/
webcursor.h 61 SkBitmap custom_image; member in struct:WebCursor::CursorInfo
webcursor.cc 64 SetCustomData(cursor_info.custom_image);
73 ImageFromCustomData(&cursor_info->custom_image);
  /external/chromium_org/ppapi/proxy/
ppb_instance_proxy.h 193 const ppapi::HostResource& custom_image,
ppb_instance_proxy.cc     [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.cc 425 cursor_info.customImage = web_cursor_info.custom_image;
    [all...]

Completed in 2461 milliseconds