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

  /external/chromium_org/cc/animation/
scrollbar_animation_controller_linear_fade.h 19 LayerImpl* scroll_layer,
36 ScrollbarAnimationControllerLinearFade(LayerImpl* scroll_layer,
scrollbar_animation_controller_linear_fade.cc 13 ScrollbarAnimationControllerLinearFade::Create(LayerImpl* scroll_layer,
17 scroll_layer, fadeout_delay, fadeout_length));
21 LayerImpl* scroll_layer,
25 scroll_layer_(scroll_layer),
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_damage.cc 358 LayerImpl* scroll_layer = root->children()[0]; variable
366 scroll_layer->SetMaxScrollOffset(gfx::Vector2d(60, 100));
372 scroll_layer->SetPosition(gfx::Point(1,1));
373 scroll_layer->SetScrollOffset(scroll_layer->scroll_offset());
layer_tree_host_unittest_scroll.cc 993 scoped_refptr<Layer> scroll_layer = local
    [all...]
layer_tree_host_impl_unittest.cc 213 LayerImpl* scroll_layer = scroll.get(); local
235 return scroll_layer;
239 LayerImpl* scroll_layer = CreateScrollAndContentsLayers( local
242 return scroll_layer;
507 LayerImpl* scroll_layer = SetupScrollAndContentsLayers(gfx::Size(100, 100)); local
516 scroll_layer = SetupScrollAndContentsLayers(gfx::Size(100, 100));
524 ExpectContains(*scroll_info, scroll_layer->id(), scroll_delta);
763 LayerImpl* scroll_layer = SetupScrollAndContentsLayers(gfx::Size(100, 100)); local
767 EXPECT_EQ(scroll_layer, host_impl_->RootScrollLayer());
777 scroll_layer->SetScrollDelta(gfx::Vector2d())
831 LayerImpl* scroll_layer = host_impl_->RootScrollLayer(); local
974 LayerImpl* scroll_layer = host_impl_->RootScrollLayer(); local
1036 LayerImpl* scroll_layer = host_impl_->RootScrollLayer(); local
1670 scoped_ptr<LayerImpl> scroll_layer = local
1760 scoped_ptr<LayerImpl> scroll_layer = CreateScrollableLayer(2, surface_size); local
2150 LayerImpl* scroll_layer = SetupScrollAndContentsLayers(gfx::Size(100, 100)); local
2192 LayerImpl* scroll_layer = SetupScrollAndContentsLayers(gfx::Size(100, 100)); local
2270 LayerImpl* scroll_layer = local
2371 LayerImpl* scroll_layer = SetupScrollAndContentsLayers(gfx::Size(100, 100)); local
    [all...]
layer_tree_host_unittest_context.cc 1517 scoped_refptr<Layer> scroll_layer = Layer::Create(); variable
1522 layer_tree_host()->root_layer()->AddChild(scroll_layer); variable
    [all...]
layer_tree_host_common_unittest.cc 435 LayerImpl* scroll_layer = scroll_layerScopedPtr.get(); local
436 SetLayerPropertiesForTesting(scroll_layer,
443 scroll_layer->SetScrollable(true);
444 scroll_layer->SetMaxScrollOffset(kMaxScrollOffset);
445 scroll_layer->SetScrollOffset(kScrollOffset);
446 scroll_layer->SetScrollDelta(kScrollDelta);
448 scroll_layer->AddChild(sublayer_scoped_ptr.Pass());
461 root.get(), kDeviceScale, kPageScale, scroll_layer->parent());
476 SetLayerPropertiesForTesting(scroll_layer,
484 root.get(), kDeviceScale, kPageScale, scroll_layer->parent())
    [all...]

Completed in 857 milliseconds