Searched refs:showTimer_ (Results 1 – 4 of 4) sorted by relevance
545 if (showTimer_) {546 DCHECK([showTimer_ isValid]);553 showTimer_.reset(559 DCHECK([showTimer_ isValid]); // This also checks that |showTimer_ != nil|.566 DCHECK(!showTimer_);582 [showTimer_ invalidate];583 showTimer_.reset();597 DCHECK_EQ(showTimer_, timer); // This better be our show timer.598 [showTimer_ invalidate]; // Make sure it doesn't repeat.599 showTimer_.reset(); // And get rid of it.
56 base::scoped_nsobject<NSTimer> showTimer_; variable
524 if (showTimer_) {525 DCHECK([showTimer_ isValid]);532 showTimer_.reset(538 DCHECK([showTimer_ isValid]); // This also checks that |showTimer_ != nil|.545 DCHECK(!showTimer_);561 [showTimer_ invalidate];562 showTimer_.reset();576 DCHECK_EQ(showTimer_, timer); // This better be our show timer.577 [showTimer_ invalidate]; // Make sure it doesn't repeat.578 showTimer_.reset(); // And get rid of it.
55 scoped_nsobject<NSTimer> showTimer_; variable