OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_replica
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/cc/layers/
render_surface.cc
37
if (owning_layer_->
has_replica
())
render_surface_impl.cc
48
if (owning_layer_->
has_replica
()) {
148
DCHECK(!for_replica || owning_layer_->
has_replica
());
layer.h
279
bool
has_replica
() const { return !!replica_layer_.get(); }
function in class:cc::Layer
layer_impl.h
102
bool
has_replica
() const { return replica_layer_; }
function in class:cc::LayerImpl
/external/chromium_org/cc/trees/
occlusion_tracker.cc
333
if (old_target->
has_replica
() && !old_target->replica_has_mask()) {
354
if (old_target->
has_replica
()) {
398
if (!old_target->
has_replica
())
layer_tree_host_impl.cc
515
if (layer->
has_replica
()) {
[
all
...]
Completed in 479 milliseconds