Home
last modified time | relevance | path

Searched refs:RemoveProfile (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
Dtwo_client_autofill_sync_test.cc35 using autofill_helper::RemoveProfile;
181 RemoveProfile(1, GetAllProfiles(1)[0]->guid()); in IN_PROC_BROWSER_TEST_F()
198 RemoveProfile(1, GetAllProfiles(1)[0]->guid()); in IN_PROC_BROWSER_TEST_F()
278 RemoveProfile(1, GetAllProfiles(1)[0]->guid()); in IN_PROC_BROWSER_TEST_F()
Dautofill_helper.h77 void RemoveProfile(int profile, const std::string& guid);
Dautofill_helper.cc270 void RemoveProfile(int profile, const std::string& guid) { in RemoveProfile() function
/external/chromium_org/chrome/browser/ui/app_list/
Dapp_list_service_unittest.cc135 profile_store_->RemoveProfile(profile1_.get()); in TEST_F()
146 profile_store_->RemoveProfile(profile1_.get()); in TEST_F()
/external/chromium_org/chromeos/network/
Dnetwork_profile_handler.cc116 RemoveProfile(*it); in OnPropertyChanged()
156 void NetworkProfileHandler::RemoveProfile(const std::string& profile_path) { in RemoveProfile() function in chromeos::NetworkProfileHandler
Dnetwork_profile_handler.h72 void RemoveProfile(const std::string& profile_path);
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
Dbluetooth_api.cc73 namespace RemoveProfile = extensions::api::bluetooth::RemoveProfile;
202 scoped_ptr<RemoveProfile::Params> params( in RunImpl()
203 RemoveProfile::Params::Create(*args_)); in RunImpl()
218 GetEventRouter(GetProfile())->RemoveProfile(uuid); in RunImpl()
Dbluetooth_event_router.h65 void RemoveProfile(const std::string& uuid);
Dbluetooth_event_router_unittest.cc140 router_.RemoveProfile(kAudioProfileUuid); in TEST_F()
Dbluetooth_event_router.cc112 void ExtensionBluetoothEventRouter::RemoveProfile(const std::string& uuid) { in RemoveProfile() function in extensions::ExtensionBluetoothEventRouter
Dbluetooth_apitest.cc509 event_router()->RemoveProfile("1234"); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/ui/app_list/test/
Dfake_profile_store.h20 void RemoveProfile(Profile* profile);
Dfake_profile_store.cc25 void FakeProfileStore::RemoveProfile(Profile* profile) { in RemoveProfile() function in FakeProfileStore
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
Dandroid_browser_backend.py33 def RemoveProfile(self): member in AndroidBrowserBackendSettings
77 self.RemoveProfile()
200 self._backend_settings.RemoveProfile()
/external/chromium/chrome/browser/autofill/
Dpersonal_data_manager.h112 void RemoveProfile(const std::string& guid);
Dpersonal_data_manager.cc506 void PersonalDataManager::RemoveProfile(const std::string& guid) { in RemoveProfile() function in PersonalDataManager
/external/chromium_org/v8/src/
Dprofile-generator.h300 void RemoveProfile(CpuProfile* profile);
Dcpu-profiler.cc177 profiles_->RemoveProfile(profile); in DeleteProfile()
Dprofile-generator.cc538 void CpuProfilesCollection::RemoveProfile(CpuProfile* profile) { in RemoveProfile() function in v8::internal::CpuProfilesCollection
/external/chromium/chrome/browser/ui/webui/options/
Dautofill_options_handler.cc289 personal_data_->RemoveProfile(guid); in RemoveAddress()
/external/v8/src/
Dcpu-profiler.cc334 Isolate::Current()->cpu_profiler()->profiles_->RemoveProfile(profile); in DeleteProfile()
Dprofile-generator.h307 void RemoveProfile(CpuProfile* profile);
Dprofile-generator.cc698 void CpuProfilesCollection::RemoveProfile(CpuProfile* profile) { in RemoveProfile() function in v8::internal::CpuProfilesCollection
/external/chromium_org/components/autofill/core/browser/
Dautofill_manager_unittest.cc2839 TEST_F(AutofillManagerTest, RemoveProfile) { in TEST_F() argument