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

1 2 3

  /external/chromium_org/cc/layers/
surface_layer.cc 33 void SurfaceLayer::PushPropertiesTo(LayerImpl* layer) {
34 Layer::PushPropertiesTo(layer);
surface_layer.h 26 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
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);
layer_perftest.cc 61 TEST_F(LayerPerfTest, PushPropertiesTo) {
86 test_layer->PushPropertiesTo(impl_layer.get());
108 test_layer->PushPropertiesTo(impl_layer.get());
io_surface_layer.h 22 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
nine_patch_layer.h 24 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
surface_layer_impl.h 27 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
delegated_renderer_layer.cc 64 void DelegatedRendererLayer::PushPropertiesTo(LayerImpl* impl) {
65 Layer::PushPropertiesTo(impl);
solid_color_scrollbar_layer.cc 59 void SolidColorScrollbarLayer::PushPropertiesTo(LayerImpl* layer) {
60 Layer::PushPropertiesTo(layer);
surface_layer_impl.cc 32 void SurfaceLayerImpl::PushPropertiesTo(LayerImpl* layer) {
33 LayerImpl::PushPropertiesTo(layer);
delegated_renderer_layer.h 30 virtual void PushPropertiesTo(LayerImpl* impl) OVERRIDE;
io_surface_layer_impl.h 28 virtual void PushPropertiesTo(LayerImpl* layer_tree_impl) OVERRIDE;
nine_patch_layer_impl.h 62 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
solid_color_scrollbar_layer.h 31 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
solid_color_scrollbar_layer_impl.h 28 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
ui_resource_layer.h 25 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
io_surface_layer_impl.cc 44 void IOSurfaceLayerImpl::PushPropertiesTo(LayerImpl* layer) {
45 LayerImpl::PushPropertiesTo(layer);
solid_color_scrollbar_layer_impl.cc 64 void SolidColorScrollbarLayerImpl::PushPropertiesTo(LayerImpl* layer) {
65 ScrollbarLayerImplBase::PushPropertiesTo(layer);
  /external/chromium_org/cc/test/
fake_picture_layer.cc 34 void FakePictureLayer::PushPropertiesTo(LayerImpl* layer) {
35 PictureLayer::PushPropertiesTo(layer);
fake_painted_scrollbar_layer.cc 45 void FakePaintedScrollbarLayer::PushPropertiesTo(LayerImpl* layer) {
46 PaintedScrollbarLayer::PushPropertiesTo(layer);
fake_picture_layer.h 36 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
fake_content_layer.cc 50 void FakeContentLayer::PushPropertiesTo(LayerImpl* layer) {
51 ContentLayer::PushPropertiesTo(layer);
fake_content_layer.h 37 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
fake_painted_scrollbar_layer.h 26 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;

Completed in 214 milliseconds

1 2 3