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 27 return scoped_ptr<ServiceWatcher>(new ServiceWatcherImpl(
47 ServiceWatcherImpl::ServiceWatcherImpl(
55 void ServiceWatcherImpl::Start() {
64 ServiceWatcherImpl::~ServiceWatcherImpl() {
67 void ServiceWatcherImpl::DiscoverNewServices(bool force_update) {
75 void ServiceWatcherImpl::ReadCachedServices() {
81 bool ServiceWatcherImpl::CreateTransaction(
96 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,
122 DISALLOW_COPY_AND_ASSIGN(ServiceWatcherImpl);

Completed in 29 milliseconds