OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FilterIsAnimating
(Results
1 - 4
of
4
) 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.h
156
bool
FilterIsAnimating
() const;
layer_impl.h
206
bool
FilterIsAnimating
() const;
layer_impl.cc
847
bool LayerImpl::
FilterIsAnimating
() const {
[
all
...]
Completed in 740 milliseconds