Searched defs:InstantController (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/instant/
H A Dinstant_controller.h38 // 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 { class in inherits: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
[all...]
H A Dinstant_controller.cc36 InstantController::HostBlacklist* InstantController::host_blacklist_ = NULL;
38 InstantController::InstantController(Profile* profile, function in class:InstantController
55 InstantController::~InstantController() {
59 void InstantController::RegisterUserPrefs(PrefService* prefs) {
68 void InstantController::RecordMetrics(Profile* profile) {
89 bool InstantController::IsEnabled(Profile* profile) {
95 void InstantController
[all...]

Completed in 82 milliseconds