OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SurfacePropertyChanged
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/layers/
render_surface_unittest.cc
27
EXPECT_TRUE(render_surface->
SurfacePropertyChanged
())
32
EXPECT_FALSE(render_surface->
SurfacePropertyChanged
())
36
// This test checks that
SurfacePropertyChanged
() has the correct behavior.
56
EXPECT_TRUE(render_surface->
SurfacePropertyChanged
());
render_surface_impl.h
130
bool
SurfacePropertyChanged
() const;
render_surface_impl.cc
81
bool RenderSurfaceImpl::
SurfacePropertyChanged
() const {
/external/chromium_org/cc/trees/
damage_tracker.cc
341
if (surface_is_new || render_surface->
SurfacePropertyChanged
()) {
Completed in 483 milliseconds