Home
last modified time | relevance | path

Searched refs:currentAnimation_ (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/
Danimatable_view.mm75 [currentAnimation_ stopAnimation];
77 currentAnimation_.reset([[HeightAnimation alloc] initWithView:self
82 [currentAnimation_ startAnimation];
86 [currentAnimation_ stopAnimation];
90 return [currentAnimation_ currentProgress];
98 currentAnimation_.reset(nil);
106 currentAnimation_.reset(nil);
Dfullscreen_controller.mm264 if (currentAnimation_)
308 [currentAnimation_ stopAnimation];
309 currentAnimation_.reset();
339 DCHECK(!currentAnimation_);
351 DCHECK(!currentAnimation_);
366 // Reset the |currentAnimation_| pointer now that the animation is over.
367 currentAnimation_.reset();
419 [currentAnimation_ stopAnimation];
426 if (currentAnimation_ && [currentAnimation_ endFraction] == fraction)
431 [currentAnimation_ stopAnimation];
[all …]
Danimatable_view.h29 scoped_nsobject<NSAnimation> currentAnimation_;
Dfullscreen_controller.h51 scoped_nsobject<DropdownAnimation> currentAnimation_; variable
/external/chromium_org/chrome/browser/ui/cocoa/
Danimatable_view.mm75 [currentAnimation_ stopAnimation];
77 currentAnimation_.reset([[HeightAnimation alloc] initWithView:self
82 [currentAnimation_ startAnimation];
86 [currentAnimation_ stopAnimation];
90 return [currentAnimation_ currentProgress];
98 currentAnimation_.reset(nil);
106 currentAnimation_.reset(nil);
Dpresentation_mode_controller.mm275 if (currentAnimation_)
328 [currentAnimation_ stopAnimation];
329 currentAnimation_.reset();
359 DCHECK(!currentAnimation_);
371 DCHECK(!currentAnimation_);
386 // Reset the |currentAnimation_| pointer now that the animation is over.
387 currentAnimation_.reset();
440 [currentAnimation_ stopAnimation];
447 if (currentAnimation_ && [currentAnimation_ endFraction] == fraction)
452 [currentAnimation_ stopAnimation];
[all …]
Danimatable_view.h27 base::scoped_nsobject<NSAnimation> currentAnimation_;
Dpresentation_mode_controller.h52 base::scoped_nsobject<DropdownAnimation> currentAnimation_; variable