Home
last modified time | relevance | path

Searched refs:ContentLayerClient (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium_org/cc/layers/
Dcontent_layer.h17 class ContentLayerClient; variable
22 static scoped_ptr<ContentLayerPainter> Create(ContentLayerClient* client);
29 explicit ContentLayerPainter(ContentLayerClient* client);
31 ContentLayerClient* client_;
39 static scoped_refptr<ContentLayer> Create(ContentLayerClient* client);
60 explicit ContentLayer(ContentLayerClient* client);
72 ContentLayerClient* client_;
Dpicture_layer.h17 class ContentLayerClient; variable
22 static scoped_refptr<PictureLayer> Create(ContentLayerClient* client);
42 ContentLayerClient* client() { return client_; } in client()
45 explicit PictureLayer(ContentLayerClient* client);
49 ContentLayerClient* client_;
Dcontent_layer.cc18 ContentLayerPainter::ContentLayerPainter(ContentLayerClient* client) in ContentLayerPainter()
22 ContentLayerClient* client) { in Create()
52 scoped_refptr<ContentLayer> ContentLayer::Create(ContentLayerClient* client) { in Create()
56 ContentLayer::ContentLayer(ContentLayerClient* client) in ContentLayer()
Dcontent_layer_client.h19 class CC_EXPORT ContentLayerClient {
30 virtual ~ContentLayerClient() {} in ~ContentLayerClient()
Dpicture_layer.cc14 scoped_refptr<PictureLayer> PictureLayer::Create(ContentLayerClient* client) { in Create()
18 PictureLayer::PictureLayer(ContentLayerClient* client) in PictureLayer()
Dpicture_image_layer.h16 class CC_EXPORT PictureImageLayer : public PictureLayer, ContentLayerClient {
Dcontent_layer_unittest.cc18 class MockContentLayerClient : public ContentLayerClient {
Dpicture_layer_unittest.cc20 class MockContentLayerClient : public ContentLayerClient {
/external/chromium_org/cc/test/
Dlayer_tree_json_parser.h14 class ContentLayerClient; variable
18 ContentLayerClient* content_client);
Dfake_picture_layer.h16 static scoped_refptr<FakePictureLayer> Create(ContentLayerClient* client) { in Create()
39 explicit FakePictureLayer(ContentLayerClient* client);
Dfake_content_layer.h15 static scoped_refptr<FakeContentLayer> Create(ContentLayerClient* client) { in Create()
48 explicit FakeContentLayer(ContentLayerClient* client);
Dsolid_color_content_layer_client.h14 class SolidColorContentLayerClient : public ContentLayerClient {
Dfake_picture_layer.cc11 FakePictureLayer::FakePictureLayer(ContentLayerClient* client) in FakePictureLayer()
Dlayer_tree_json_parser.cc21 ContentLayerClient* content_client) { in ParseTreeFromValue()
149 ContentLayerClient* content_client) { in ParseTreeFromJson()
Dfake_content_layer.cc21 FakeContentLayer::FakeContentLayer(ContentLayerClient* client) in FakeContentLayer()
Dfake_content_layer_client.h19 class FakeContentLayerClient : public ContentLayerClient {
/external/chromium_org/cc/resources/
Dpicture.h37 class ContentLayerClient; variable
62 void Record(ContentLayerClient* client,
Dpicture_pile.h24 ContentLayerClient* painter,
Dpicture_pile.cc150 ContentLayerClient* painter, in Update()
/external/chromium_org/webkit/renderer/compositor_bindings/
Dweb_content_layer_impl.h24 public cc::ContentLayerClient {
/external/chromium_org/cc/trees/
Dlayer_tree_host_pixeltest_on_demand_raster.cc59 class BlueYellowLayerClient : public ContentLayerClient {
Dlayer_tree_host_pixeltest_masks.cc20 class MaskContentLayerClient : public cc::ContentLayerClient {
/external/chromium_org/cc/debug/
Drasterize_and_record_benchmark.cc105 ContentLayerClient* painter = layer->client(); in RunOnLayer()
Dpicture_record_benchmark.cc91 ContentLayerClient* painter = layer->client(); in RunOnLayer()
/external/chromium_org/ui/compositor/
Dlayer.h64 NON_EXPORTED_BASE(public cc::ContentLayerClient),

12