HomeSort by relevance Sort by last modified time
    Searched refs:service_discovery_client_ (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/chrome/browser/local_discovery/
service_discovery_device_lister.cc 26 service_discovery_client_(service_discovery_client),
62 service_discovery_client_->CreateServiceResolver(
106 service_discovery_client_->CreateServiceWatcher(
service_discovery_device_lister.h 56 ServiceDiscoveryClient* const service_discovery_client_; member in class:local_discovery::ServiceDiscoveryDeviceLister
privet_http_asynchronous_factory.cc 68 ServiceDiscoveryClient* service_discovery_client_; member in class:local_discovery::PrivetHTTPAsynchronousFactoryImpl
75 : service_discovery_client_(service_discovery_client),
98 new ResolutionImpl(name, address, callback, service_discovery_client_,
privet_notifications.cc 313 service_discovery_client_ = NULL;
321 DCHECK(!service_discovery_client_);
322 service_discovery_client_ = ServiceDiscoverySharedClient::GetInstance();
323 device_lister_.reset(new PrivetDeviceListerImpl(service_discovery_client_,
330 service_discovery_client_.get(), profile_->GetRequestContext()));
privet_notifications.h 121 scoped_refptr<ServiceDiscoverySharedClient> service_discovery_client_; member in class:local_discovery::PrivetNotificationService
  /external/chromium_org/chrome/utility/local_discovery/
service_discovery_message_handler.cc 183 if (service_discovery_client_ || mdns_client_)
197 service_discovery_client_.reset(
314 if (!service_discovery_client_)
318 service_discovery_client_->CreateServiceWatcher(
329 if (!service_discovery_client_)
337 if (!service_discovery_client_)
346 if (!service_discovery_client_)
350 service_discovery_client_->CreateServiceResolver(
360 if (!service_discovery_client_)
370 if (!service_discovery_client_)
    [all...]
service_discovery_client_unittest.cc 186 : service_discovery_client_(&mdns_client_) {
210 ServiceDiscoveryClientImpl service_discovery_client_; member in class:local_discovery::__anon9799::ServiceDiscoveryTest
218 service_discovery_client_.CreateServiceWatcher(
240 service_discovery_client_.CreateServiceWatcher(
260 service_discovery_client_.CreateServiceWatcher(
278 service_discovery_client_.CreateServiceWatcher(
298 service_discovery_client_.CreateServiceWatcher(
325 service_discovery_client_.CreateServiceWatcher(
365 resolver_ = service_discovery_client_.CreateServiceResolver(
service_discovery_message_handler.h 106 scoped_ptr<ServiceDiscoveryClient> service_discovery_client_; member in class:local_discovery::ServiceDiscoveryMessageHandler
  /external/chromium_org/chrome/browser/extensions/api/mdns/
dns_sd_registry.cc 97 service_discovery_client_ = ServiceDiscoverySharedClient::GetInstance();
102 service_discovery_client_ = client;
133 this, service_type, service_discovery_client_));
dns_sd_registry.h 106 service_discovery_client_; member in class:extensions::DnsSdRegistry
  /external/chromium_org/chrome/browser/ui/webui/local_discovery/
local_discovery_ui_handler.h 173 scoped_refptr<ServiceDiscoverySharedClient> service_discovery_client_; member in class:local_discovery::LocalDiscoveryUIHandler
local_discovery_ui_handler.cc 133 service_discovery_client_ = ServiceDiscoverySharedClient::GetInstance();
135 service_discovery_client_.get(), this));
138 service_discovery_client_.get(), profile->GetRequestContext());
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.h 315 service_discovery_client_; member in class:PrintPreviewHandler
print_preview_handler.cc 584 service_discovery_client_ =
587 service_discovery_client_.get(),
    [all...]

Completed in 113 milliseconds