HomeSort by relevance Sort by last modified time
    Searched refs:tab_restore_service (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/session_restore/
session_restore_api.cc 129 TabRestoreService* tab_restore_service = local
131 DCHECK(tab_restore_service);
136 TabRestoreService::Entries entries = tab_restore_service->entries();
171 TabRestoreService* tab_restore_service = local
178 TabRestoreService::Entries entries = tab_restore_service->entries();
186 tab_restore_service->RestoreMostRecentEntry(delegate, host_desktop_type);
219 tab_restore_service->RestoreEntryById(delegate, *params->id,
  /external/chromium_org/chrome/browser/
jumplist_win.cc 34 #include "chrome/browser/sessions/tab_restore_service.h"
491 TabRestoreService* tab_restore_service =
493 if (!tab_restore_service)
515 tab_restore_service->AddObserver(this);
545 TabRestoreService* tab_restore_service = local
547 if (tab_restore_service)
548 tab_restore_service->RemoveObserver(this);
609 TabRestoreService* tab_restore_service = local
611 const TabRestoreService::Entries& entries = tab_restore_service->entries();
  /external/chromium_org/chrome/browser/sessions/
tab_restore_service_helper.h 16 #include "chrome/browser/sessions/tab_restore_service.h"
31 // PersistentTabRestoreService. See tab_restore_service.h for method-level
68 TabRestoreServiceHelper(TabRestoreService* tab_restore_service,
tab_restore_service_helper.cc 70 TabRestoreService* tab_restore_service,
74 : tab_restore_service_(tab_restore_service),
  /external/chromium/chrome/browser/
jumplist_win.cc 29 #include "chrome/browser/sessions/tab_restore_service.h"
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(); local
737 const TabRestoreService::Entries& entries = tab_restore_service->entries();
  /external/chromium_org/chrome/browser/ui/
browser_command_controller.cc 17 #include "chrome/browser/sessions/tab_restore_service.h"
207 TabRestoreService* tab_restore_service = local
209 if (tab_restore_service) {
210 tab_restore_service->AddObserver(this);
211 TabRestoreServiceChanged(tab_restore_service);
218 TabRestoreService* tab_restore_service = local
220 if (tab_restore_service)
221 tab_restore_service->RemoveObserver(this);
    [all...]
browser.cc 79 #include "chrome/browser/sessions/tab_restore_service.h"
469 TabRestoreService* tab_restore_service = local
471 if (tab_restore_service)
472 tab_restore_service->BrowserClosed(tab_restore_service_delegate());
639 TabRestoreService* tab_restore_service = local
643 if (tab_restore_service && is_app())
644 tab_restore_service->BrowserClosing(tab_restore_service_delegate());
647 if (tab_restore_service && is_type_tabbed() && tab_strip_model_->count())
648 tab_restore_service->BrowserClosing(tab_restore_service_delegate());
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate.cc 27 #include "chrome/browser/sessions/tab_restore_service.h"
87 TabRestoreService* tab_restore_service() { return tab_restore_service_; } function in class:ChromeShellDelegate::TabRestoreHelper
216 DCHECK(!tab_restore_helper_->tab_restore_service()->IsLoaded());
  /external/chromium/chrome/browser/ui/
browser.cc 67 #include "chrome/browser/sessions/tab_restore_service.h"
313 TabRestoreService* tab_restore_service = profile()->GetTabRestoreService(); local
314 if (tab_restore_service)
315 tab_restore_service->BrowserClosed(tab_restore_service_delegate());
922 TabRestoreService* tab_restore_service = profile()->GetTabRestoreService(); local
    [all...]

Completed in 488 milliseconds