Home
last modified time | relevance | path

Searched refs:instant_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/
Dbrowser.h187 InstantController* instant() const { return instant_.get(); } in instant()
1177 scoped_ptr<InstantController> instant_; variable
Dbrowser.cc3448 instant_.reset(); in Observe()
3497 DCHECK(instant_->tab_contents() == GetSelectedTabContentsWrapper()); in ShowInstant()
3502 window_->HideInstant(instant_->is_active()); in HideInstant()
3506 TabContentsWrapper* tab_contents = instant_->tab_contents(); in CommitInstant()
4355 instant_.reset(new InstantController(profile_, this)); in CreateInstantIfNecessary()