Searched refs:child_layer (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/cc/layers/
H A Dtiled_layer_unittest.cc1017 scoped_refptr<FakeTiledLayer> child_layer = make_scoped_refptr( local
1019 root_layer->AddChild(child_layer);
1024 child_layer->SetBounds(content_bounds);
1025 child_layer->draw_properties().visible_content_rect = content_rect;
1026 child_layer->SetPosition(gfx::PointF(0, 0));
1028 child_layer->InvalidateContentRect(content_rect);
1039 EXPECT_FALSE(child_layer->SkipsDraw());
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_common.cc1226 LayerType* child_layer = local
1230 PreCalculateMetaInformation(child_layer, &data_for_child);
1232 if (child_layer->scroll_parent())
H A Dlayer_tree_host_impl_unittest.cc2891 LayerImpl* child_layer = child.get(); local
2897 child_layer->SetScrollOffset(gfx::Vector2d(3, 0));
2939 LayerImpl* child_layer = child.get(); local
2949 child_layer->SetScrollOffset(gfx::Vector2d(0, 3));
3545 LayerImpl* child_layer = child.get(); local
3548 child_layer->SetScrollOffset(gfx::Vector2d(0, 3));
3572 EXPECT_EQ(host_impl_->CurrentlyScrollingLayer(), child_layer);
/external/chromium_org/ui/aura/
H A Dwindow_unittest.cc1953 ui::Layer child_layer; local
1954 layer->Add(&child_layer);

Completed in 121 milliseconds