OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsPendingTree
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/cc/trees/
layer_tree_impl.h
73
bool
IsPendingTree
() const;
layer_tree_impl.cc
291
DCHECK(
IsPendingTree
());
560
bool LayerTreeImpl::
IsPendingTree
() const {
layer_tree_host_common.cc
498
if (layer->layer_tree_impl()->
IsPendingTree
() && layer->OpacityIsAnimating())
[
all
...]
/external/chromium_org/cc/layers/
picture_layer_impl.cc
361
if (layer_tree_impl()->
IsPendingTree
())
662
DCHECK(layer_tree_impl()->
IsPendingTree
());
819
DCHECK(layer_tree_impl()->
IsPendingTree
());
[
all
...]
layer_impl.cc
396
DCHECK(layer_tree_impl()->
IsPendingTree
());
[
all
...]
Completed in 587 milliseconds