Searched refs:SurfacePropertyChanged (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/cc/layers/
H A Drender_surface_unittest.cc26 EXPECT_TRUE(render_surface->SurfacePropertyChanged())
31 EXPECT_FALSE(render_surface->SurfacePropertyChanged())
35 // This test checks that SurfacePropertyChanged() has the correct behavior.
54 EXPECT_TRUE(render_surface->SurfacePropertyChanged());
H A Drender_surface_impl.h130 bool SurfacePropertyChanged() const;
H A Drender_surface_impl.cc87 bool RenderSurfaceImpl::SurfacePropertyChanged() const { function in class:cc::RenderSurfaceImpl
/external/chromium_org/cc/trees/
H A Ddamage_tracker.cc247 // If the layer does NOT own a surface but has SurfacePropertyChanged,
249 // However, if the layer DOES own a surface, then the SurfacePropertyChanged
335 render_surface->SurfacePropertyChanged() ||

Completed in 86 milliseconds