Searched refs:tab_restore_service (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/
H A Dchrome_new_window_delegate.cc9 #include "chrome/browser/sessions/tab_restore_service.h"
56 TabRestoreService* tab_restore_service() { return tab_restore_service_; } function in class:ChromeNewWindowDelegate::TabRestoreHelper
102 DCHECK(!tab_restore_helper_->tab_restore_service()->IsLoaded());
/external/chromium_org/chrome/browser/
H A Djumplist_win.cc23 #include "chrome/browser/sessions/tab_restore_service.h"
198 TabRestoreService* tab_restore_service = local
200 if (!tab_restore_service)
221 tab_restore_service->AddObserver(this);
272 TabRestoreService* tab_restore_service = local
274 if (tab_restore_service)
275 tab_restore_service->RemoveObserver(this);
326 TabRestoreService* tab_restore_service = local
328 const TabRestoreService::Entries& entries = tab_restore_service->entries();
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_command_controller.cc19 #include "chrome/browser/sessions/tab_restore_service.h"
240 TabRestoreService* tab_restore_service = local
242 if (tab_restore_service) {
243 tab_restore_service->AddObserver(this);
244 TabRestoreServiceChanged(tab_restore_service);
251 TabRestoreService* tab_restore_service = local
253 if (tab_restore_service)
254 tab_restore_service->RemoveObserver(this);
1308 TabRestoreService* tab_restore_service = local
1314 tab_restore_service
[all...]
H A Dbrowser.cc78 #include "chrome/browser/sessions/tab_restore_service.h"
477 TabRestoreService* tab_restore_service = local
479 if (tab_restore_service)
480 tab_restore_service->BrowserClosed(tab_restore_service_delegate());
675 TabRestoreService* tab_restore_service = local
679 if (tab_restore_service && is_app() && !is_devtools())
680 tab_restore_service->BrowserClosing(tab_restore_service_delegate());
683 if (tab_restore_service && is_type_tabbed() && tab_strip_model_->count())
684 tab_restore_service->BrowserClosing(tab_restore_service_delegate());
/external/chromium_org/chrome/browser/extensions/api/sessions/
H A Dsessions_api.cc209 TabRestoreService* tab_restore_service = local
214 if (!tab_restore_service) {
225 TabRestoreService::Entries entries = tab_restore_service->entries();
437 TabRestoreService* tab_restore_service = local
440 TabRestoreService::Entries entries = tab_restore_service->entries();
452 tab_restore_service->RestoreMostRecentEntry(delegate, host_desktop_type);
466 TabRestoreService* tab_restore_service = local
469 TabRestoreService::Entries entries = tab_restore_service->entries();
492 tab_restore_service->RestoreEntryById(delegate,
/external/chromium_org/chrome/browser/sessions/
H A Dtab_restore_service_helper.h15 #include "chrome/browser/sessions/tab_restore_service.h"
31 // PersistentTabRestoreService. See tab_restore_service.h for method-level
68 TabRestoreServiceHelper(TabRestoreService* tab_restore_service,
H A Dtab_restore_service_helper.cc71 TabRestoreService* tab_restore_service,
75 : tab_restore_service_(tab_restore_service),
70 TabRestoreServiceHelper( TabRestoreService* tab_restore_service, Observer* observer, Profile* profile, TabRestoreService::TimeFactory* time_factory) argument

Completed in 921 milliseconds