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

  /external/chromium_org/chrome/browser/chromeos/login/users/
user_manager_unittest.cc 36 class UnittestProfileManager : public ::ProfileManagerWithoutInit {
39 : ::ProfileManagerWithoutInit(user_data_dir) {}
  /external/chromium_org/chrome/test/base/
testing_profile_manager.cc 20 class ProfileManager : public ::ProfileManagerWithoutInit {
23 : ::ProfileManagerWithoutInit(user_data_dir) {}
  /external/chromium_org/chrome/browser/profiles/
profile_manager.h 351 class ProfileManagerWithoutInit : public ProfileManager {
353 explicit ProfileManagerWithoutInit(const base::FilePath& user_data_dir);
profile_manager.cc     [all...]
profile_manager_unittest.cc 64 class UnittestProfileManager : public ::ProfileManagerWithoutInit {
67 : ::ProfileManagerWithoutInit(user_data_dir) {}
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
login_utils_browsertest.cc 245 new ProfileManagerWithoutInit(scoped_temp_dir_.path()));

Completed in 825 milliseconds