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

  /external/chromium_org/chrome/browser/profiles/
gaia_info_update_service.cc 120 cache.SetGAIANameOfProfileAtIndex(profile_index, full_name);
173 cache.SetGAIANameOfProfileAtIndex(profile_index, string16());
profile_info_cache.h 91 void SetGAIANameOfProfileAtIndex(size_t index, const string16& name);
profile_info_cache_unittest.cc 132 GetCache()->SetGAIANameOfProfileAtIndex(i, gaia_name);
318 GetCache()->SetGAIANameOfProfileAtIndex(1, gaia_name);
436 GetCache()->SetGAIANameOfProfileAtIndex(0, string16());
gaia_info_update_service_unittest.cc 176 GetCache()->SetGAIANameOfProfileAtIndex(0, gaia_name);
profile_info_cache.cc 528 void ProfileInfoCache::SetGAIANameOfProfileAtIndex(size_t index,

Completed in 159 milliseconds