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

  /external/chromium_org/chrome/browser/profiles/
profile_info_interface.h 31 virtual string16 GetUserNameOfProfileAtIndex(size_t index) const = 0;
profile_info_cache.h 60 virtual string16 GetUserNameOfProfileAtIndex(size_t index) const OVERRIDE;
profile_metrics.cc 83 if (!info_cache.GetUserNameOfProfileAtIndex(i).empty())
profile_info_cache_unittest.cc 198 EXPECT_EQ(new_user_name, GetCache()->GetUserNameOfProfileAtIndex(1));
199 EXPECT_NE(new_user_name, GetCache()->GetUserNameOfProfileAtIndex(0));
avatar_menu_model.cc 312 item->sync_state = profile_info_->GetUserNameOfProfileAtIndex(i);
profile_info_cache.cc 307 string16 ProfileInfoCache::GetUserNameOfProfileAtIndex(size_t index) const {
487 if (user_name == GetUserNameOfProfileAtIndex(index))
  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.cc 226 if (info_cache.GetUserNameOfProfileAtIndex(i) == emailAddress &&
330 kKeyUsername, info_cache.GetUserNameOfProfileAtIndex(i));
332 kKeyEmailAddress, info_cache.GetUserNameOfProfileAtIndex(i));
  /external/chromium_org/chrome/browser/signin/
signin_names_io_thread.cc 34 string16 email = cache.GetUserNameOfProfileAtIndex(i);
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_view_delegate.cc 178 return cache.GetUserNameOfProfileAtIndex(profile_index);
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.cc 379 profile_info_cache_->GetUserNameOfProfileAtIndex(i),
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_helper.cc 660 if (email16 == cache.GetUserNameOfProfileAtIndex(i)) {
    [all...]

Completed in 446 milliseconds