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

  /external/chromium_org/chrome/browser/local_discovery/
privet_http_impl.cc 69 : privet_client_(privet_client), delegate_(delegate) {
76 url_fetcher_ = privet_client_->CreateURLFetcher(
86 return privet_client_;
102 privet_client_->CacheInfo(value);
110 : user_(user), delegate_(delegate), privet_client_(privet_client),
130 Cancelation* cancelation = new Cancelation(privet_client_, user_);
150 return privet_client_;
203 privet_client_->RefreshPrivetToken(callback);
208 url_fetcher_ = privet_client_->CreateURLFetcher(
294 info_operation_ = privet_client_->CreateInfoOperation(this)
    [all...]
privet_http_unittest.cc 205 privet_client_.reset(new PrivetHTTPClientImpl(
281 scoped_ptr<PrivetHTTPClient> privet_client_; member in class:local_discovery::__anon7855::PrivetHTTPTest
425 info_operation_ = privet_client_->CreateInfoOperation(&info_delegate_);
451 privet_client_->GetCachedInfo()->GetString("name", &name);
468 info_operation_ = privet_client_->CreateInfoOperation(&info_delegate_);
491 EXPECT_EQ(NULL, privet_client_->GetCachedInfo());
502 info_operation_ = privet_client_->CreateInfoOperation(&info_delegate_);
504 privet_client_->CreateRegisterOperation("example@google.com",
709 capabilities_operation_ = privet_client_->CreateCapabilitiesOperation(
749 capabilities_operation_ = privet_client_->CreateCapabilitiesOperation
    [all...]
privet_http_impl.h 39 PrivetHTTPClientImpl* privet_client_; member in class:local_discovery::PrivetInfoOperationImpl
110 PrivetHTTPClientImpl* privet_client_; member in class:local_discovery::PrivetRegisterOperationImpl
142 PrivetHTTPClientImpl* privet_client_; member in class:local_discovery::PrivetCapabilitiesOperationImpl
211 PrivetHTTPClientImpl* privet_client_; member in class:local_discovery::PrivetLocalPrintOperationImpl

Completed in 35 milliseconds