/external/chromium_org/extensions/common/ |
event_filtering_info.h | 32 service_type_ = service_type; 41 bool has_service_type() const { return !service_type_.empty(); } 42 const std::string& service_type() const { return service_type_; } 50 std::string service_type_; member in class:extensions::EventFilteringInfo
|
event_filtering_info.cc | 42 if (!service_type_.empty()) 43 result->SetString("serviceType", service_type_); 49 return !has_url_ && service_type_.empty();
|
/external/chromium_org/chrome/browser/local_discovery/ |
service_discovery_device_lister.h | 37 std::string service_type() { return service_type_; } 57 const std::string service_type_; member in class:local_discovery::ServiceDiscoveryDeviceLister
|
service_discovery_device_lister.cc | 27 service_type_(service_type), 107 service_type_,
|
privet_device_lister_unittest.cc | 33 : started_(false), service_type_(service_type), callback_(callback), 43 mock_delegate_->ServiceWatcherStarted(service_type_, this); 49 return service_type_; 62 std::string service_type_; member in class:local_discovery::__anon7852::MockServiceWatcher
|
service_discovery_client_mac.h | 55 std::string service_type_; member in class:local_discovery::ServiceWatcherImplMac
|
service_discovery_host_client.cc | 60 service_type_(service_type), 75 host_->Send(new LocalDiscoveryMsg_StartWatcher(id_, service_type_)); 86 return service_type_; 91 const std::string service_type_; member in class:local_discovery::ServiceDiscoveryHostClient::ServiceWatcherProxy
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
service_parameters.cc | 19 : service_type_(service_type),
|
service_parameters.h | 25 std::string service_type_; member in struct:ServiceParameters
|
dns_sd_server.cc | 203 if (query.qname == serv_params_.service_type_ || 263 builder.AppendPtr(serv_params_.service_type_, ttl,
|
/external/chromium_org/chrome/utility/local_discovery/ |
service_discovery_client_impl.cc | 60 : service_type_(service_type), callback_(callback), started_(false), 67 net::dns_protocol::kTypePTR, service_type_, this); 103 net::dns_protocol::kTypePTR, service_type_, transaction_flags,
|
service_discovery_client_impl.h | 115 std::string service_type_; member in class:local_discovery::ServiceWatcherImpl
|