SurfaceLayerImpl 25 cc/layers/surface_layer.cc return SurfaceLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>(); SurfaceLayerImpl 34 cc/layers/surface_layer.cc SurfaceLayerImpl* layer_impl = static_cast<SurfaceLayerImpl*>(layer); SurfaceLayerImpl 13 cc/layers/surface_layer_impl.cc SurfaceLayerImpl::SurfaceLayerImpl(LayerTreeImpl* tree_impl, int id) SurfaceLayerImpl 16 cc/layers/surface_layer_impl.cc SurfaceLayerImpl::~SurfaceLayerImpl() {} SurfaceLayerImpl 18 cc/layers/surface_layer_impl.cc scoped_ptr<LayerImpl> SurfaceLayerImpl::CreateLayerImpl( SurfaceLayerImpl 20 cc/layers/surface_layer_impl.cc return SurfaceLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>(); SurfaceLayerImpl 23 cc/layers/surface_layer_impl.cc void SurfaceLayerImpl::SetSurfaceId(int surface_id) { SurfaceLayerImpl 31 cc/layers/surface_layer_impl.cc void SurfaceLayerImpl::PushPropertiesTo(LayerImpl* layer) { SurfaceLayerImpl 33 cc/layers/surface_layer_impl.cc SurfaceLayerImpl* layer_impl = static_cast<SurfaceLayerImpl*>(layer); SurfaceLayerImpl 38 cc/layers/surface_layer_impl.cc void SurfaceLayerImpl::AppendQuads(QuadSink* quad_sink, SurfaceLayerImpl 57 cc/layers/surface_layer_impl.cc void SurfaceLayerImpl::GetDebugBorderProperties(SkColor* color, SurfaceLayerImpl 63 cc/layers/surface_layer_impl.cc void SurfaceLayerImpl::AsValueInto(base::DictionaryValue* dict) const { SurfaceLayerImpl 68 cc/layers/surface_layer_impl.cc const char* SurfaceLayerImpl::LayerTypeAsString() const { SurfaceLayerImpl 14 cc/layers/surface_layer_impl.h class CC_EXPORT SurfaceLayerImpl : public LayerImpl { SurfaceLayerImpl 16 cc/layers/surface_layer_impl.h static scoped_ptr<SurfaceLayerImpl> Create(LayerTreeImpl* tree_impl, int id) { SurfaceLayerImpl 17 cc/layers/surface_layer_impl.h return make_scoped_ptr(new SurfaceLayerImpl(tree_impl, id)); SurfaceLayerImpl 19 cc/layers/surface_layer_impl.h virtual ~SurfaceLayerImpl(); SurfaceLayerImpl 31 cc/layers/surface_layer_impl.h SurfaceLayerImpl(LayerTreeImpl* tree_impl, int id); SurfaceLayerImpl 41 cc/layers/surface_layer_impl.h DISALLOW_COPY_AND_ASSIGN(SurfaceLayerImpl); SurfaceLayerImpl 19 cc/layers/surface_layer_impl_unittest.cc SurfaceLayerImpl* surface_layer_impl = SurfaceLayerImpl 20 cc/layers/surface_layer_impl_unittest.cc impl.AddChildToRoot<SurfaceLayerImpl>();