Searched refs:TransformIsAnimatingOnImplOnly (Results 1 – 3 of 3) sorted by relevance
904 if (!layer->TransformIsAnimatingOnImplOnly() && !TransformIsAnimating()) in PushPropertiesTo()906 DCHECK(!(TransformIsAnimating() && layer->TransformIsAnimatingOnImplOnly())); in PushPropertiesTo()
465 bool TransformIsAnimatingOnImplOnly() const;
1033 bool LayerImpl::TransformIsAnimatingOnImplOnly() const { in TransformIsAnimatingOnImplOnly() function in cc::LayerImpl