Searched refs:HasCopyRequest (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_common.cc411 if (layer->HasCopyRequest())
840 if (layer->HasCopyRequest())
1066 if (layer->HasCopyRequest())
H A Docclusion_tracker.cc232 finished_target->HasCopyRequest() && LayerIsHidden(finished_target);
H A Dlayer_tree_host_impl.cc628 render_surface_layer->HasCopyRequest();
683 bool prevent_occlusion = it.target_render_surface_layer()->HasCopyRequest();
689 if (it->HasCopyRequest()) {
H A Dlayer_tree_host.cc975 bool prevent_occlusion = it.target_render_surface_layer()->HasCopyRequest();
H A Dlayer_tree_host_unittest.cc2996 EXPECT_TRUE(root->children()[0]->HasCopyRequest());
H A Dlayer_tree_host_common_unittest.cc8128 EXPECT_TRUE(copy_layer->HasCopyRequest());
8236 EXPECT_TRUE(copy_layer->HasCopyRequest());
/external/chromium_org/cc/layers/
H A Dlayer.h81 bool HasCopyRequest() const { function in class:cc::Layer
H A Dlayer_impl.h89 bool HasCopyRequest() const { return !copy_requests_.empty(); } function in class:cc::LayerImpl

Completed in 350 milliseconds