OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FilterIsAnimatingOnImplOnly
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/cc/layers/
layer_impl.h
207
bool
FilterIsAnimatingOnImplOnly
() const;
layer.cc
893
if (!layer->
FilterIsAnimatingOnImplOnly
() && !FilterIsAnimating())
895
DCHECK(!(FilterIsAnimating() && layer->
FilterIsAnimatingOnImplOnly
()));
[
all
...]
layer_impl.cc
851
bool LayerImpl::
FilterIsAnimatingOnImplOnly
() const {
[
all
...]
Completed in 26 milliseconds