Home | History | Annotate | Download | only in instant

Lines Matching defs:InstantController

38 // InstantController maintains a TabContents that is intended to give a preview
39 // of a URL. InstantController is owned by Browser.
41 // At any time the TabContents maintained by InstantController may be destroyed
46 class InstantController : public InstantLoaderDelegate {
53 InstantController(Profile* profile, InstantDelegate* delegate);
54 ~InstantController();
73 static bool CommitIfCurrent(InstantController* controller);
110 // Sets InstantController so that when the mouse is released the preview is
284 base::OneShotTimer<InstantController> update_timer_;
287 base::OneShotTimer<InstantController> show_timer_;
290 ScopedRunnableMethodFactory<InstantController> destroy_factory_;
302 DISALLOW_COPY_AND_ASSIGN(InstantController);