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

  /external/chromium_org/chrome/browser/local_discovery/
privet_device_resolver.cc 14 : service_discovery_client_(service_discovery_client),
22 service_resolver_ = service_discovery_client_->CreateServiceResolver(
privet_device_resolver.h 36 ServiceDiscoveryClient* service_discovery_client_; member in class:local_discovery::PrivetDeviceResolver
service_discovery_device_lister.cc 26 service_discovery_client_(service_discovery_client),
68 service_discovery_client_->CreateServiceResolver(
117 service_discovery_client_->CreateServiceWatcher(
privet_http_asynchronous_factory_impl.h 51 ServiceDiscoveryClient* service_discovery_client_; member in class:local_discovery::PrivetHTTPAsynchronousFactoryImpl
service_discovery_device_lister.h 56 ServiceDiscoveryClient* const service_discovery_client_; member in class:local_discovery::ServiceDiscoveryDeviceLister
privet_http_asynchronous_factory_impl.cc 33 : service_discovery_client_(service_discovery_client),
49 service_discovery_client_,
privet_notifications.cc 326 service_discovery_client_ = NULL;
334 service_discovery_client_ = NULL;
345 service_discovery_client_ = ServiceDiscoverySharedClient::GetInstance();
346 device_lister_.reset(new PrivetDeviceListerImpl(service_discovery_client_,
353 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 181 if (service_discovery_client_ || mdns_client_)
195 service_discovery_client_.reset(
322 if (!service_discovery_client_)
326 service_discovery_client_->CreateServiceWatcher(
337 if (!service_discovery_client_)
347 if (!service_discovery_client_)
355 if (!service_discovery_client_)
364 if (!service_discovery_client_)
368 service_discovery_client_->CreateServiceResolver(
378 if (!service_discovery_client_)
    [all...]
service_discovery_message_handler.h 108 scoped_ptr<ServiceDiscoveryClient> service_discovery_client_; member in class:local_discovery::ServiceDiscoveryMessageHandler
  /external/chromium_org/chrome/browser/local_discovery/storage/
privet_volume_lister.cc 71 service_discovery_client_ = ServiceDiscoverySharedClient::GetInstance();
72 privet_lister_.reset(new PrivetDeviceListerImpl(service_discovery_client_,
117 service_discovery_client_ = NULL;
privet_volume_lister.h 61 scoped_refptr<ServiceDiscoverySharedClient> service_discovery_client_; member in class:local_discovery::PrivetVolumeLister
privet_filesystem_operations.cc 71 service_discovery_client_ = ServiceDiscoverySharedClient::GetInstance();
73 service_discovery_client_.get(),
90 service_discovery_client_.get(), request_context_.get());
privet_filesystem_operations.h 99 scoped_refptr<ServiceDiscoverySharedClient> service_discovery_client_; member in class:local_discovery::PrivetFileSystemAsyncOperationUtil
  /external/chromium_org/chrome/common/local_discovery/
service_discovery_client_unittest.cc 206 : service_discovery_client_(&mdns_client_) {
230 ServiceDiscoveryClientImpl service_discovery_client_; member in class:local_discovery::__anon10227::ServiceDiscoveryTest
238 service_discovery_client_.CreateServiceWatcher(
260 service_discovery_client_.CreateServiceWatcher(
280 service_discovery_client_.CreateServiceWatcher(
298 service_discovery_client_.CreateServiceWatcher(
318 service_discovery_client_.CreateServiceWatcher(
345 service_discovery_client_.CreateServiceWatcher(
373 service_discovery_client_.CreateServiceWatcher(
423 resolver_ = service_discovery_client_.CreateServiceResolver
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/mdns/
dns_sd_registry.cc 103 service_discovery_client_ = ServiceDiscoverySharedClient::GetInstance();
108 service_discovery_client_ = client;
141 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 167 scoped_refptr<ServiceDiscoverySharedClient> service_discovery_client_; member in class:local_discovery::LocalDiscoveryUIHandler
local_discovery_ui_handler.cc 180 service_discovery_client_ = ServiceDiscoverySharedClient::GetInstance();
182 new PrivetDeviceListerImpl(service_discovery_client_.get(), this));
184 service_discovery_client_.get(), profile->GetRequestContext());
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.h 300 service_discovery_client_; member in class:PrintPreviewHandler
print_preview_handler.cc 661 service_discovery_client_ =
664 service_discovery_client_.get(),
    [all...]

Completed in 572 milliseconds