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

1 2

  /external/chromium_org/cc/test/
fake_painted_scrollbar_layer.cc 45 void FakePaintedScrollbarLayer::PushPropertiesTo(LayerImpl* layer) {
46 PaintedScrollbarLayer::PushPropertiesTo(layer);
fake_picture_layer.cc 35 void FakePictureLayer::PushPropertiesTo(LayerImpl* layer) {
36 PictureLayer::PushPropertiesTo(layer);
fake_content_layer.cc 51 void FakeContentLayer::PushPropertiesTo(LayerImpl* layer) {
52 ContentLayer::PushPropertiesTo(layer);
  /external/chromium_org/cc/layers/
delegated_renderer_layer.cc 64 void DelegatedRendererLayer::PushPropertiesTo(LayerImpl* impl) {
65 Layer::PushPropertiesTo(impl);
io_surface_layer.cc 35 void IOSurfaceLayer::PushPropertiesTo(LayerImpl* layer) {
36 Layer::PushPropertiesTo(layer);
nine_patch_layer.cc 53 void NinePatchLayer::PushPropertiesTo(LayerImpl* layer) {
54 UIResourceLayer::PushPropertiesTo(layer);
solid_color_scrollbar_layer_impl.cc 44 void SolidColorScrollbarLayerImpl::PushPropertiesTo(LayerImpl* layer) {
45 ScrollbarLayerImplBase::PushPropertiesTo(layer);
io_surface_layer_impl.cc 57 void IOSurfaceLayerImpl::PushPropertiesTo(LayerImpl* layer) {
58 LayerImpl::PushPropertiesTo(layer);
picture_layer.cc 37 void PictureLayer::PushPropertiesTo(LayerImpl* base_layer) {
38 Layer::PushPropertiesTo(base_layer);
54 // See PictureLayerImpl::PushPropertiesTo for more details.
scrollbar_layer_impl_base.cc 29 void ScrollbarLayerImplBase::PushPropertiesTo(LayerImpl* layer) {
30 LayerImpl::PushPropertiesTo(layer);
texture_layer_impl.cc 60 void TextureLayerImpl::PushPropertiesTo(LayerImpl* layer) {
61 LayerImpl::PushPropertiesTo(layer);
ui_resource_layer.cc 147 void UIResourceLayer::PushPropertiesTo(LayerImpl* layer) {
148 Layer::PushPropertiesTo(layer);
ui_resource_layer_impl.cc 35 void UIResourceLayerImpl::PushPropertiesTo(LayerImpl* layer) {
36 LayerImpl::PushPropertiesTo(layer);
nine_patch_layer_impl.cc 28 void NinePatchLayerImpl::PushPropertiesTo(LayerImpl* layer) {
29 UIResourceLayerImpl::PushPropertiesTo(layer);
painted_scrollbar_layer.cc 109 void PaintedScrollbarLayer::PushPropertiesTo(LayerImpl* layer) {
110 ContentsScalingLayer::PushPropertiesTo(layer);
painted_scrollbar_layer_impl.cc 50 void PaintedScrollbarLayerImpl::PushPropertiesTo(LayerImpl* layer) {
51 ScrollbarLayerImplBase::PushPropertiesTo(layer);
video_layer_impl.cc 61 void VideoLayerImpl::PushPropertiesTo(LayerImpl* layer) {
62 LayerImpl::PushPropertiesTo(layer);
texture_layer.cc 250 void TextureLayer::PushPropertiesTo(LayerImpl* layer) {
251 Layer::PushPropertiesTo(layer);
tiled_layer_impl.cc 116 void TiledLayerImpl::PushPropertiesTo(LayerImpl* layer) {
117 LayerImpl::PushPropertiesTo(layer);
delegated_renderer_layer_impl.cc 64 void DelegatedRendererLayerImpl::PushPropertiesTo(LayerImpl* layer) {
65 LayerImpl::PushPropertiesTo(layer);
layer.cc 860 void Layer::PushPropertiesTo(LayerImpl* layer) {
    [all...]
layer_impl.cc 500 void LayerImpl::PushPropertiesTo(LayerImpl* layer) {
    [all...]
picture_layer_impl.cc 70 void PictureLayerImpl::PushPropertiesTo(LayerImpl* base_layer) {
85 LayerImpl::PushPropertiesTo(base_layer);
    [all...]
  /external/chromium_org/cc/animation/
animation.cc 233 void Animation::PushPropertiesTo(Animation* other) const {
  /external/chromium_org/cc/trees/
layer_tree_impl.cc 114 void LayerTreeImpl::PushPropertiesTo(LayerTreeImpl* target_tree) {

Completed in 128 milliseconds

1 2