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

  /external/chromium_org/chrome/common/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::SetActivelyRefreshServices(
94 void ServiceWatcherImpl::ReadCachedServices() {
100 bool ServiceWatcherImpl::CreateTransaction
    [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();
83 ServiceWatcherImpl* watcher,
154 DISALLOW_COPY_AND_ASSIGN(ServiceWatcherImpl);

Completed in 128 milliseconds