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

  /external/chromium_org/chrome/browser/local_discovery/
privet_http_impl.cc 92 : privet_client_(privet_client), callback_(callback) {
99 url_fetcher_ = privet_client_->CreateURLFetcher(
109 return privet_client_;
129 privet_client_(privet_client),
149 Cancelation* cancelation = new Cancelation(privet_client_, user_);
169 return privet_client_;
222 privet_client_->RefreshPrivetToken(callback);
227 url_fetcher_ = privet_client_->CreateURLFetcher(
312 info_operation_ = privet_client_->CreateInfoOperation(
354 : privet_client_(privet_client)
    [all...]
privet_http_impl.h 44 PrivetHTTPClient* privet_client_; member in class:local_discovery::PrivetInfoOperationImpl
111 PrivetHTTPClient* privet_client_; member in class:local_discovery::PrivetRegisterOperationImpl
143 PrivetHTTPClient* privet_client_; member in class:local_discovery::PrivetJSONOperationImpl
183 PrivetHTTPClient* privet_client_; member in class:local_discovery::PrivetDataReadOperationImpl
253 PrivetHTTPClient* privet_client_; member in class:local_discovery::PrivetLocalPrintOperationImpl
privet_http_unittest.cc 245 privet_client_ = PrivetV1HTTPClient::CreateDefault(
341 scoped_ptr<PrivetV1HTTPClient> privet_client_; member in class:local_discovery::__anon8721::PrivetHTTPTest
466 privet_client_->CreateStorageListOperation(
488 info_operation_ = privet_client_->CreateInfoOperation(
535 info_operation_ = privet_client_->CreateInfoOperation(
538 privet_client_->CreateRegisterOperation("example@google.com",
724 capabilities_operation_ = privet_client_->CreateCapabilitiesOperation(
764 capabilities_operation_ = privet_client_->CreateCapabilitiesOperation(
807 local_print_operation_ = privet_client_->CreateLocalPrintOperation(
    [all...]
  /external/chromium_org/chrome/browser/local_discovery/storage/
privet_filesystem_operations.h 103 scoped_ptr<PrivetV1HTTPClient> privet_client_; member in class:local_discovery::PrivetFileSystemAsyncOperationUtil
privet_filesystem_operations.cc 102 privet_client_ = PrivetV1HTTPClient::CreateDefault(privet_http_client.Pass());
103 delegate_->PrivetFileSystemResolved(privet_client_.get(),

Completed in 150 milliseconds