/external/chromium_org/chrome/browser/extensions/api/sessions/ |
D | sessions_api.cc | 206 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/ |
D | jumplist_win.cc | 491 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();
|
D | app_controller_mac.mm | 42 #include "chrome/browser/sessions/tab_restore_service.h"
|
/external/chromium_org/chrome/browser/ui/ash/ |
D | chrome_new_window_delegate.cc | 56 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/ |
D | jumplist_win.cc | 599 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();
|
D | app_controller_mac.mm | 26 #include "chrome/browser/sessions/tab_restore_service.h"
|
/external/chromium_org/chrome/browser/ui/ |
D | browser_command_controller.cc | 238 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()
|
D | browser.cc | 463 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/ |
D | tab_restore_service_helper.h | 68 TabRestoreServiceHelper(TabRestoreService* tab_restore_service,
|
D | tab_restore_service_helper.cc | 70 TabRestoreService* tab_restore_service, in TabRestoreServiceHelper() argument 74 : tab_restore_service_(tab_restore_service), in TabRestoreServiceHelper()
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | history_menu_cocoa_controller.mm | 13 #include "chrome/browser/sessions/tab_restore_service.h"
|
/external/chromium/chrome/browser/ui/ |
D | browser.cc | 313 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/ |
D | history_menu_bridge_unittest.mm | 13 #include "chrome/browser/sessions/tab_restore_service.h"
|
/external/chromium_org/chrome/ |
D | chrome_browser.gypi | 1954 'browser/sessions/tab_restore_service.cc', 1955 'browser/sessions/tab_restore_service.h',
|