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 41 virtual string16 GetGAIANameOfProfileAtIndex(size_t index) const = 0;
gaia_info_update_service_unittest.cc 94 EXPECT_EQ(name, GetCache()->GetGAIANameOfProfileAtIndex(index));
117 EXPECT_EQ(string16(), GetCache()->GetGAIANameOfProfileAtIndex(index));
149 EXPECT_EQ(new_name, GetCache()->GetGAIANameOfProfileAtIndex(index));
191 EXPECT_TRUE(GetCache()->GetGAIANameOfProfileAtIndex(0).empty());
profile_info_cache_unittest.cc 158 EXPECT_EQ(gaia_name, GetCache()->GetGAIANameOfProfileAtIndex(i));
311 EXPECT_TRUE(GetCache()->GetGAIANameOfProfileAtIndex(0).empty());
312 EXPECT_TRUE(GetCache()->GetGAIANameOfProfileAtIndex(1).empty());
319 EXPECT_TRUE(GetCache()->GetGAIANameOfProfileAtIndex(0).empty());
320 EXPECT_EQ(gaia_name, GetCache()->GetGAIANameOfProfileAtIndex(1));
327 EXPECT_EQ(gaia_name, GetCache()->GetGAIANameOfProfileAtIndex(1));
332 EXPECT_EQ(gaia_name, GetCache()->GetGAIANameOfProfileAtIndex(1));
profile_info_cache.h 68 virtual string16 GetGAIANameOfProfileAtIndex(size_t index) const OVERRIDE;
profile_info_cache.cc 289 name = GetGAIANameOfProfileAtIndex(index);
336 string16 ProfileInfoCache::GetGAIANameOfProfileAtIndex(size_t index) const {
530 if (name == GetGAIANameOfProfileAtIndex(index))
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 367 if (new_profile_name == cache.GetGAIANameOfProfileAtIndex(profile_index)) {
433 string16 gaia_name = cache.GetGAIANameOfProfileAtIndex(profile_index);
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_login_handler.cc 219 string16 name = cache.GetGAIANameOfProfileAtIndex(profile_index);

Completed in 228 milliseconds