Home
last modified time | relevance | path

Searched refs:GetEffectiveUsername (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service.cc226 return !GetEffectiveUsername().empty(); in IsSyncEnabledAndLoggedIn()
254 if (!HasSyncSetupCompleted() || GetEffectiveUsername().empty()) { in Initialize()
516 credentials.email = GetEffectiveUsername(); in GetCredentials()
2220 std::string ProfileSyncService::GetEffectiveUsername() { in GetEffectiveUsername() function in ProfileSyncService
Dprofile_sync_service.h882 std::string GetEffectiveUsername();