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

  /external/chromium_org/chrome/browser/profiles/
profile_info_interface.h 38 virtual base::string16 GetUserNameOfProfileAtIndex(size_t index) const = 0;
profile_list_desktop.cc 52 item->sync_state = profile_info_->GetUserNameOfProfileAtIndex(i);
profiles_state.cc 75 cache.GetUserNameOfProfileAtIndex(index).empty()) {
profile_info_cache.h 65 virtual base::string16 GetUserNameOfProfileAtIndex(
profile_info_cache_unittest.cc 210 EXPECT_EQ(new_user_name, GetCache()->GetUserNameOfProfileAtIndex(1));
211 EXPECT_NE(new_user_name, GetCache()->GetUserNameOfProfileAtIndex(0));
profile_metrics.cc 77 if (!info_cache.GetUserNameOfProfileAtIndex(i).empty()) {
profile_info_cache.cc 329 base::string16 ProfileInfoCache::GetUserNameOfProfileAtIndex(
507 if (user_name == GetUserNameOfProfileAtIndex(index))
    [all...]
profile_manager.cc     [all...]
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_list_chromeos.cc 62 item->sync_state = profile_info_->GetUserNameOfProfileAtIndex(i);
  /external/chromium_org/chrome/browser/signin/
signin_names_io_thread.cc 28 base::string16 email = cache.GetUserNameOfProfileAtIndex(i);
  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.cc 126 if (info_cache.GetUserNameOfProfileAtIndex(i) == email &&
599 kKeyUsername, info_cache.GetUserNameOfProfileAtIndex(i));
601 kKeyEmailAddress, info_cache.GetUserNameOfProfileAtIndex(i));
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_view_delegate.cc 96 user.email = profile_info.GetUserNameOfProfileAtIndex(i);
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.cc 510 profile_info_cache_->GetUserNameOfProfileAtIndex(i),
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_helper.cc     [all...]

Completed in 95 milliseconds