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

  /external/chromium_org/chrome/browser/profiles/
profile_info_interface.h 51 virtual base::string16 GetGAIANameOfProfileAtIndex(size_t index) const = 0;
gaia_info_update_service_unittest.cc 118 EXPECT_EQ(name, GetCache()->GetGAIANameOfProfileAtIndex(index));
136 EXPECT_EQ(base::string16(), GetCache()->GetGAIANameOfProfileAtIndex(index));
178 EXPECT_TRUE(GetCache()->GetGAIANameOfProfileAtIndex(0).empty());
profile_info_cache_unittest.cc 169 EXPECT_EQ(gaia_name, GetCache()->GetGAIANameOfProfileAtIndex(i));
317 EXPECT_TRUE(GetCache()->GetGAIANameOfProfileAtIndex(index1).empty());
318 EXPECT_TRUE(GetCache()->GetGAIANameOfProfileAtIndex(index2).empty());
327 EXPECT_TRUE(GetCache()->GetGAIANameOfProfileAtIndex(index1).empty());
328 EXPECT_EQ(gaia_name, GetCache()->GetGAIANameOfProfileAtIndex(index2));
338 EXPECT_EQ(gaia_name, GetCache()->GetGAIANameOfProfileAtIndex(index2));
profile_info_cache.h 76 virtual base::string16 GetGAIANameOfProfileAtIndex(
profile_info_cache.cc 301 name = given_name.empty() ? GetGAIANameOfProfileAtIndex(index) : given_name;
373 base::string16 ProfileInfoCache::GetGAIANameOfProfileAtIndex(
588 if (name == GetGAIANameOfProfileAtIndex(index))
    [all...]
  /external/chromium_org/chrome/browser/android/profiles/
profile_downloader_android.cc 120 name = info.GetGAIANameOfProfileAtIndex(index);
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_login_handler.cc 212 base::string16 name = cache.GetGAIANameOfProfileAtIndex(profile_index);

Completed in 58 milliseconds