Searched defs:RemoveService (Results 1 - 5 of 5) 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.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);
/external/chromium_org/chromeos/dbus/
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);

Completed in 3703 milliseconds