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);
158 cache.SetGAIANameOfProfileAtIndex(profile_index, base::string16());
profile_info_cache_unittest.cc 140 GetCache()->SetGAIANameOfProfileAtIndex(i, gaia_name);
322 GetCache()->SetGAIANameOfProfileAtIndex(index2, gaia_name);
443 GetCache()->SetGAIANameOfProfileAtIndex(0, base::string16());
gaia_info_update_service_unittest.cc 165 GetCache()->SetGAIANameOfProfileAtIndex(0, gaia_name);
profile_info_cache.h 110 void SetGAIANameOfProfileAtIndex(size_t index, const base::string16& name);
profile_info_cache.cc 586 void ProfileInfoCache::SetGAIANameOfProfileAtIndex(size_t index,
    [all...]

Completed in 689 milliseconds