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

  /external/chromium_org/content/renderer/pepper/
pepper_graphics_2d_host.cc 564 PP_Resource old_image_data = 0;
570 int32_t result = Flush(&old_image_data, PP_ToGfxSize(view_data.rect.size));
572 if (old_image_data) {
578 old_image_data); local
651 int32_t PepperGraphics2DHost::Flush(PP_Resource* old_image_data,
674 // Since the out parameter |old_image_data| takes ownership of the
676 // the first |old_image_data| will get overwritten and leaked. So we
680 done_replace_contents ? NULL : old_image_data);
802 PP_Resource* old_image_data) {
819 if (old_image_data)
    [all...]
pepper_graphics_2d_host.h 130 // If |old_image_data| is not NULL, a previous used ImageData object will be
132 int32_t Flush(PP_Resource* old_image_data,
148 PP_Resource* old_image_data);
  /external/chromium_org/ppapi/proxy/
ppb_image_data_proxy.h 184 void OnPluginMsgNotifyUnusedImageData(const HostResource& old_image_data);
ppb_image_data_proxy.cc 685 const HostResource& old_image_data) {
691 EnterPluginFromHostResource<PPB_ImageData_API> enter(old_image_data);
703 API_ID_PPB_CORE, old_image_data));
ppapi_messages.h 516 ppapi::HostResource /* old_image_data */)
    [all...]

Completed in 37 milliseconds