HomeSort by relevance Sort by last modified time
    Searched refs:HasTransformAnimationThatInflatesBounds (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/cc/layers/
layer_utils.cc 24 bool HasTransformAnimationThatInflatesBounds(const LayerImpl& layer) {
26 ->HasTransformAnimationThatInflatesBounds();
121 if (HasTransformAnimationThatInflatesBounds(*layer)) {
  /external/chromium_org/cc/animation/
layer_animation_controller.h 121 bool HasTransformAnimationThatInflatesBounds() const;
123 return HasTransformAnimationThatInflatesBounds() ||
layer_animation_controller.cc 428 bool LayerAnimationController::HasTransformAnimationThatInflatesBounds() const {
441 DCHECK(HasTransformAnimationThatInflatesBounds())
    [all...]
layer_animation_controller_unittest.cc     [all...]

Completed in 255 milliseconds