HomeSort by relevance Sort by last modified time
    Searched refs:GetInfoForProfileAtIndex (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/profiles/
profile_info_cache.cc 304 GetInfoForProfileAtIndex(index)->GetString(kNameKey, &name);
311 GetInfoForProfileAtIndex(index)->GetString(
322 if (GetInfoForProfileAtIndex(index)->GetDouble(kActiveTimeKey, &dt)) {
332 GetInfoForProfileAtIndex(index)->GetString(kUserNameKey, &user_name);
359 GetInfoForProfileAtIndex(index)->GetString(kAuthCredentialsKey, &credentials);
366 if (!GetInfoForProfileAtIndex(index)->GetBoolean(kBackgroundAppsKey,
376 GetInfoForProfileAtIndex(index)->GetString(kGAIANameKey, &name);
383 GetInfoForProfileAtIndex(index)->GetString(kGAIAGivenNameKey, &name);
393 GetInfoForProfileAtIndex(index)->GetString(
406 GetInfoForProfileAtIndex(index)->GetBoolean(kUseGAIAPictureKey, &value)
    [all...]
profile_info_cache.h 157 const base::DictionaryValue* GetInfoForProfileAtIndex(size_t index) const;

Completed in 34 milliseconds