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

  /external/chromium_org/chrome/test/base/
testing_profile_manager.cc 83 cache.SetSupervisedUserIdOfProfileAtIndex(index, supervised_user_id);
  /external/chromium_org/chrome/browser/profiles/
profile_info_cache.h 105 void SetSupervisedUserIdOfProfileAtIndex(size_t index, const std::string& id);
profile_info_cache_unittest.cc 420 GetCache()->SetSupervisedUserIdOfProfileAtIndex(0, "TEST_ID");
427 GetCache()->SetSupervisedUserIdOfProfileAtIndex(0, std::string());
profile_impl.cc     [all...]
profile_info_cache.cc 547 void ProfileInfoCache::SetSupervisedUserIdOfProfileAtIndex(
    [all...]

Completed in 615 milliseconds