Searched refs:TransformIsAnimatingOnImplOnly (Results 1 – 3 of 3) sorted by relevance
916 if (!layer->TransformIsAnimatingOnImplOnly() && !TransformIsAnimating()) in PushPropertiesTo()918 DCHECK(!(TransformIsAnimating() && layer->TransformIsAnimatingOnImplOnly())); in PushPropertiesTo()
456 bool TransformIsAnimatingOnImplOnly() const;
953 bool LayerImpl::TransformIsAnimatingOnImplOnly() const { in TransformIsAnimatingOnImplOnly() function in cc::LayerImpl