Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/profiles/
Dprofile_info_cache.cc287 GetInfoForProfileAtIndex(index)->GetString(kNameKey, &name); in GetNameOfProfileAtIndex()
294 GetInfoForProfileAtIndex(index)->GetString( in GetShortcutNameOfProfileAtIndex()
305 if (GetInfoForProfileAtIndex(index)->GetDouble(kActiveTimeKey, &dt)) { in GetProfileActiveTimeAtIndex()
315 GetInfoForProfileAtIndex(index)->GetString(kUserNameKey, &user_name); in GetUserNameOfProfileAtIndex()
342 GetInfoForProfileAtIndex(index)->GetString(kAuthCredentialsKey, &credentials); in GetLocalAuthCredentialsOfProfileAtIndex()
349 if (!GetInfoForProfileAtIndex(index)->GetBoolean(kBackgroundAppsKey, in GetBackgroundStatusOfProfileAtIndex()
359 GetInfoForProfileAtIndex(index)->GetString(kGAIANameKey, &name); in GetGAIANameOfProfileAtIndex()
366 GetInfoForProfileAtIndex(index)->GetString(kGAIAGivenNameKey, &name); in GetGAIAGivenNameOfProfileAtIndex()
376 GetInfoForProfileAtIndex(index)->GetString( in GetGAIAPictureOfProfileAtIndex()
389 GetInfoForProfileAtIndex(index)->GetBoolean(kUseGAIAPictureKey, &value); in IsUsingGAIAPictureOfProfileAtIndex()
[all …]
Dprofile_info_cache.h165 const base::DictionaryValue* GetInfoForProfileAtIndex(size_t index) const;