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

  /external/chromium/chrome/browser/instant/
instant_controller.h 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_
    [all...]
instant_controller.cc 36 InstantController::HostBlacklist* InstantController::host_blacklist_ = NULL;
38 InstantController::InstantController(Profile* profile,
55 InstantController::~InstantController() {
59 void InstantController::RegisterUserPrefs(PrefService* prefs) {
68 void InstantController::RecordMetrics(Profile* profile) {
89 bool InstantController::IsEnabled(Profile* profile) {
95 void InstantController::Enable(Profile* profile)
    [all...]

Completed in 38 milliseconds