OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:grand_child
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/cc/layers/
layer_position_constraint_unittest.cc
82
scoped_ptr<LayerImpl>
grand_child
=
local
100
SetLayerPropertiesForTesting(
grand_child
.get(),
116
grand_child
->SetScrollClipLayer(root->id());
118
grand_child
->AddChild(great_grand_child.Pass());
119
child->AddChild(
grand_child
.Pass());
154
LayerImpl*
grand_child
= child->children()[0];
local
157
grand_child
->SetPositionConstraint(fixed_to_top_left_);
169
grand_child
->draw_transform());
176
//
grand_child
should not be affected.
183
grand_child
->draw_transform())
222
LayerImpl*
grand_child
= child->children()[0];
local
294
LayerImpl*
grand_child
= child->children()[0];
local
374
LayerImpl*
grand_child
= child->children()[0];
local
486
LayerImpl*
grand_child
= child->children()[0];
local
597
LayerImpl*
grand_child
= child->children()[0];
local
721
LayerImpl*
grand_child
= child->children()[0];
local
907
LayerImpl*
grand_child
= child->children()[0];
local
985
LayerImpl*
grand_child
= child->children()[0];
local
1052
LayerImpl*
grand_child
= child->children()[0];
local
[
all
...]
layer_impl_unittest.cc
30
EXPECT_FALSE(
grand_child
->needs_push_properties()); \
33
EXPECT_TRUE(
grand_child
->LayerPropertyChanged());
40
EXPECT_FALSE(
grand_child
->needs_push_properties()); \
43
EXPECT_FALSE(
grand_child
->LayerPropertyChanged());
51
EXPECT_FALSE(
grand_child
->needs_push_properties()); \
54
EXPECT_FALSE(
grand_child
->LayerPropertyChanged());
61
EXPECT_FALSE(
grand_child
->needs_push_properties()); \
64
EXPECT_FALSE(
grand_child
->LayerPropertyChanged());
115
LayerImpl*
grand_child
= child->children()[0];
local
123
EXPECT_FALSE(
grand_child
->LayerPropertyChanged())
[
all
...]
layer_unittest.cc
1010
scoped_refptr<Layer>
grand_child
= Layer::Create();
local
[
all
...]
/external/chromium_org/cc/trees/
layer_tree_host_common_unittest.cc
84
scoped_refptr<Layer>
grand_child
= Layer::Create();
local
86
child->AddChild(
grand_child
);
106
SetLayerPropertiesForTesting(
grand_child
.get(),
120
grand_child
->draw_transform());
122
grand_child
->screen_space_transform());
128
scoped_refptr<Layer>
grand_child
= Layer::Create();
local
130
child->AddChild(
grand_child
);
154
SetLayerPropertiesForTesting(
grand_child
.get(),
161
grand_child
->SetTouchEventHandlerRegion(gfx::Rect(0, 0, 100, 100));
168
EXPECT_FALSE(
grand_child
->draw_transform().IsIdentity())
389
scoped_refptr<Layer>
grand_child
= Layer::Create();
local
515
scoped_refptr<LayerWithForcedDrawsContent>
grand_child
=
local
611
scoped_refptr<LayerWithForcedDrawsContent>
grand_child
=
local
1001
scoped_refptr<LayerWithForcedDrawsContent>
grand_child
=
local
1081
scoped_refptr<LayerWithForcedDrawsContent>
grand_child
=
local
1465
scoped_refptr<Layer>
grand_child
= Layer::Create();
local
1566
scoped_refptr<Layer>
grand_child
= Layer::Create();
local
1663
scoped_refptr<Layer>
grand_child
= Layer::Create();
local
5553
scoped_refptr<Layer>
grand_child
= Layer::Create();
local
5586
scoped_refptr<LayerWithForcedDrawsContent>
grand_child
=
local
5851
scoped_refptr<Layer>
grand_child
= Layer::Create();
local
5909
scoped_ptr<LayerImpl>
grand_child
=
local
5966
scoped_refptr<Layer>
grand_child
= Layer::Create();
local
6023
scoped_ptr<LayerImpl>
grand_child
=
local
7848
scoped_ptr<AnimationScaleFactorTrackingLayerImpl>
grand_child
=
local
[
all
...]
layer_tree_impl_unittest.cc
593
// The child and
grand_child
layers are both initialized to clip the
616
scoped_ptr<LayerImpl>
grand_child
=
local
640
SetLayerPropertiesForTesting(
grand_child
.get(),
647
grand_child
->SetMasksToBounds(true);
669
grand_child
->AddChild(rotated_leaf.Pass());
670
child->AddChild(
grand_child
.Pass());
679
// The
grand_child
is expected to create a render surface because it
691
->id()); //
grand_child
's surface.
1137
scoped_ptr<LayerImpl>
grand_child
=
local
1201
scoped_ptr<LayerImpl>
grand_child
=
local
[
all
...]
layer_tree_host_impl_unittest.cc
2785
LayerImpl*
grand_child
= child->children()[0];
local
2883
scoped_ptr<LayerImpl>
grand_child
=
local
2913
LayerImpl*
grand_child
= child->children()[0];
local
2931
scoped_ptr<LayerImpl>
grand_child
=
local
2966
LayerImpl*
grand_child
= child->children()[0];
local
3537
scoped_ptr<LayerImpl>
grand_child
=
local
4746
scoped_ptr<LayerImpl>
grand_child
=
local
6290
scoped_ptr<LayerImpl>
grand_child
=
local
6309
LayerImpl*
grand_child
= child->children()[0];
local
[
all
...]
damage_tracker_unittest.cc
1150
scoped_ptr<LayerImpl>
grand_child
=
local
[
all
...]
layer_tree_host_unittest_occlusion.cc
120
// The child layer is a surface and the
grand_child
is opaque, but clipped
Completed in 201 milliseconds