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