Home | History | Annotate | Download | only in webui

Lines Matching defs:tab_restore_service_

74   RecentlyClosedTabsHandler() : tab_restore_service_(NULL) {}
99 TabRestoreService* tab_restore_service_;
113 if (tab_restore_service_)
114 tab_restore_service_->RemoveObserver(this);
126 tab_restore_service_->RestoreEntryById(delegate, session_to_restore, true);
133 if (!tab_restore_service_) {
134 tab_restore_service_ = web_ui_->GetProfile()->GetTabRestoreService();
138 if (tab_restore_service_) {
141 tab_restore_service_->LoadTabsFromLastSession();
143 tab_restore_service_->AddObserver(this);
147 if (tab_restore_service_)
148 TabRestoreServiceChanged(tab_restore_service_);
161 tab_restore_service_ = NULL;