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

  /external/chromium_org/cc/animation/
scrollbar_animation_controller_linear_fade_unittest.cc 22 scrollbar_layer_ = ScrollbarLayerImpl::Create(
27 scroll_layer_->SetHorizontalScrollbarLayer(scrollbar_layer_.get());
39 scoped_ptr<ScrollbarLayerImpl> scrollbar_layer_; member in class:cc::__anon6451::ScrollbarAnimationControllerLinearFadeTest
44 EXPECT_FLOAT_EQ(0.0f, scrollbar_layer_->opacity());
53 EXPECT_FLOAT_EQ(1.0f, scrollbar_layer_->opacity());
57 EXPECT_FLOAT_EQ(1.0f, scrollbar_layer_->opacity());
66 EXPECT_FLOAT_EQ(1.0f, scrollbar_layer_->opacity());
70 EXPECT_FLOAT_EQ(1.0f, scrollbar_layer_->opacity());
74 EXPECT_FLOAT_EQ(2.0f / 3.0f, scrollbar_layer_->opacity());
78 EXPECT_FLOAT_EQ(1.0f / 3.0f, scrollbar_layer_->opacity())
    [all...]
  /external/chromium_org/cc/layers/
scrollbar_layer_unittest.cc 350 scrollbar_layer_ = ScrollbarLayer::Create(scrollbar.Pass(), 1);
351 scrollbar_layer_->SetLayerTreeHost(layer_tree_host());
352 scrollbar_layer_->SetBounds(bounds_);
353 layer_tree_host()->root_layer()->AddChild(scrollbar_layer_); variable
356 scrollbar_layer_->SetScrollLayerId(scroll_layer_->id());
367 EXPECT_GT(scrollbar_layer_->bounds().width(), kMaxTextureSize);
369 EXPECT_EQ(scrollbar_layer_->content_bounds().width(),
371 EXPECT_EQ(scrollbar_layer_->content_bounds().height(),
380 scoped_refptr<ScrollbarLayer> scrollbar_layer_; member in class:cc::__anon6488::ScrollbarLayerTestMaxTextureSize
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_context.cc 1521 layer_tree_host()->root_layer()->AddChild(scrollbar_layer_); variable
1552 scoped_refptr<FakeScrollbarLayer> scrollbar_layer_; member in class:cc::__anon6573::ScrollbarLayerLostContext
    [all...]
layer_tree_host_unittest.cc 3607 scoped_refptr<FakeScrollbarLayer> scrollbar_layer_; member in class:cc::__anon6571::LayerTreeHostTestPropertyChangesDuringUpdateArePushed
    [all...]

Completed in 3320 milliseconds