HomeSort by relevance Sort by last modified time
    Searched full:showtimer_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/cocoa/
fullscreen_controller.mm 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
    [all...]
fullscreen_controller.h 55 scoped_nsobject<NSTimer> showTimer_;

Completed in 196 milliseconds