Home
last modified time | relevance | path

Searched refs:cros_user (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/sync/
Dprofile_sync_factory_impl.cc85 const std::string& cros_user) { in CreateProfileSyncService() argument
88 this, profile_, cros_user); in CreateProfileSyncService()
Dprofile_sync_factory_impl.h24 const std::string& cros_user);
Dprofile_sync_service.h145 const std::string& cros_user);
459 const std::string& cros_user() const { return cros_user_; } in cros_user() function
Dprofile_sync_factory.h54 const std::string& cros_user) = 0;
Dsync_setup_flow.cc92 if (!service->cros_user().empty()) in GetArgsForGaiaLogin()
93 user = UTF8ToUTF16(service->cros_user()); in GetArgsForGaiaLogin()
Dprofile_sync_service.cc69 const std::string& cros_user) in ProfileSyncService() argument
76 cros_user_(cros_user), in ProfileSyncService()
/external/chromium/chrome/browser/profiles/
Dprofile_impl.h126 const std::string& cros_user);
128 void InitSyncService(const std::string& cros_user);
Dprofile_impl.cc1372 const std::string& cros_user) { in GetProfileSyncService() argument
1377 InitSyncService(cros_user); in GetProfileSyncService()
1394 void ProfileImpl::InitSyncService(const std::string& cros_user) { in InitSyncService() argument
1398 profile_sync_factory_->CreateProfileSyncService(cros_user)); in InitSyncService()
Dprofile.h460 const std::string& cros_user) = 0;
Dprofile.cc518 const std::string& cros_user) { in GetProfileSyncService() argument