Home
last modified time | relevance | path

Searched refs:tab_restore_service (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/sessions/
Dsessions_api.cc206 TabRestoreService* tab_restore_service = in RunImpl() local
208 DCHECK(tab_restore_service); in RunImpl()
213 TabRestoreService::Entries entries = tab_restore_service->entries(); in RunImpl()
424 TabRestoreService* tab_restore_service = in RestoreMostRecentlyClosed() local
427 TabRestoreService::Entries entries = tab_restore_service->entries(); in RestoreMostRecentlyClosed()
439 tab_restore_service->RestoreMostRecentEntry(delegate, host_desktop_type); in RestoreMostRecentlyClosed()
453 TabRestoreService* tab_restore_service = in RestoreLocalSession() local
456 TabRestoreService::Entries entries = tab_restore_service->entries(); in RestoreLocalSession()
479 tab_restore_service->RestoreEntryById(delegate, in RestoreLocalSession()
/external/chromium_org/chrome/browser/
Djumplist_win.cc491 TabRestoreService* tab_restore_service =
493 if (!tab_restore_service)
515 tab_restore_service->AddObserver(this);
545 TabRestoreService* tab_restore_service =
547 if (tab_restore_service)
548 tab_restore_service->RemoveObserver(this);
609 TabRestoreService* tab_restore_service =
611 const TabRestoreService::Entries& entries = tab_restore_service->entries();
Dapp_controller_mac.mm42 #include "chrome/browser/sessions/tab_restore_service.h"
/external/chromium_org/chrome/browser/ui/ash/
Dchrome_new_window_delegate.cc56 TabRestoreService* tab_restore_service() { return tab_restore_service_; } in tab_restore_service() function in ChromeNewWindowDelegate::TabRestoreHelper
102 DCHECK(!tab_restore_helper_->tab_restore_service()->IsLoaded()); in RestoreTab()
/external/chromium/chrome/browser/
Djumplist_win.cc599 TabRestoreService* tab_restore_service = profile->GetTabRestoreService();
600 if (!tab_restore_service)
606 tab_restore_service->AddObserver(this);
736 TabRestoreService* tab_restore_service = profile_->GetTabRestoreService();
737 const TabRestoreService::Entries& entries = tab_restore_service->entries();
Dapp_controller_mac.mm26 #include "chrome/browser/sessions/tab_restore_service.h"
/external/chromium_org/chrome/browser/ui/
Dbrowser_command_controller.cc238 TabRestoreService* tab_restore_service = in BrowserCommandController() local
240 if (tab_restore_service) { in BrowserCommandController()
241 tab_restore_service->AddObserver(this); in BrowserCommandController()
242 TabRestoreServiceChanged(tab_restore_service); in BrowserCommandController()
249 TabRestoreService* tab_restore_service = in ~BrowserCommandController() local
251 if (tab_restore_service) in ~BrowserCommandController()
252 tab_restore_service->RemoveObserver(this); in ~BrowserCommandController()
Dbrowser.cc463 TabRestoreService* tab_restore_service = in ~Browser() local
465 if (tab_restore_service) in ~Browser()
466 tab_restore_service->BrowserClosed(tab_restore_service_delegate()); in ~Browser()
657 TabRestoreService* tab_restore_service = in OnWindowClosing() local
661 if (tab_restore_service && is_app() && !is_devtools()) in OnWindowClosing()
662 tab_restore_service->BrowserClosing(tab_restore_service_delegate()); in OnWindowClosing()
665 if (tab_restore_service && is_type_tabbed() && tab_strip_model_->count()) in OnWindowClosing()
666 tab_restore_service->BrowserClosing(tab_restore_service_delegate()); in OnWindowClosing()
/external/chromium_org/chrome/browser/sessions/
Dtab_restore_service_helper.h68 TabRestoreServiceHelper(TabRestoreService* tab_restore_service,
Dtab_restore_service_helper.cc70 TabRestoreService* tab_restore_service, in TabRestoreServiceHelper() argument
74 : tab_restore_service_(tab_restore_service), in TabRestoreServiceHelper()
/external/chromium_org/chrome/browser/ui/cocoa/
Dhistory_menu_cocoa_controller.mm13 #include "chrome/browser/sessions/tab_restore_service.h"
/external/chromium/chrome/browser/ui/
Dbrowser.cc313 TabRestoreService* tab_restore_service = profile()->GetTabRestoreService(); in ~Browser() local
314 if (tab_restore_service) in ~Browser()
315 tab_restore_service->BrowserClosed(tab_restore_service_delegate()); in ~Browser()
922 TabRestoreService* tab_restore_service = profile()->GetTabRestoreService(); in OnWindowClosing() local
923 if (tab_restore_service && type() == TYPE_NORMAL && tab_count()) in OnWindowClosing()
924 tab_restore_service->BrowserClosing(tab_restore_service_delegate()); in OnWindowClosing()
/external/chromium/chrome/browser/ui/cocoa/
Dhistory_menu_bridge_unittest.mm13 #include "chrome/browser/sessions/tab_restore_service.h"
/external/chromium_org/chrome/
Dchrome_browser.gypi1954 'browser/sessions/tab_restore_service.cc',
1955 'browser/sessions/tab_restore_service.h',