HasAnimationThatInflatesBounds  112 cc/animation/layer_animation_controller.h   bool HasAnimationThatInflatesBounds() const {
HasAnimationThatInflatesBounds 1474 cc/layers/layer_impl.cc       layer_animation_controller()->HasAnimationThatInflatesBounds());
HasAnimationThatInflatesBounds   16 cc/layers/layer_utils.cc   return layer.layer_animation_controller()->HasAnimationThatInflatesBounds();
HasAnimationThatInflatesBounds   81 cc/layers/layer_utils.cc     if (layer->parent() && !HasAnimationThatInflatesBounds(*layer)) {