Searched refs:showHideAnimation_ (Results 1 – 2 of 2) sorted by relevance
76 DCHECK(!showHideAnimation_.get());275 if (showHideAnimation_.get()) {276 [showHideAnimation_ stopAnimation];277 showHideAnimation_.reset(nil);365 return (showHideAnimation_.get() != nil) || (moveAnimation_.get() != nil);372 if (animation == showHideAnimation_.get()) {373 [showHideAnimation_.release() autorelease];429 [showHideAnimation_ stopAnimation];434 showHideAnimation_.reset(nil);445 showHideAnimation_.reset([self createAnimationForView:findBarView_
43 scoped_nsobject<NSViewAnimation> showHideAnimation_; variable