Searched defs:GetProfileSyncService (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/
H A Dbrowser_signin.cc177 SyncSetupFlow::GetArgsForGaiaLogin(signin_->GetProfileSyncService(),
214 signin_->GetProfileSyncService()->OnUserSubmittedAuth(
283 GetProfileSyncService()->OnUserCancelledDialog();
301 ProfileSyncService* BrowserSignin::GetProfileSyncService() const { function in class:BrowserSignin
302 return profile_->GetProfileSyncService();
/external/chromium/chrome/browser/sync/
H A Dsync_setup_wizard_unittest.cc115 virtual ProfileSyncService* GetProfileSyncService() { function in class:TestingProfileWithSyncService
181 profile()->GetProfileSyncService());
/external/chromium/android/autofill/
H A Dprofile_android.h217 virtual ProfileSyncService* GetProfileSyncService() { NOTREACHED(); return NULL; } function in class:ProfileImplAndroid
218 virtual ProfileSyncService* GetProfileSyncService(const std::string&) { NOTREACHED(); return NULL; } function in class:ProfileImplAndroid
/external/chromium/chrome/browser/profiles/
H A Dprofile.cc150 ProfileSyncService* syncService = GetProfileSyncService();
513 virtual ProfileSyncService* GetProfileSyncService() { function in class:OffTheRecordProfileImpl
517 virtual ProfileSyncService* GetProfileSyncService( function in class:OffTheRecordProfileImpl
H A Dprofile_impl.cc1340 GetProfileSyncService(); // Causes lazy-load if sync is enabled.
1357 ProfileSyncService* ProfileImpl::GetProfileSyncService() { function in class:ProfileImpl
1368 return GetProfileSyncService("");
1371 ProfileSyncService* ProfileImpl::GetProfileSyncService( function in class:ProfileImpl

Completed in 141 milliseconds