Searched refs:PPB_ImageData_API (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/ppapi/thunk/
H A Dppb_image_data_api.h16 class PPB_ImageData_API { class in namespace:ppapi::thunk
18 virtual ~PPB_ImageData_API() {}
H A Dppb_image_data_thunk.cc48 EnterResource<PPB_ImageData_API> enter(image_data, false);
54 EnterResource<PPB_ImageData_API> enter(image_data, true);
64 EnterResource<PPB_ImageData_API> enter(image_data, true);
72 EnterResource<PPB_ImageData_API> enter(image_data, true);
/external/chromium_org/content/renderer/pepper/
H A Dppb_widget_impl.cc17 using ppapi::thunk::PPB_ImageData_API;
33 EnterResourceNoLock<PPB_ImageData_API> enter(image_id, true);
H A Dppb_image_data_impl.h30 public NON_EXPORTED_BASE(ppapi::thunk::PPB_ImageData_API) {
87 virtual ppapi::thunk::PPB_ImageData_API* AsPPB_ImageData_API() OVERRIDE;
89 // PPB_ImageData_API implementation.
H A Dpepper_video_destination_host.cc69 ppapi::thunk::EnterResourceNoLock<ppapi::thunk::PPB_ImageData_API> enter(
H A Dppb_image_data_impl.cc23 using ppapi::thunk::PPB_ImageData_API;
100 PPB_ImageData_API* PPB_ImageData_Impl::AsPPB_ImageData_API() { return this; }
H A Dpepper_compositor_host.cc30 using ppapi::thunk::PPB_ImageData_API;
80 EnterResourceNoLock<PPB_ImageData_API> enter(new_layer->image->resource,
277 EnterResourceNoLock<PPB_ImageData_API> enter(new_layer->image->resource,
H A Dpepper_graphics_2d_host.cc46 using ppapi::thunk::PPB_ImageData_API;
245 EnterResourceNoLock<PPB_ImageData_API> enter(image, true);
422 EnterResourceNoLock<PPB_ImageData_API> enter(image_data.host_resource(),
486 EnterResourceNoLock<PPB_ImageData_API> enter(image_data.host_resource(),
H A Dpepper_video_source_host.cc185 ppapi::thunk::EnterResourceNoLock<ppapi::thunk::PPB_ImageData_API>
H A Dpepper_plugin_instance_impl.cc160 using ppapi::thunk::PPB_ImageData_API;
2790 EnterResourceNoLock<PPB_ImageData_API> enter(image, true);
/external/chromium_org/ppapi/shared_impl/
H A Dppb_instance_shared.cc77 thunk::EnterResourceNoLock<thunk::PPB_ImageData_API> enter(image, true);
H A Dresource.h55 F(PPB_ImageData_API) \
/external/chromium_org/ppapi/proxy/
H A Dppb_image_data_proxy.h39 public NON_EXPORTED_BASE(ppapi::thunk::PPB_ImageData_API),
45 virtual ppapi::thunk::PPB_ImageData_API* AsPPB_ImageData_API() OVERRIDE;
H A Dvideo_destination_resource.cc64 thunk::EnterResourceNoLock<thunk::PPB_ImageData_API> enter_image(
H A Dgraphics_2d_resource.cc84 thunk::EnterResourceNoLock<thunk::PPB_ImageData_API> enter_image(
H A Dppb_image_data_proxy.cc37 using ppapi::thunk::PPB_ImageData_API;
329 PPB_ImageData_API* ImageData::AsPPB_ImageData_API() {
589 thunk::EnterResourceNoLock<PPB_ImageData_API> enter_resource(resource.get(),
680 EnterPluginFromHostResource<PPB_ImageData_API> enter(old_image_data);
H A Dcompositor_layer_resource.cc19 using ppapi::thunk::PPB_ImageData_API;
204 EnterResourceNoLock<PPB_ImageData_API> enter(image_data, true);
H A Dflash_resource.cc198 EnterResourceNoLock<thunk::PPB_ImageData_API> enter(pp_image_data, true);
/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_flash_renderer_host.cc39 using ppapi::thunk::PPB_ImageData_API;
217 EnterResourceNoLock<PPB_ImageData_API> enter(
223 PPB_ImageData_API* image = static_cast<PPB_ImageData_API*>(enter.object());
/external/chromium_org/components/pdf/renderer/
H A Dpepper_pdf_host.cc262 ppapi::thunk::EnterResourceNoLock<ppapi::thunk::PPB_ImageData_API>
267 ppapi::thunk::PPB_ImageData_API* image_data =
268 static_cast<ppapi::thunk::PPB_ImageData_API*>(enter_resource.object());
/external/chromium_org/content/child/
H A Dbrowser_font_resource_trusted.cc30 using ppapi::thunk::PPB_ImageData_API;
306 EnterResourceNoLock<PPB_ImageData_API> enter(image_data, true);
310 PPB_ImageData_API* image = static_cast<PPB_ImageData_API*>(

Completed in 284 milliseconds