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

  /external/chromium_org/chrome/test/base/
testing_profile_manager.cc 71 cache.SetManagedUserIdOfProfileAtIndex(index, managed_user_id);
  /external/chromium_org/chrome/browser/profiles/
profile_info_cache.h 88 void SetManagedUserIdOfProfileAtIndex(size_t index, const std::string& id);
profile_info_cache_unittest.cc 414 GetCache()->SetManagedUserIdOfProfileAtIndex(0, "TEST_ID");
421 GetCache()->SetManagedUserIdOfProfileAtIndex(0, std::string());
profile_info_cache.cc 509 void ProfileInfoCache::SetManagedUserIdOfProfileAtIndex(size_t index,

Completed in 357 milliseconds