Searched refs:gaia_name (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_cache_unittest.cc142 base::string16 gaia_name = ASCIIToUTF16(base::StringPrintf("gaia_%ud", i)); local
143 GetCache()->SetGAIANameOfProfileAtIndex(i, gaia_name);
171 base::string16 gaia_name = ASCIIToUTF16(base::StringPrintf("gaia_%ud", i)); local
172 EXPECT_EQ(gaia_name, GetCache()->GetGAIANameOfProfileAtIndex(i));
324 base::string16 gaia_name(ASCIIToUTF16("Pat Smith"));
325 GetCache()->SetGAIANameOfProfileAtIndex(index2, gaia_name);
331 EXPECT_EQ(gaia_name, GetCache()->GetGAIANameOfProfileAtIndex(index2));
332 EXPECT_EQ(gaia_name, GetCache()->GetNameOfProfileAtIndex(index2));
343 EXPECT_EQ(gaia_name, GetCache()->GetGAIANameOfProfileAtIndex(index2));
H A Dgaia_info_update_service_unittest.cc257 base::string16 gaia_name = base::UTF8ToUTF16("Pat Foo"); local
258 GetCache()->SetGAIANameOfProfileAtIndex(0, gaia_name);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dmanage_profile_handler.cc425 base::string16 gaia_name = cache.GetNameOfProfileAtIndex(profile_index);
426 if (gaia_name.empty())
429 base::StringValue gaia_name_value(gaia_name);

Completed in 1734 milliseconds