Searched refs:RemoveService (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/content/public/common/
H A Dservice_registry.h47 void RemoveService() { function in class:content::ServiceRegistry
48 RemoveService(Interface::Name_);
50 virtual void RemoveService(const std::string& service_name) = 0;
/external/chromium_org/content/common/mojo/
H A Dservice_registry_impl.h40 virtual void RemoveService(const std::string& service_name) OVERRIDE;
H A Dservice_registry_impl.cc52 void ServiceRegistryImpl::RemoveService(const std::string& service_name) { function in class:content::ServiceRegistryImpl
/external/chromium_org/chrome/browser/extensions/api/mdns/
H A Ddns_sd_registry.cc76 bool DnsSdRegistry::ServiceTypeData::RemoveService( function in class:extensions::DnsSdRegistry::ServiceTypeData
192 service_data_map_[service_type]->RemoveService(service_name);
H A Ddns_sd_registry.h70 bool RemoveService(const std::string& service_name);
/external/chromium_org/chromeos/dbus/
H A Dshill_service_client.h71 virtual void RemoveService(const std::string& service_path) = 0;
H A Dfake_shill_service_client.h99 virtual void RemoveService(const std::string& service_path) OVERRIDE;
H A Dfake_shill_service_client.cc407 void FakeShillServiceClient::RemoveService(const std::string& service_path) { function in class:chromeos::FakeShillServiceClient
/external/chromium_org/chromeos/network/
H A Dshill_property_handler_unittest.cc257 void RemoveService(const std::string& id) { function in class:chromeos::ShillPropertyHandlerTest
258 service_test_->RemoveService(id);
416 RemoveService(kTestServicePath);
H A Dnetwork_state_handler_unittest.cc539 service_test_->RemoveService(wifi_path);
690 service_test_->RemoveService(wifi_path);
724 service_test_->RemoveService(wifi_path);

Completed in 4079 milliseconds