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

  /external/chromium/chrome/browser/sessions/
session_restore_browsertest.cc 129 TabRestoreService* service = browser()->profile()->GetTabRestoreService();
168 TabRestoreService* service = browser()->profile()->GetTabRestoreService();
  /external/chromium/chrome/browser/
jumplist_win.cc 599 TabRestoreService* tab_restore_service = profile->GetTabRestoreService();
611 if (profile_ && profile_->GetTabRestoreService())
612 profile_->GetTabRestoreService()->RemoveObserver(this);
736 TabRestoreService* tab_restore_service = profile_->GetTabRestoreService();
browsing_data_remover.cc 150 TabRestoreService* tab_service = profile_->GetTabRestoreService();
  /external/chromium/android/autofill/
profile_android.h 200 virtual TabRestoreService* GetTabRestoreService() { NOTREACHED(); return NULL; }
  /external/chromium/chrome/browser/profiles/
profile.h 478 virtual TabRestoreService* GetTabRestoreService() = 0;
profile_impl.h 111 virtual TabRestoreService* GetTabRestoreService();
profile.cc 538 virtual TabRestoreService* GetTabRestoreService() {
profile_impl.cc     [all...]
  /external/chromium/chrome/browser/ui/webui/
new_tab_ui.cc 134 tab_restore_service_ = web_ui_->GetProfile()->GetTabRestoreService();
136 // GetTabRestoreService() can return NULL (i.e., when in Off the
  /external/chromium/chrome/browser/ui/
browser.cc 268 tab_restore_service_ = profile->GetTabRestoreService();
313 TabRestoreService* tab_restore_service = profile()->GetTabRestoreService();
503 TabRestoreService* service = profile->GetTabRestoreService();
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc     [all...]
  /external/chromium/chrome/browser/automation/
automation_provider_observers.cc     [all...]

Completed in 121 milliseconds