Searched refs:show_timer_ (Results 1 – 2 of 2) sorted by relevance
229 show_timer_.Stop(); in DestroyPreviewContentsAndLeaveActive()241 if (type == INSTANT_COMMIT_PRESSED_ENTER && show_timer_.IsRunning()) { in CommitCurrentPreview()245 show_timer_.Stop(); in CommitCurrentPreview()358 if (type == INSTANT_COMMIT_PRESSED_ENTER && show_timer_.IsRunning()) { in ReleasePreviewContents()381 show_timer_.Stop(); in ReleasePreviewContents()413 show_timer_.Stop(); in InstantStatusChanged()414 show_timer_.Start( in InstantStatusChanged()500 (!show_timer_.IsRunning() || in UpdateDisplayableLoader()611 show_timer_.Stop(); in UpdateLoader()613 show_timer_.Start( in UpdateLoader()
287 base::OneShotTimer<InstantController> show_timer_; variable