Searched refs:Graphics2DResource (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ppapi/proxy/
H A Dgraphics_2d_resource.cc25 Graphics2DResource::Graphics2DResource(Connection connection, function in class:ppapi::proxy::Graphics2DResource
44 Graphics2DResource::~Graphics2DResource() {
47 PP_Bool Graphics2DResource::Describe(PP_Size* size, PP_Bool* is_always_opaque) {
53 thunk::PPB_Graphics2D_API* Graphics2DResource::AsPPB_Graphics2D_API() {
57 void Graphics2DResource::PaintImageData(PP_Resource image_data,
64 "Graphics2DResource.PaintImageData: Bad image resource.");
75 void Graphics2DResource::Scroll(const PP_Rect* clip_rect,
83 void Graphics2DResource
[all...]
H A Dgraphics_2d_resource.h19 class PPAPI_PROXY_EXPORT Graphics2DResource class in namespace:ppapi::proxy
23 Graphics2DResource(Connection connection,
28 virtual ~Graphics2DResource();
56 DISALLOW_COPY_AND_ASSIGN(Graphics2DResource);
H A Dresource_creation_proxy.cc240 return (new Graphics2DResource(GetConnection(), instance, *size,
/external/chromium_org/content/renderer/pepper/
H A Dpepper_in_process_resource_creation.cc108 return (new ppapi::proxy::Graphics2DResource(

Completed in 50 milliseconds