Lines Matching refs:content_

496     content_ = FakeContentLayer::Create(&client_);
497 content_->SetBounds(gfx::Size(4, 4));
498 layer_tree_host()->root_layer()->AddChild(content_);
502 PostAddAnimationToMainThread(content_.get());
534 scoped_refptr<FakeContentLayer> content_;
551 content_ = FakeContentLayer::Create(&client_);
552 content_->SetBounds(gfx::Size(4, 4));
553 content_->set_layer_animation_delegate(this);
554 layer_tree_host()->root_layer()->AddChild(content_);
558 PostAddAnimationToMainThread(content_.get());
604 scoped_refptr<FakeContentLayer> content_;
764 scoped_refptr<FakeContentLayer> content_;
848 content_ = FakeContentLayer::Create(&client_);
849 content_->SetBounds(gfx::Size(4, 4));
850 content_->set_layer_animation_delegate(this);
851 layer_tree_host()->root_layer()->AddChild(content_);
856 PostAddAnimationToMainThread(content_.get());
878 scoped_refptr<FakeContentLayer> content_;
893 content_ = FakeContentLayer::Create(&client_);
894 content_->SetBounds(gfx::Size(4, 4));
895 content_->set_layer_animation_delegate(this);
896 layer_tree_host()->root_layer()->AddChild(content_);
901 PostAddAnimationToMainThread(content_.get());
930 scoped_refptr<FakeContentLayer> content_;
942 content_ = FakeContentLayer::Create(&client_);
943 content_->SetBounds(gfx::Size(4, 4));
944 content_->set_layer_animation_delegate(this);
945 layer_tree_host()->root_layer()->AddChild(content_);
981 AddOpacityTransitionToLayer(content_.get(), 0.1, 0.2f, 0.8f, false);
986 AddAnimatedTransformToLayer(content_.get(), 0.1, 5, 5);
1012 scoped_refptr<FakeContentLayer> content_;
1235 content_ = Layer::Create();
1236 content_->SetBounds(gfx::Size(4, 4));
1237 layer_tree_host()->root_layer()->AddChild(content_);
1251 AddOpacityTransitionToLayer(content_.get(), 0.1, 5, 5, false);
1285 scoped_refptr<Layer> content_;