Searched refs:RemoveProfile (Results 1 – 13 of 13) sorted by relevance
38 using autofill_helper::RemoveProfile;176 RemoveProfile(1, GetAllProfiles(1)[0]->guid()); in IN_PROC_BROWSER_TEST_F()191 RemoveProfile(1, GetAllProfiles(1)[0]->guid()); in IN_PROC_BROWSER_TEST_F()264 RemoveProfile(1, GetAllProfiles(1)[0]->guid()); in IN_PROC_BROWSER_TEST_F()
80 void RemoveProfile(int profile, const std::string& guid);
312 void RemoveProfile(int profile, const std::string& guid) { in RemoveProfile() function
117 RemoveProfile(*it); in OnPropertyChanged()152 void NetworkProfileHandler::RemoveProfile(const std::string& profile_path) { in RemoveProfile() function in chromeos::NetworkProfileHandler
72 void RemoveProfile(const std::string& profile_path);
20 void RemoveProfile(Profile* profile);
25 void FakeProfileStore::RemoveProfile(Profile* profile) { in RemoveProfile() function in FakeProfileStore
149 profile_store_->RemoveProfile(profile1_.get()); in TEST_F()160 profile_store_->RemoveProfile(profile1_.get()); in TEST_F()
43 def RemoveProfile(self, adb): member in AndroidBrowserBackendSettings212 self._backend_settings.RemoveProfile(self._adb)
277 void RemoveProfile(CpuProfile* profile);
164 profiles_->RemoveProfile(profile); in DeleteProfile()
507 void CpuProfilesCollection::RemoveProfile(CpuProfile* profile) { in RemoveProfile() function in v8::internal::CpuProfilesCollection
2805 TEST_F(AutofillManagerTest, RemoveProfile) { in TEST_F() argument