HomeSort by relevance Sort by last modified time
    Searched refs:AddChildToRoot (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/cc/test/
layer_test_common.h 55 T* AddChildToRoot() {
63 T* AddChildToRoot(const A& a) {
71 T* AddChildToRoot(const A& a, const B& b) {
80 T* AddChildToRoot(const A& a, const B& b, const C& c, const D& d) {
94 T* AddChildToRoot(const A& a,
  /external/chromium_org/cc/layers/
video_layer_impl_unittest.cc 37 impl.AddChildToRoot<VideoLayerImpl>(&provider, media::VIDEO_ROTATION_0);
83 impl.AddChildToRoot<VideoLayerImpl>(&provider, media::VIDEO_ROTATION_0);
111 impl.AddChildToRoot<VideoLayerImpl>(&provider, media::VIDEO_ROTATION_0);
147 impl.AddChildToRoot<VideoLayerImpl>(&provider, media::VIDEO_ROTATION_90);
183 impl.AddChildToRoot<VideoLayerImpl>(&provider, media::VIDEO_ROTATION_180);
219 impl.AddChildToRoot<VideoLayerImpl>(&provider, media::VIDEO_ROTATION_270);
io_surface_layer_impl_unittest.cc 20 impl.AddChildToRoot<IOSurfaceLayerImpl>();
render_surface_impl_unittest.cc 19 LayerImpl* owning_layer_impl = impl.AddChildToRoot<LayerImpl>();
surface_layer_impl_unittest.cc 20 impl.AddChildToRoot<SurfaceLayerImpl>();
texture_layer_impl_unittest.cc 32 impl.AddChildToRoot<TextureLayerImpl>();
solid_color_scrollbar_layer_impl_unittest.cc 26 impl.AddChildToRoot<SolidColorScrollbarLayerImpl>(
painted_scrollbar_layer_impl_unittest.cc 36 impl.AddChildToRoot<PaintedScrollbarLayerImpl>(orientation);
solid_color_layer_impl_unittest.cc 190 impl.AddChildToRoot<SolidColorLayerImpl>();
ui_resource_layer_impl_unittest.cc 165 impl.AddChildToRoot<UIResourceLayerImpl>();
nine_patch_layer_impl_unittest.cc 232 impl.AddChildToRoot<NinePatchLayerImpl>();
tiled_layer_impl_unittest.cc 330 TiledLayerImpl* tiled_layer = impl.AddChildToRoot<TiledLayerImpl>();
delegated_renderer_layer_impl_unittest.cc     [all...]

Completed in 407 milliseconds