Searched refs:GetUserNameOfProfileAtIndex (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_interface.h38 virtual base::string16 GetUserNameOfProfileAtIndex(size_t index) const = 0;
H A Dprofile_list_desktop.cc52 item->sync_state = profile_info_->GetUserNameOfProfileAtIndex(i);
H A Dprofiles_state.cc74 const base::string16 email = cache.GetUserNameOfProfileAtIndex(index);
H A Dprofile_info_cache.h65 virtual base::string16 GetUserNameOfProfileAtIndex(
H A Dprofile_metrics.cc138 if (!info_cache.GetUserNameOfProfileAtIndex(i).empty()) {
H A Dprofile_info_cache_unittest.cc213 EXPECT_EQ(new_user_name, GetCache()->GetUserNameOfProfileAtIndex(1));
214 EXPECT_NE(new_user_name, GetCache()->GetUserNameOfProfileAtIndex(0));
H A Dprofile_info_cache.cc312 base::string16 ProfileInfoCache::GetUserNameOfProfileAtIndex( function in class:ProfileInfoCache
501 if (user_name == GetUserNameOfProfileAtIndex(index))
H A Dprofile_manager.cc1115 bool profile_is_signed_in = !cache.GetUserNameOfProfileAtIndex(
/external/chromium_org/chrome/browser/chromeos/profiles/
H A Dprofile_list_chromeos.cc64 item->sync_state = profile_info_->GetUserNameOfProfileAtIndex(i);
/external/chromium_org/chrome/browser/signin/
H A Dsignin_names_io_thread.cc28 base::string16 email = cache.GetUserNameOfProfileAtIndex(i);
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dnew_avatar_button.cc178 cache.GetUserNameOfProfileAtIndex(0).empty());
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Duser_manager_screen_handler.cc116 if (info_cache.GetUserNameOfProfileAtIndex(i) == email &&
654 kKeyUsername, info_cache.GetUserNameOfProfileAtIndex(i));
656 kKeyEmailAddress, info_cache.GetUserNameOfProfileAtIndex(i));
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_settings_controller.cc482 profile_info_cache_->GetUserNameOfProfileAtIndex(i),
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_view_delegate.cc104 user.email = profile_info.GetUserNameOfProfileAtIndex(i);
/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_helper.cc844 base::UTF16ToUTF8(cache.GetUserNameOfProfileAtIndex(i));

Completed in 210 milliseconds