Searched defs:child_impl (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/cc/layers/
H A Dtiled_layer_unittest.cc1733 scoped_ptr<FakeTiledLayerImpl> child_impl = make_scoped_ptr( local
1738 LayerPushPropertiesTo(child.get(), child_impl.get());
1744 EXPECT_TRUE(child_impl->HasResourceIdForTileAt(i, 0));
1775 scoped_ptr<FakeTiledLayerImpl> child_impl = make_scoped_ptr( local
1780 LayerPushPropertiesTo(child.get(), child_impl.get());
1786 EXPECT_FALSE(child_impl->HasResourceIdForTileAt(i, 0));
1817 scoped_ptr<FakeTiledLayerImpl> child_impl = make_scoped_ptr( local
1822 LayerPushPropertiesTo(child.get(), child_impl.get());
1828 EXPECT_FALSE(child_impl->HasResourceIdForTileAt(i, 0));

Completed in 285 milliseconds