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

  /external/chromium_org/chrome/browser/profiles/
gaia_info_update_service.cc 138 cache.SetHasMigratedToGAIAInfoOfProfileAtIndex(profile_index, true);
profile_info_cache.h 108 void SetHasMigratedToGAIAInfoOfProfileAtIndex(size_t index, bool value);
profile_info_cache_unittest.cc 287 GetCache()->SetHasMigratedToGAIAInfoOfProfileAtIndex(1, true);
292 GetCache()->SetHasMigratedToGAIAInfoOfProfileAtIndex(0, true);
297 GetCache()->SetHasMigratedToGAIAInfoOfProfileAtIndex(1, false);
gaia_info_update_service_unittest.cc 130 GetCache()->SetHasMigratedToGAIAInfoOfProfileAtIndex(index, true);
profile_info_cache.cc 683 void ProfileInfoCache::SetHasMigratedToGAIAInfoOfProfileAtIndex(

Completed in 59 milliseconds