OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scroll_layer_
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/cc/animation/
scrollbar_animation_controller_linear_fade.h
41
LayerImpl*
scroll_layer_
;
member in class:cc::ScrollbarAnimationControllerLinearFade
scrollbar_animation_controller_thinning.h
63
LayerImpl*
scroll_layer_
;
member in class:cc::ScrollbarAnimationControllerThinning
/external/chromium_org/cc/layers/
scrollbar_layer_impl_base.h
20
return
scroll_layer_
?
scroll_layer_
->id() : Layer::INVALID_ID;
27
void ClearScrollLayer() {
scroll_layer_
= NULL; }
85
LayerImpl*
scroll_layer_
;
member in class:cc::ScrollbarLayerImplBase
scrollbar_layer_unittest.cc
582
scroll_layer_
= Layer::Create();
583
layer_tree_host()->root_layer()->AddChild(
scroll_layer_
);
variable
587
PaintedScrollbarLayer::Create(scrollbar.Pass(),
scroll_layer_
->id());
588
scrollbar_layer_->SetScrollLayer(
scroll_layer_
->id());
615
scoped_refptr<Layer>
scroll_layer_
;
member in class:cc::__anon7328::ScrollbarLayerTestMaxTextureSize
[
all
...]
/external/chromium_org/cc/trees/
layer_tree_host_unittest_animation.cc
1033
layer_tree_host()->root_layer()->AddChild(
scroll_layer_
);
variable
1069
scoped_refptr<FakeContentLayer>
scroll_layer_
;
member in class:cc::__anon7447::LayerTreeHostAnimationTestScrollOffsetChangesArePropagated
[
all
...]
layer_tree_host_unittest_scroll.cc
114
scroll_layer_
= Layer::Create();
115
root_layer->AddChild(
scroll_layer_
);
117
scroll_layer_
->SetBounds(gfx::Size(root_layer->bounds().width() + 100,
119
scroll_layer_
->SetIsDrawable(true);
120
scroll_layer_
->SetIsContainerForFixedPositionLayers(true);
121
scroll_layer_
->SetScrollClipLayerId(root_layer->id());
122
scroll_layer_
->SetScrollOffset(initial_scroll_);
123
layer_tree_host()->RegisterViewportLayers(root_layer,
scroll_layer_
, NULL);
130
EXPECT_VECTOR_EQ(
scroll_layer_
->scroll_offset(), initial_scroll_);
133
EXPECT_VECTOR_EQ(
scroll_layer_
->scroll_offset()
186
scoped_refptr<Layer>
scroll_layer_
;
member in class:cc::__anon7455::LayerTreeHostScrollTestScrollMultipleRedraw
[
all
...]
layer_tree_host_unittest.cc
845
scroll_layer_
= layer;
847
scroll_layer_
= FakeContentLayer::Create(&client_);
851
scroll_layer_
->SetScrollClipLayerId(root_layer->id());
852
scroll_layer_
->SetIsContainerForFixedPositionLayers(true);
853
scroll_layer_
->SetBounds(gfx::Size(2 * root_layer->bounds().width(),
855
scroll_layer_
->SetScrollOffset(gfx::Vector2d());
856
layer_tree_host()->root_layer()->AddChild(
scroll_layer_
);
variable
860
root_layer,
scroll_layer_
.get(), NULL);
869
gfx::Vector2d offset =
scroll_layer_
->scroll_offset();
870
scroll_layer_
->SetScrollOffset(offset + scroll_delta)
906
scoped_refptr<Layer>
scroll_layer_
;
member in class:cc::__anon7445::LayerTreeHostTestStartPageScaleAnimation
[
all
...]
Completed in 140 milliseconds