Searched refs:GetSessionService (Results 1 - 14 of 14) sorted by relevance

/external/chromium/chrome/browser/sessions/
H A Dtab_restore_service_browsertest.cc85 SessionService* session_service = profile()->GetSessionService();
290 profile()->GetSessionService()->MoveCurrentSessionToLastSession();
313 profile()->GetSessionService()->MoveCurrentSessionToLastSession();
327 profile()->GetSessionService()->MoveCurrentSessionToLastSession();
339 profile()->GetSessionService()->MoveCurrentSessionToLastSession();
381 profile()->GetSessionService()->MoveCurrentSessionToLastSession();
424 profile()->GetSessionService()->MoveCurrentSessionToLastSession();
H A Dsession_restore.cc425 SessionService* session_service = profile_->GetSessionService();
730 SessionService* session_service = profile_->GetSessionService();
792 if (!profile->GetSessionService()) {
H A Dtab_restore_service.cc425 profile()->GetSessionService()) {
428 profile()->GetSessionService()->GetLastSession(
/external/chromium/android/autofill/
H A Dprofile_android.h193 virtual SessionService* GetSessionService() { NOTREACHED(); return NULL; } function in class:ProfileImplAndroid
254 GetSessionService();
/external/chromium/chrome/browser/profiles/
H A Dprofile_impl.h102 virtual SessionService* GetSessionService();
181 GetSessionService();
286 // GetSessionService won't recreate the SessionService.
H A Dprofile.h429 virtual SessionService* GetSessionService() = 0;
H A Dprofile.cc478 virtual SessionService* GetSessionService() { function in class:OffTheRecordProfileImpl
H A Dprofile_impl.cc1165 SessionService* ProfileImpl::GetSessionService() { function in class:ProfileImpl
1180 GetSessionService();
/external/chromium/chrome/browser/sync/glue/
H A Dsession_model_associator.h359 SessionService* GetSessionService();
H A Dsession_model_associator.cc716 // GetSessionService()->GetCurrentSession(&consumer_, callback);
849 SessionService* SessionModelAssociator::GetSessionService() { function in class:browser_sync::SessionModelAssociator
854 SessionService* sessions_service = profile->GetSessionService();
/external/chromium/chrome/browser/ui/
H A Dbrowser.cc309 SessionService* session_service = profile_->GetSessionService();
780 SessionService* session_service = profile()->GetSessionService();
918 SessionService* session_service = profile()->GetSessionService();
1093 SessionService* session_service = profile_->GetSessionService();
1390 profile_->GetOriginalProfile()->GetSessionService();
2604 SessionService* session_service = profile_->GetSessionService();
2795 SessionService* session_service = profile_->GetSessionService();
2827 SessionService* session_service = profile()->GetSessionService();
2844 SessionService* session_service = profile()->GetSessionService();
3972 SessionService* session_service = profile()->GetSessionService();
[all...]
H A Dbrowser_init.cc862 (profile_->GetSessionService() &&
863 profile_->GetSessionService()->RestoreIfNecessary(urls_to_open))) {
/external/chromium/chrome/browser/
H A Dbrowsing_data_remover.cc157 SessionService* session_service = profile_->GetSessionService();
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_session_unittest.cc174 ASSERT_EQ(model_associator_->GetSessionService(), helper_.service());

Completed in 143 milliseconds