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

  /external/chromium_org/chrome/browser/profiles/
profile_info_cache_unittest.cc 131 string16 gaia_name = ASCIIToUTF16(base::StringPrintf("gaia_%ud", i)); local
132 GetCache()->SetGAIANameOfProfileAtIndex(i, gaia_name);
157 string16 gaia_name = ASCIIToUTF16(base::StringPrintf("gaia_%ud", i)); local
158 EXPECT_EQ(gaia_name, GetCache()->GetGAIANameOfProfileAtIndex(i));
317 string16 gaia_name(ASCIIToUTF16("Pat Smith"));
318 GetCache()->SetGAIANameOfProfileAtIndex(1, gaia_name);
320 EXPECT_EQ(gaia_name, GetCache()->GetGAIANameOfProfileAtIndex(1));
326 EXPECT_EQ(gaia_name, GetCache()->GetNameOfProfileAtIndex(1));
327 EXPECT_EQ(gaia_name, GetCache()->GetGAIANameOfProfileAtIndex(1));
332 EXPECT_EQ(gaia_name, GetCache()->GetGAIANameOfProfileAtIndex(1))
    [all...]
gaia_info_update_service_unittest.cc 175 string16 gaia_name = UTF8ToUTF16("Pat Foo"); local
176 GetCache()->SetGAIANameOfProfileAtIndex(0, gaia_name);
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 433 string16 gaia_name = cache.GetGAIANameOfProfileAtIndex(profile_index);
434 if (gaia_name.empty())
437 StringValue gaia_name_value(gaia_name);

Completed in 441 milliseconds