/external/chromium_org/cc/animation/ |
scrollbar_animation_controller_linear_fade.cc | 14 ScrollbarAnimationControllerLinearFade::Create(LayerImpl* scroll_layer, 18 scroll_layer, fadeout_delay, fadeout_length)); 22 LayerImpl* scroll_layer, 26 scroll_layer_(scroll_layer),
|
scrollbar_animation_controller_thinning.h | 20 LayerImpl* scroll_layer); 23 LayerImpl* scroll_layer, 47 ScrollbarAnimationControllerThinning(LayerImpl* scroll_layer,
|
scrollbar_animation_controller_thinning.cc | 24 ScrollbarAnimationControllerThinning::Create(LayerImpl* scroll_layer) { 26 scroll_layer, 32 ScrollbarAnimationControllerThinning::CreateForTest(LayerImpl* scroll_layer, 35 scroll_layer, animation_delay, animation_duration)); 39 LayerImpl* scroll_layer, 43 scroll_layer_(scroll_layer),
|
scrollbar_animation_controller_linear_fade.h | 19 LayerImpl* scroll_layer, 37 ScrollbarAnimationControllerLinearFade(LayerImpl* scroll_layer,
|
/external/chromium_org/cc/trees/ |
layer_tree_host_unittest_damage.cc | 499 LayerImpl* scroll_layer = root->children()[0]; variable 504 scroll_layer->SetPosition(gfx::Point(1, 1)); 505 scroll_layer->SetScrollOffset(scroll_layer->scroll_offset()); 509 scroll_layer->ScrollBy(gfx::Vector2dF(10.f, 10.f)); 513 scroll_layer->SetMaxScrollOffset(gfx::Vector2d(60, 100)); 572 LayerImpl* scroll_layer = root->children()[0]; variable 577 scroll_layer->ScrollBy(gfx::Vector2dF(10.f, 10.f));
|
layer_tree_host_unittest_scroll.cc | 1090 scoped_refptr<Layer> scroll_layer = local [all...] |
layer_tree_host_impl_unittest.cc | 217 LayerImpl* scroll_layer = scroll.get(); local 239 return scroll_layer; 243 LayerImpl* scroll_layer = CreateScrollAndContentsLayers( local 246 return scroll_layer; 494 LayerImpl* scroll_layer = SetupScrollAndContentsLayers(gfx::Size(100, 100)); local 503 scroll_layer = SetupScrollAndContentsLayers(gfx::Size(100, 100)); 511 ExpectContains(*scroll_info, scroll_layer->id(), scroll_delta); 738 LayerImpl* scroll_layer = SetupScrollAndContentsLayers(gfx::Size(200, 200)); local 742 ASSERT_EQ(1u, scroll_layer->children().size()); 743 LayerImpl* overflow = scroll_layer->children()[0] 807 LayerImpl* scroll_layer = SetupScrollAndContentsLayers(gfx::Size(100, 100)); local 875 LayerImpl* scroll_layer = host_impl_->RootScrollLayer(); local 1018 LayerImpl* scroll_layer = host_impl_->RootScrollLayer(); local 1088 LayerImpl* scroll_layer = host_impl_->RootScrollLayer(); local 1812 scoped_ptr<LayerImpl> scroll_layer = local 1902 scoped_ptr<LayerImpl> scroll_layer = CreateScrollableLayer(2, surface_size); local 2292 LayerImpl* scroll_layer = SetupScrollAndContentsLayers(gfx::Size(100, 100)); local 2334 LayerImpl* scroll_layer = SetupScrollAndContentsLayers(gfx::Size(100, 100)); local 2412 LayerImpl* scroll_layer = local 2513 LayerImpl* scroll_layer = SetupScrollAndContentsLayers(gfx::Size(100, 100)); local [all...] |
layer_tree_host_unittest_context.cc | 1362 scoped_refptr<Layer> scroll_layer = Layer::Create(); variable 1367 layer_tree_host()->root_layer()->AddChild(scroll_layer); variable [all...] |
layer_tree_host_common_unittest.cc | 427 LayerImpl* scroll_layer = scroll_layerScopedPtr.get(); local 428 SetLayerPropertiesForTesting(scroll_layer, 435 scroll_layer->SetScrollable(true); 436 scroll_layer->SetMaxScrollOffset(kMaxScrollOffset); 437 scroll_layer->SetScrollOffset(kScrollOffset); 438 scroll_layer->SetScrollDelta(kScrollDelta); 440 scroll_layer->AddChild(sublayer_scoped_ptr.Pass()); 453 root.get(), kDeviceScale, kPageScale, scroll_layer->parent()); 468 SetLayerPropertiesForTesting(scroll_layer, 476 root.get(), kDeviceScale, kPageScale, scroll_layer->parent()) 9653 LayerImpl* scroll_layer = scroller.get(); local [all...] |