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

  /external/chromium_org/chrome/utility/local_discovery/
service_discovery_client_impl.cc 36 return scoped_ptr<ServiceWatcher>(new ServiceWatcherImpl(
56 ServiceWatcherImpl::ServiceWatcherImpl(
64 void ServiceWatcherImpl::Start() {
73 ServiceWatcherImpl::~ServiceWatcherImpl() {
76 void ServiceWatcherImpl::DiscoverNewServices(bool force_update) {
83 void ServiceWatcherImpl::ReadCachedServices() {
89 bool ServiceWatcherImpl::CreateTransaction(
104 base::Bind(&ServiceWatcherImpl::OnTransactionResponse
    [all...]
service_discovery_client_impl.h 48 class ServiceWatcherImpl : public ServiceWatcher,
50 public base::SupportsWeakPtr<ServiceWatcherImpl> {
52 ServiceWatcherImpl(const std::string& service_type,
56 virtual ~ServiceWatcherImpl();
80 ServiceWatcherImpl* watcher,
126 DISALLOW_COPY_AND_ASSIGN(ServiceWatcherImpl);

Completed in 403 milliseconds