/external/chromium_org/cc/animation/ |
scrollbar_animation_controller_thinning_unittest.cc | 25 scrollbar_layer_ = SolidColorScrollbarLayerImpl::Create( 31 scroll_layer_->SetHorizontalScrollbarLayer(scrollbar_layer_.get()); 43 scoped_ptr<SolidColorScrollbarLayerImpl> scrollbar_layer_; member in class:cc::__anon3806::ScrollbarAnimationControllerThinningTest 49 EXPECT_FLOAT_EQ(0.7f, scrollbar_layer_->opacity()); 50 EXPECT_FLOAT_EQ(0.4f, scrollbar_layer_->thumb_thickness_scale_factor()); 61 EXPECT_FLOAT_EQ(1.0f, scrollbar_layer_->opacity()); 63 EXPECT_FLOAT_EQ(0.4f, scrollbar_layer_->thumb_thickness_scale_factor()); 68 EXPECT_FLOAT_EQ(1.0f, scrollbar_layer_->opacity()); 69 EXPECT_FLOAT_EQ(0.4f, scrollbar_layer_->thumb_thickness_scale_factor()); 78 EXPECT_FLOAT_EQ(1.0f, scrollbar_layer_->opacity()) [all...] |
scrollbar_animation_controller_linear_fade_unittest.cc | 22 scrollbar_layer_ = PaintedScrollbarLayerImpl::Create( 27 scroll_layer_->SetHorizontalScrollbarLayer(scrollbar_layer_.get()); 39 scoped_ptr<PaintedScrollbarLayerImpl> scrollbar_layer_; member in class:cc::__anon3804::ScrollbarAnimationControllerLinearFadeTest 44 EXPECT_FLOAT_EQ(0.0f, scrollbar_layer_->opacity()); 52 EXPECT_FLOAT_EQ(0.0f, scrollbar_layer_->opacity()); 57 EXPECT_FLOAT_EQ(0.0f, scrollbar_layer_->opacity()); 63 EXPECT_FLOAT_EQ(0.0f, scrollbar_layer_->opacity()); 72 EXPECT_FLOAT_EQ(0.0f, scrollbar_layer_->opacity()); 76 EXPECT_FLOAT_EQ(1.0f, scrollbar_layer_->opacity()); 81 EXPECT_FLOAT_EQ(1.0f, scrollbar_layer_->opacity()) [all...] |
/external/chromium_org/cc/layers/ |
scrollbar_layer_unittest.cc | 460 scrollbar_layer_ = PaintedScrollbarLayer::Create(scrollbar.Pass(), 1); 461 scrollbar_layer_->SetLayerTreeHost(layer_tree_host()); 462 scrollbar_layer_->SetBounds(bounds_); 463 layer_tree_host()->root_layer()->AddChild(scrollbar_layer_); variable 466 scrollbar_layer_->SetScrollLayerId(scroll_layer_->id()); 477 EXPECT_GT(scrollbar_layer_->bounds().width(), kMaxTextureSize); 479 EXPECT_EQ(scrollbar_layer_->content_bounds().width(), 481 EXPECT_EQ(scrollbar_layer_->content_bounds().height(), 490 scoped_refptr<PaintedScrollbarLayer> scrollbar_layer_; member in class:cc::__anon3857::ScrollbarLayerTestMaxTextureSize
|
/external/chromium_org/cc/trees/ |
layer_tree_host_unittest_context.cc | 1366 layer_tree_host()->root_layer()->AddChild(scrollbar_layer_); variable 1403 scoped_refptr<FakePaintedScrollbarLayer> scrollbar_layer_; member in class:cc::__anon3950::ScrollbarLayerLostContext [all...] |
layer_tree_host_unittest.cc | 3500 scoped_refptr<FakePaintedScrollbarLayer> scrollbar_layer_; member in class:cc::__anon3948::LayerTreeHostTestPropertyChangesDuringUpdateArePushed [all...] |