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

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_common_unittest.cc4045 class NoScaleContentLayer : public ContentLayer { class in namespace:cc::__anon2755
4047 static scoped_refptr<NoScaleContentLayer> Create(ContentLayerClient* client) {
4048 return make_scoped_refptr(new NoScaleContentLayer(client));
4071 explicit NoScaleContentLayer(ContentLayerClient* client) function in class:cc::__anon2755::NoScaleContentLayer
4073 virtual ~NoScaleContentLayer() {}
4076 scoped_refptr<NoScaleContentLayer> CreateNoScaleDrawableContentLayer(
4078 scoped_refptr<NoScaleContentLayer> to_return =
4079 NoScaleContentLayer::Create(delegate);
4117 scoped_refptr<NoScaleContentLayer> child_no_scale =
4355 scoped_refptr<NoScaleContentLayer> child_no_scal
[all...]
H A Dlayer_tree_host_unittest.cc1046 class NoScaleContentLayer : public ContentLayer { class in namespace:cc::__anon2764
1048 static scoped_refptr<NoScaleContentLayer> Create(ContentLayerClient* client) {
1049 return make_scoped_refptr(new NoScaleContentLayer(client));
1072 explicit NoScaleContentLayer(ContentLayerClient* client) function in class:cc::__anon2764::NoScaleContentLayer
1074 virtual ~NoScaleContentLayer() {}
1081 : root_layer_(NoScaleContentLayer::Create(&client_)),
1173 scoped_refptr<NoScaleContentLayer> root_layer_;

Completed in 134 milliseconds