Searched refs:SetSupervisedUserIdOfProfileAtIndex (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_cache.h107 void SetSupervisedUserIdOfProfileAtIndex(size_t index, const std::string& id);
H A Dprofile_info_cache_unittest.cc451 GetCache()->SetSupervisedUserIdOfProfileAtIndex(0, "TEST_ID");
458 GetCache()->SetSupervisedUserIdOfProfileAtIndex(0, std::string());
H A Dprofile_impl.cc1354 cache.SetSupervisedUserIdOfProfileAtIndex(index, supervised_user_id);
H A Dprofile_info_cache.cc542 void ProfileInfoCache::SetSupervisedUserIdOfProfileAtIndex( function in class:ProfileInfoCache
/external/chromium_org/chrome/test/base/
H A Dtesting_profile_manager.cc100 cache.SetSupervisedUserIdOfProfileAtIndex(index, supervised_user_id);

Completed in 616 milliseconds