/external/chromium_org/chrome/browser/sync/test/integration/ |
D | two_client_autofill_sync_test.cc | 35 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()
|
D | autofill_helper.h | 77 void RemoveProfile(int profile, const std::string& guid);
|
D | autofill_helper.cc | 270 void RemoveProfile(int profile, const std::string& guid) { in RemoveProfile() function
|
/external/chromium_org/chrome/browser/ui/app_list/ |
D | app_list_service_unittest.cc | 135 profile_store_->RemoveProfile(profile1_.get()); in TEST_F() 146 profile_store_->RemoveProfile(profile1_.get()); in TEST_F()
|
/external/chromium_org/chromeos/network/ |
D | network_profile_handler.cc | 116 RemoveProfile(*it); in OnPropertyChanged() 156 void NetworkProfileHandler::RemoveProfile(const std::string& profile_path) { in RemoveProfile() function in chromeos::NetworkProfileHandler
|
D | network_profile_handler.h | 72 void RemoveProfile(const std::string& profile_path);
|
/external/chromium_org/chrome/browser/extensions/api/bluetooth/ |
D | bluetooth_api.cc | 73 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()
|
D | bluetooth_event_router.h | 65 void RemoveProfile(const std::string& uuid);
|
D | bluetooth_event_router_unittest.cc | 140 router_.RemoveProfile(kAudioProfileUuid); in TEST_F()
|
D | bluetooth_event_router.cc | 112 void ExtensionBluetoothEventRouter::RemoveProfile(const std::string& uuid) { in RemoveProfile() function in extensions::ExtensionBluetoothEventRouter
|
D | bluetooth_apitest.cc | 509 event_router()->RemoveProfile("1234"); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/chrome/browser/ui/app_list/test/ |
D | fake_profile_store.h | 20 void RemoveProfile(Profile* profile);
|
D | fake_profile_store.cc | 25 void FakeProfileStore::RemoveProfile(Profile* profile) { in RemoveProfile() function in FakeProfileStore
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
D | android_browser_backend.py | 33 def RemoveProfile(self): member in AndroidBrowserBackendSettings 77 self.RemoveProfile() 200 self._backend_settings.RemoveProfile()
|
/external/chromium/chrome/browser/autofill/ |
D | personal_data_manager.h | 112 void RemoveProfile(const std::string& guid);
|
D | personal_data_manager.cc | 506 void PersonalDataManager::RemoveProfile(const std::string& guid) { in RemoveProfile() function in PersonalDataManager
|
/external/chromium_org/v8/src/ |
D | profile-generator.h | 300 void RemoveProfile(CpuProfile* profile);
|
D | cpu-profiler.cc | 177 profiles_->RemoveProfile(profile); in DeleteProfile()
|
D | profile-generator.cc | 538 void CpuProfilesCollection::RemoveProfile(CpuProfile* profile) { in RemoveProfile() function in v8::internal::CpuProfilesCollection
|
/external/chromium/chrome/browser/ui/webui/options/ |
D | autofill_options_handler.cc | 289 personal_data_->RemoveProfile(guid); in RemoveAddress()
|
/external/v8/src/ |
D | cpu-profiler.cc | 334 Isolate::Current()->cpu_profiler()->profiles_->RemoveProfile(profile); in DeleteProfile()
|
D | profile-generator.h | 307 void RemoveProfile(CpuProfile* profile);
|
D | profile-generator.cc | 698 void CpuProfilesCollection::RemoveProfile(CpuProfile* profile) { in RemoveProfile() function in v8::internal::CpuProfilesCollection
|
/external/chromium_org/components/autofill/core/browser/ |
D | autofill_manager_unittest.cc | 2839 TEST_F(AutofillManagerTest, RemoveProfile) { in TEST_F() argument
|