Home
last modified time | relevance | path

Searched refs:CreateFromOther (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/cc/resources/
Dpicture_pile_impl.h26 static scoped_refptr<PicturePileImpl> CreateFromOther(
Dpicture_pile_impl.cc37 scoped_refptr<PicturePileImpl> PicturePileImpl::CreateFromOther( in CreateFromOther() function in cc::PicturePileImpl
/external/chromium_org/cc/layers/
Dpicture_layer.cc57 layer_impl->pile_ = PicturePileImpl::CreateFromOther(pile_.get()); in PushPropertiesTo()