Searched refs:DnsSdService (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/mdns/
H A Ddns_sd_delegate.cc9 DnsSdService::DnsSdService() {} function in class:extensions::DnsSdService
10 DnsSdService::~DnsSdService() {}
H A Ddns_sd_delegate.h13 struct DnsSdService { struct in namespace:extensions
19 DnsSdService();
20 virtual ~DnsSdService();
22 bool operator==(const DnsSdService& other) const {
29 bool operator!=(const DnsSdService& other) const {
40 const DnsSdService& service) = 0;
H A Ddns_sd_registry.h31 typedef std::vector<DnsSdService> DnsSdServiceList;
69 bool UpdateService(bool added, const DnsSdService& service);
94 const DnsSdService& service) OVERRIDE;
H A Ddns_sd_device_lister.cc16 DnsSdService* service) {
59 DnsSdService service;
H A Ddns_sd_registry.cc20 explicit IsSameServiceName(const DnsSdService& service) : service_(service) {}
21 bool operator()(const DnsSdService& other) const {
26 const DnsSdService& service_;
49 bool added, const DnsSdService& service) {
164 const DnsSdService& service) {
H A Ddns_sd_registry_unittest.cc103 DnsSdService service;
132 DnsSdService service;
155 DnsSdService service;
159 DnsSdService service2;
180 DnsSdService service;
184 DnsSdService service2;
209 DnsSdService service;
H A Dmdns_apitest.cc93 extensions::DnsSdService service;
135 extensions::DnsSdService service;

Completed in 574 milliseconds