Home | History | Annotate | Download | only in options

Lines Matching refs:profile_index

282   size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
283 if (profile_index != std::string::npos) {
285 cache.GetGAIAPictureOfProfileAtIndex(profile_index);
336 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_file_path);
337 if (profile_index == std::string::npos)
351 cache.IsUsingGAIAPictureOfProfileAtIndex(profile_index);
355 cache.SetIsUsingGAIAPictureOfProfileAtIndex(profile_index, true);
368 cache.SetIsUsingGAIAPictureOfProfileAtIndex(profile_index, false);
427 profile_index = cache.GetIndexOfProfileWithPath(profile_file_path);
428 if (profile_index == std::string::npos)
430 base::string16 gaia_name = cache.GetNameOfProfileAtIndex(profile_index);
451 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_file_path);
452 if (profile_index == std::string::npos)
456 cache.GetPathOfProfileAtIndex(profile_index);