HomeSort by relevance Sort by last modified time
    Searched defs:profile_index (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/profiles/
gaia_info_update_service.cc 116 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath()); local
117 if (profile_index == std::string::npos)
120 cache.SetGAIANameOfProfileAtIndex(profile_index, full_name);
122 profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
123 if (profile_index == std::string::npos)
129 cache.SetGAIAPictureOfProfileAtIndex(profile_index, &gfx_image);
131 cache.SetGAIAPictureOfProfileAtIndex(profile_index, NULL);
137 if (!cache.GetHasMigratedToGAIAInfoOfProfileAtIndex(profile_index)) {
138 cache.SetHasMigratedToGAIAInfoOfProfileAtIndex(profile_index, true);
144 cache.SetIsUsingGAIANameOfProfileAtIndex(profile_index, true)
165 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath()); local
    [all...]
profile_manager_unittest.cc 398 size_t profile_index = cache.GetIndexOfProfileWithPath(dest_path); local
402 UTF16ToUTF8(cache.GetNameOfProfileAtIndex(profile_index)));
404 cache.GetAvatarIconIndexOfProfileAtIndex(profile_index));
profile_shortcut_manager_unittest_win.cc 235 const size_t profile_index = local
237 ASSERT_NE(std::string::npos, profile_index);
238 ASSERT_NE(profile_info_cache_->GetNameOfProfileAtIndex(profile_index),
240 profile_info_cache_->SetNameOfProfileAtIndex(profile_index,
    [all...]
profile_shortcut_manager_win.cc 773 size_t profile_index = cache->GetIndexOfProfileWithPath(profile_path); local
774 if (profile_index == std::string::npos)
779 cache->GetShortcutNameOfProfileAtIndex(profile_index);
791 params.profile_name = cache->GetNameOfProfileAtIndex(profile_index);
    [all...]
profile_info_cache.cc 243 size_t profile_index = GetIndexOfProfileWithPath(profile_path); local
244 if (profile_index == std::string::npos) {
248 string16 name = GetNameOfProfileAtIndex(profile_index);
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_view_delegate.cc 166 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath()); local
167 if (profile_index != std::string::npos)
168 return cache.GetNameOfProfileAtIndex(profile_index);
176 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath()); local
177 if (profile_index != std::string::npos)
178 return cache.GetUserNameOfProfileAtIndex(profile_index);
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_login_handler.cc 213 size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath()); local
214 if (profile_index != std::string::npos) {
219 string16 name = cache.GetGAIANameOfProfileAtIndex(profile_index);
223 cache.GetGAIAPictureOfProfileAtIndex(profile_index);
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 281 size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath()); local
282 if (profile_index != std::string::npos) {
284 cache.GetGAIAPictureOfProfileAtIndex(profile_index);
324 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_file_path); local
325 if (profile_index == std::string::npos)
339 cache.IsUsingGAIAPictureOfProfileAtIndex(profile_index);
343 cache.SetIsUsingGAIAPictureOfProfileAtIndex(profile_index, true);
356 cache.SetIsUsingGAIAPictureOfProfileAtIndex(profile_index, false);
367 if (new_profile_name == cache.GetGAIANameOfProfileAtIndex(profile_index)) {
371 cache.SetIsUsingGAIANameOfProfileAtIndex(profile_index, true)
430 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_file_path); local
452 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_file_path); local
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_profile.cc 368 size_t profile_index = it->second.front(); local
369 (*created_labels)[profile_index] = label;
  /external/chromium_org/components/autofill/core/browser/
autofill_profile.cc 649 size_t profile_index = it->second.front(); local
650 (*created_labels)[profile_index] = label;

Completed in 1323 milliseconds