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

/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_internals_ui.cc71 ProfileSyncService* GetProfileSyncService(Profile* profile) { function in namespace:__anon6876
84 ProfileSyncService* sync_service = GetProfileSyncService(profile);
115 ProfileSyncService* service = GetProfileSyncService(profile);
/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_org/chrome/browser/ui/sync/
H A Done_click_signin_sync_starter.cc106 ProfileSyncService* profile_sync_service = GetProfileSyncService();
375 ProfileSyncService* profile_sync_service = GetProfileSyncService();
433 ProfileSyncService* profile_sync_service = GetProfileSyncService();
475 ProfileSyncService* OneClickSigninSyncStarter::GetProfileSyncService() { function in class:OneClickSigninSyncStarter
/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 757 milliseconds