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

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_cache.cc287 GetInfoForProfileAtIndex(index)->GetString(kNameKey, &name);
294 GetInfoForProfileAtIndex(index)->GetString(
305 if (GetInfoForProfileAtIndex(index)->GetDouble(kActiveTimeKey, &dt)) {
315 GetInfoForProfileAtIndex(index)->GetString(kUserNameKey, &user_name);
342 GetInfoForProfileAtIndex(index)->GetString(kAuthCredentialsKey, &credentials);
349 if (!GetInfoForProfileAtIndex(index)->GetBoolean(kBackgroundAppsKey,
359 GetInfoForProfileAtIndex(index)->GetString(kGAIANameKey, &name);
366 GetInfoForProfileAtIndex(index)->GetString(kGAIAGivenNameKey, &name);
376 GetInfoForProfileAtIndex(index)->GetString(
389 GetInfoForProfileAtIndex(inde
885 const base::DictionaryValue* ProfileInfoCache::GetInfoForProfileAtIndex( function in class:ProfileInfoCache
[all...]
H A Dprofile_info_cache.h165 const base::DictionaryValue* GetInfoForProfileAtIndex(size_t index) const;

Completed in 4044 milliseconds