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

  /external/chromium_org/ppapi/thunk/
ppb_graphics_2d_api.h 23 class PPAPI_THUNK_EXPORT PPB_Graphics2D_API {
25 virtual ~PPB_Graphics2D_API() {}
ppb_graphics_2d_thunk.cc 34 EnterResource<PPB_Graphics2D_API> enter(resource, false);
42 EnterResource<PPB_Graphics2D_API> enter(graphics_2d, true);
56 EnterResource<PPB_Graphics2D_API> enter(graphics_2d, true);
66 EnterResource<PPB_Graphics2D_API> enter(graphics_2d, true);
74 EnterResource<PPB_Graphics2D_API> enter(graphics_2d, true);
82 EnterResource<PPB_Graphics2D_API> enter(graphics_2d, callback, true);
90 EnterResource<PPB_Graphics2D_API> enter(resource, true);
98 EnterResource<PPB_Graphics2D_API> enter(resource, true);
  /external/chromium_org/ppapi/proxy/
graphics_2d_resource.h 21 public NON_EXPORTED_BASE(thunk::PPB_Graphics2D_API) {
31 virtual thunk::PPB_Graphics2D_API* AsPPB_Graphics2D_API() OVERRIDE;
33 // PPB_Graphics2D_API overrides.
graphics_2d_resource.cc 53 thunk::PPB_Graphics2D_API* Graphics2DResource::AsPPB_Graphics2D_API() {
ppb_testing_proxy.cc 23 using ppapi::thunk::PPB_Graphics2D_API;
45 EnterResourceNoLock<PPB_Graphics2D_API> enter(graphics_2d, true);
ppb_instance_proxy.cc 58 using ppapi::thunk::PPB_Graphics2D_API;
    [all...]
  /external/chromium_org/ppapi/shared_impl/
resource.h 51 F(PPB_Graphics2D_API) \
  /external/chromium_org/content/renderer/pepper/
plugin_module.cc 155 using ppapi::thunk::PPB_Graphics2D_API;
224 EnterResource<PPB_Graphics2D_API> enter(device_context_2d, true);
pepper_plugin_instance_impl.cc 158 using ppapi::thunk::PPB_Graphics2D_API;
    [all...]

Completed in 1344 milliseconds