Home
last modified time | relevance | path

Searched refs:GetTabRestoreService (Results 1 – 15 of 15) sorted by relevance

/external/chromium/chrome/browser/sessions/
Dsession_restore_browsertest.cc129 TabRestoreService* service = browser()->profile()->GetTabRestoreService(); in IN_PROC_BROWSER_TEST_F()
168 TabRestoreService* service = browser()->profile()->GetTabRestoreService(); in IN_PROC_BROWSER_TEST_F()
/external/chromium/chrome/browser/
Djumplist_win.cc599 TabRestoreService* tab_restore_service = profile->GetTabRestoreService();
611 if (profile_ && profile_->GetTabRestoreService())
612 profile_->GetTabRestoreService()->RemoveObserver(this);
736 TabRestoreService* tab_restore_service = profile_->GetTabRestoreService();
Dbrowsing_data_remover.cc150 TabRestoreService* tab_service = profile_->GetTabRestoreService(); in Remove()
Dapp_controller_mac.mm633 TabRestoreService* service = [self defaultProfile]->GetTabRestoreService();
/external/chromium/chrome/browser/ui/cocoa/
Dhistory_menu_cocoa_controller.mm41 TabRestoreService* service = bridge_->profile()->GetTabRestoreService();
Dhistory_menu_bridge.mm87 tab_restore_service_ = profile_->GetTabRestoreService();
/external/chromium/chrome/browser/profiles/
Dprofile.h471 virtual TabRestoreService* GetTabRestoreService() = 0;
Dprofile_impl.h111 virtual TabRestoreService* GetTabRestoreService();
Dprofile.cc538 virtual TabRestoreService* GetTabRestoreService() { in GetTabRestoreService() function in OffTheRecordProfileImpl
Dprofile_impl.cc1223 TabRestoreService* ProfileImpl::GetTabRestoreService() { in GetTabRestoreService() function in ProfileImpl
/external/chromium/android/autofill/
Dprofile_android.h200 virtual TabRestoreService* GetTabRestoreService() { NOTREACHED(); return NULL; } in GetTabRestoreService() function
/external/chromium/chrome/browser/ui/webui/
Dnew_tab_ui.cc134 tab_restore_service_ = web_ui_->GetProfile()->GetTabRestoreService(); in HandleGetRecentlyClosedTabs()
/external/chromium/chrome/browser/ui/
Dbrowser.cc268 tab_restore_service_ = profile->GetTabRestoreService(); in Browser()
313 TabRestoreService* tab_restore_service = profile()->GetTabRestoreService(); in ~Browser()
503 TabRestoreService* service = profile->GetTabRestoreService(); in OpenWindowWithRestoredTabs()
922 TabRestoreService* tab_restore_service = profile()->GetTabRestoreService(); in OnWindowClosing()
1490 TabRestoreService* service = profile_->GetTabRestoreService(); in RestoreTab()
2625 !profile()->GetTabRestoreService()) { in CreateHistoricalTab()
2631 profile()->GetTabRestoreService()->CreateHistoricalTab( in CreateHistoricalTab()
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view.cc1374 TabRestoreService* trs = browser_->profile()->GetTabRestoreService();
/external/chromium/chrome/browser/automation/
Dautomation_provider_observers.cc1897 TabRestoreService* service = automation_->profile()->GetTabRestoreService(); in NTPInfoObserver()