Searched refs:ServiceTypeData (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/mdns/
H A Ddns_sd_registry.cc30 DnsSdRegistry::ServiceTypeData::ServiceTypeData( function in class:extensions::DnsSdRegistry::ServiceTypeData
34 DnsSdRegistry::ServiceTypeData::~ServiceTypeData() {}
36 void DnsSdRegistry::ServiceTypeData::ListenerAdded() {
40 bool DnsSdRegistry::ServiceTypeData::ListenerRemoved() {
44 int DnsSdRegistry::ServiceTypeData::GetListenerCount() {
48 bool DnsSdRegistry::ServiceTypeData::UpdateService(
70 bool DnsSdRegistry::ServiceTypeData::RemoveService(
82 bool DnsSdRegistry::ServiceTypeData
[all...]
H A Ddns_sd_registry.h26 class ServiceTypeData;
57 class ServiceTypeData { class in class:extensions::DnsSdRegistry
59 explicit ServiceTypeData(scoped_ptr<DnsSdDeviceLister> lister);
60 virtual ~ServiceTypeData();
79 DISALLOW_COPY_AND_ASSIGN(ServiceTypeData);
83 typedef std::map<std::string, linked_ptr<ServiceTypeData> >

Completed in 124 milliseconds