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 291 GetInfoForProfileAtIndex(index)->GetString(kNameKey, &name);
298 GetInfoForProfileAtIndex(index)->GetString(
309 GetInfoForProfileAtIndex(index)->GetString(kUserNameKey, &user_name);
329 if (!GetInfoForProfileAtIndex(index)->GetBoolean(kBackgroundAppsKey,
338 GetInfoForProfileAtIndex(index)->GetString(kGAIANameKey, &name);
344 GetInfoForProfileAtIndex(index)->GetBoolean(kUseGAIANameKey, &value);
361 GetInfoForProfileAtIndex(index)->GetString(
386 GetInfoForProfileAtIndex(index)->GetBoolean(kSigninRequiredKey, &value);
393 GetInfoForProfileAtIndex(index)->GetString(kManagedUserId, &managed_user_id);
435 GetInfoForProfileAtIndex(index)->GetBoolean(kUseGAIAPictureKey, &value)
    [all...]
profile_info_cache.h 143 const base::DictionaryValue* GetInfoForProfileAtIndex(size_t index) const;

Completed in 86 milliseconds