HomeSort by relevance Sort by last modified time
    Searched defs:PushPropertiesTo (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/cc/test/
fake_content_layer.cc 36 void FakeContentLayer::PushPropertiesTo(LayerImpl* layer) {
37 ContentLayer::PushPropertiesTo(layer);
fake_picture_layer.cc 35 void FakePictureLayer::PushPropertiesTo(LayerImpl* layer) {
36 PictureLayer::PushPropertiesTo(layer);
fake_scrollbar_layer.cc 42 void FakeScrollbarLayer::PushPropertiesTo(LayerImpl* layer) {
43 ScrollbarLayer::PushPropertiesTo(layer);
  /external/chromium_org/cc/layers/
delegated_renderer_layer.cc 36 void DelegatedRendererLayer::PushPropertiesTo(LayerImpl* impl) {
37 Layer::PushPropertiesTo(impl);
io_surface_layer.cc 35 void IOSurfaceLayer::PushPropertiesTo(LayerImpl* layer) {
36 Layer::PushPropertiesTo(layer);
io_surface_layer_impl.cc 56 void IOSurfaceLayerImpl::PushPropertiesTo(LayerImpl* layer) {
57 LayerImpl::PushPropertiesTo(layer);
nine_patch_layer.cc 104 void NinePatchLayer::PushPropertiesTo(LayerImpl* layer) {
105 Layer::PushPropertiesTo(layer);
picture_layer.cc 37 void PictureLayer::PushPropertiesTo(LayerImpl* base_layer) {
38 Layer::PushPropertiesTo(base_layer);
59 // See PictureLayerImpl::PushPropertiesTo for more details.
texture_layer_impl.cc 53 void TextureLayerImpl::PushPropertiesTo(LayerImpl* layer) {
54 LayerImpl::PushPropertiesTo(layer);
video_layer_impl.cc 60 void VideoLayerImpl::PushPropertiesTo(LayerImpl* layer) {
61 LayerImpl::PushPropertiesTo(layer);
nine_patch_layer_impl.cc 30 void NinePatchLayerImpl::PushPropertiesTo(LayerImpl* layer) {
31 LayerImpl::PushPropertiesTo(layer);
scrollbar_layer.cc 102 void ScrollbarLayer::PushPropertiesTo(LayerImpl* layer) {
103 ContentsScalingLayer::PushPropertiesTo(layer);
scrollbar_layer_impl.cc 61 void ScrollbarLayerImpl::PushPropertiesTo(LayerImpl* layer) {
62 LayerImpl::PushPropertiesTo(layer);
texture_layer.cc 208 void TextureLayer::PushPropertiesTo(LayerImpl* layer) {
209 Layer::PushPropertiesTo(layer);
tiled_layer_impl.cc 129 void TiledLayerImpl::PushPropertiesTo(LayerImpl* layer) {
130 LayerImpl::PushPropertiesTo(layer);
delegated_renderer_layer_impl.cc 66 void DelegatedRendererLayerImpl::PushPropertiesTo(LayerImpl* layer) {
67 LayerImpl::PushPropertiesTo(layer);
layer.cc 731 void Layer::PushPropertiesTo(LayerImpl* layer) {
picture_layer_impl.cc 68 void PictureLayerImpl::PushPropertiesTo(LayerImpl* base_layer) {
80 LayerImpl::PushPropertiesTo(base_layer);
109 // always get pushed during PictureLayer::PushPropertiesTo.
    [all...]
layer_impl.cc 386 void LayerImpl::PushPropertiesTo(LayerImpl* layer) {
    [all...]
tiled_layer.cc 189 void TiledLayer::PushPropertiesTo(LayerImpl* layer) {
190 ContentsScalingLayer::PushPropertiesTo(layer);
  /external/chromium_org/cc/animation/
animation.cc 227 void Animation::PushPropertiesTo(Animation* other) const {
  /external/chromium_org/cc/trees/
layer_tree_impl.cc 106 void LayerTreeImpl::PushPropertiesTo(LayerTreeImpl* target_tree) {
layer_tree_host_unittest.cc 138 // Verify that we pass property values in PushPropertiesTo.
    [all...]

Completed in 364 milliseconds