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

  /external/chromium_org/cc/layers/
content_layer.cc 46 scoped_refptr<ContentLayer> ContentLayer::Create(ContentLayerClient* client) {
47 return make_scoped_refptr(new ContentLayer(client));
50 ContentLayer::ContentLayer(ContentLayerClient* client)
56 ContentLayer::~ContentLayer() {}
58 bool ContentLayer::DrawsContent() const {
62 void ContentLayer::SetLayerTreeHost(LayerTreeHost* host) {
76 void ContentLayer::SetTexturePriorities
    [all...]
content_layer.h 37 class CC_EXPORT ContentLayer : public TiledLayer {
39 static scoped_refptr<ContentLayer> Create(ContentLayerClient* client);
56 explicit ContentLayer(ContentLayerClient* client);
57 virtual ~ContentLayer();
70 DISALLOW_COPY_AND_ASSIGN(ContentLayer);
  /external/chromium_org/cc/test/
fake_content_layer.cc 13 : ContentLayer(client),
31 bool updated = ContentLayer::Update(queue, occlusion);
37 ContentLayer::PushPropertiesTo(layer);
fake_content_layer.h 13 class FakeContentLayer : public ContentLayer {
layer_tree_json_parser.cc 42 } else if (layer_type == "ContentLayer") {
43 new_layer = ContentLayer::Create(content_client);
  /external/chromium_org/cc/trees/
layer_tree_host_pixeltest_readback.cc 508 scoped_refptr<ContentLayer> background = ContentLayer::Create(&white_client_);
513 scoped_refptr<ContentLayer> green = ContentLayer::Create(&green_client_);
519 scoped_refptr<ContentLayer> blue = ContentLayer::Create(&blue_client_);
538 scoped_refptr<ContentLayer> background = ContentLayer::Create(&white_client_);
543 scoped_refptr<ContentLayer> green = ContentLayer::Create(&green_client_)
    [all...]
layer_tree_host_pixeltest_masks.cc 55 scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client);
113 scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client);
129 scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client);
158 scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client);
197 scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client)
    [all...]
layer_tree_host_unittest_context.cc 508 scoped_refptr<ContentLayer> content_;
612 scoped_refptr<ContentLayer> content_;
    [all...]
layer_tree_host_common_unittest.cc 212 scoped_refptr<ContentLayer> CreateDrawableContentLayer(
214 scoped_refptr<ContentLayer> to_return = ContentLayer::Create(delegate);
    [all...]
layer_tree_host_unittest.cc 275 root_layer_(ContentLayer::Create(&client_)) {
324 scoped_refptr<ContentLayer> root_layer_;
917 class ContentLayerWithUpdateTracking : public ContentLayer {
929 bool updated = ContentLayer::Update(queue, occlusion);
936 : ContentLayer(client), paint_contents_count_(0) {
980 class NoScaleContentLayer : public ContentLayer {
993 // Skip over the ContentLayer's method to the base Layer class.
1005 : ContentLayer(client) {}
1014 child_layer_(ContentLayer::Create(&client_)) {}
    [all...]
layer_tree_host_unittest_scroll.cc 407 root_scroll_layer_ = ContentLayer::Create(&fake_content_layer_client_);
418 child_layer_ = ContentLayer::Create(&fake_content_layer_client_);
    [all...]
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_content_layer_impl.cc 18 using cc::ContentLayer;
33 layer_ = make_scoped_ptr(new WebLayerImpl(ContentLayer::Create(this)));
42 static_cast<ContentLayer*>(layer_->layer())->ClearClient();
  /external/chromium_org/ui/compositor/
layer.h 33 class ContentLayer;
467 scoped_refptr<cc::ContentLayer> content_layer_;
layer.cc 471 scoped_refptr<cc::ContentLayer> new_layer = cc::ContentLayer::Create(this);
495 scoped_refptr<cc::ContentLayer> new_layer =
496 cc::ContentLayer::Create(this);
543 scoped_refptr<cc::ContentLayer> new_layer =
544 cc::ContentLayer::Create(this);
913 content_layer_ = cc::ContentLayer::Create(this);

Completed in 312 milliseconds