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

  /external/chromium_org/chrome/browser/local_discovery/
privet_http_impl.h 34 PrivetHTTPClientImpl* privet_client_; member in class:local_discovery::PrivetInfoOperationImpl
82 PrivetHTTPClientImpl* privet_client_; member in class:local_discovery::PrivetRegisterOperationImpl
privet_http_unittest.cc 97 privet_client_.reset(new PrivetHTTPClientImpl(
109 scoped_ptr<PrivetHTTPClient> privet_client_; member in class:local_discovery::__anon7643::PrivetHTTPTest
170 info_operation_ = privet_client_->CreateInfoOperation(&info_delegate_);
196 privet_client_->GetCachedInfo()->GetString("name", &name);
213 info_operation_ = privet_client_->CreateInfoOperation(&info_delegate_);
236 EXPECT_EQ(NULL, privet_client_->GetCachedInfo());
250 EXPECT_EQ(NULL, privet_client_->GetCachedInfo());
261 info_operation_ = privet_client_->CreateInfoOperation(&info_delegate_);
263 privet_client_->CreateRegisterOperation("example@google.com",

Completed in 253 milliseconds