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

  /external/chromium/chrome/browser/profiles/
profile_manager_unittest.cc 164 TEST_F(ProfileManagerTest, CreateProfileAsync) {
171 profile_manager_->CreateProfileAsync(dest_path, &mock_observer);
195 profile_manager_->CreateProfileAsync(dest_path, &mock_observer1);
196 profile_manager_->CreateProfileAsync(dest_path, &mock_observer2);
197 profile_manager_->CreateProfileAsync(dest_path, &mock_observer3);
211 profile_manager_->CreateProfileAsync(dest_path1, &mock_observer);
212 profile_manager_->CreateProfileAsync(dest_path2, &mock_observer);
profile_manager.h 62 void CreateProfileAsync(const FilePath& user_data_dir,
profile_manager.cc 224 void ProfileManager::CreateProfileAsync(const FilePath& user_data_dir,
240 RegisterProfile(Profile::CreateProfileAsync(user_data_dir, this),
256 profile_manager->CreateProfileAsync(default_profile_dir,
profile.h 181 static Profile* CreateProfileAsync(const FilePath& path,
profile_impl.cc 244 Profile* Profile::CreateProfileAsync(const FilePath&path,
    [all...]

Completed in 749 milliseconds