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;
22
void ClearScrollLayer() {
scroll_layer_
= NULL; }
85
LayerImpl*
scroll_layer_
;
member in class:cc::ScrollbarLayerImplBase
scrollbar_layer_unittest.cc
514
scroll_layer_
= Layer::Create();
515
layer_tree_host()->root_layer()->AddChild(
scroll_layer_
);
variable
519
PaintedScrollbarLayer::Create(scrollbar.Pass(),
scroll_layer_
->id());
520
scrollbar_layer_->SetScrollLayer(
scroll_layer_
->id());
547
scoped_refptr<Layer>
scroll_layer_
;
member in class:cc::__anon7282::ScrollbarLayerTestMaxTextureSize
[
all
...]
/external/chromium_org/cc/trees/
layer_tree_host_unittest_animation.cc
1090
layer_tree_host()->root_layer()->AddChild(
scroll_layer_
);
variable
1121
scoped_refptr<FakeContentLayer>
scroll_layer_
;
member in class:cc::__anon7386::LayerTreeHostAnimationTestScrollOffsetChangesArePropagated
[
all
...]
layer_tree_host_unittest_scroll.cc
111
scroll_layer_
= Layer::Create();
112
root_layer->AddChild(
scroll_layer_
);
114
scroll_layer_
->SetBounds(gfx::Size(root_layer->bounds().width() + 100,
116
scroll_layer_
->SetIsDrawable(true);
117
scroll_layer_
->SetIsContainerForFixedPositionLayers(true);
118
scroll_layer_
->SetScrollClipLayerId(root_layer->id());
119
scroll_layer_
->SetScrollOffset(initial_scroll_);
120
layer_tree_host()->RegisterViewportLayers(root_layer,
scroll_layer_
, NULL);
127
EXPECT_VECTOR_EQ(
scroll_layer_
->scroll_offset(), initial_scroll_);
130
EXPECT_VECTOR_EQ(
scroll_layer_
->scroll_offset()
182
scoped_refptr<Layer>
scroll_layer_
;
member in class:cc::__anon7394::LayerTreeHostScrollTestScrollMultipleRedraw
[
all
...]
layer_tree_host_unittest.cc
870
scroll_layer_
= layer;
872
scroll_layer_
= FakeContentLayer::Create(&client_);
876
scroll_layer_
->SetScrollClipLayerId(root_layer->id());
877
scroll_layer_
->SetIsContainerForFixedPositionLayers(true);
878
scroll_layer_
->SetBounds(gfx::Size(2 * root_layer->bounds().width(),
880
scroll_layer_
->SetScrollOffset(gfx::Vector2d());
881
layer_tree_host()->root_layer()->AddChild(
scroll_layer_
);
variable
885
root_layer,
scroll_layer_
.get(), NULL);
893
gfx::Vector2d offset =
scroll_layer_
->scroll_offset();
894
scroll_layer_
->SetScrollOffset(offset + scroll_delta)
930
scoped_refptr<Layer>
scroll_layer_
;
member in class:cc::__anon7384::LayerTreeHostTestStartPageScaleAnimation
[
all
...]
Completed in 131 milliseconds