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

  /external/chromium_org/content/renderer/pepper/
pepper_graphics_2d_host.h 117 // If |old_image_data| is not NULL, a previous used ImageData object will be
119 int32_t Flush(PP_Resource* old_image_data);
137 PP_Resource* old_image_data);
pepper_graphics_2d_host.cc 512 PP_Resource old_image_data = 0; local
518 int32_t result = Flush(&old_image_data);
520 if (old_image_data) {
525 old_image_data_host_resource.SetHostResource(pp_instance(), old_image_data); local
585 int32_t PepperGraphics2DHost::Flush(PP_Resource* old_image_data) {
607 // Since the out parameter |old_image_data| takes ownership of the
609 // the first |old_image_data| will get overwritten and leaked. So we
613 done_replace_contents ? NULL : old_image_data);
720 PP_Resource* old_image_data) {
736 if (old_image_data)
    [all...]
  /external/chromium_org/ppapi/proxy/
ppb_image_data_proxy.h 184 void OnPluginMsgNotifyUnusedImageData(const HostResource& old_image_data);
ppb_image_data_proxy.cc 674 const HostResource& old_image_data) {
680 EnterPluginFromHostResource<PPB_ImageData_API> enter(old_image_data);
692 API_ID_PPB_CORE, old_image_data));

Completed in 80 milliseconds