Searched defs:privet_client (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_local_printer_lister.cc20 scoped_ptr<PrivetHTTPClient> privet_client; member in struct:local_discovery::PrivetLocalPrinterLister::DeviceContext
98 i->second->privet_client = http_client.Pass();
H A Dprivet_http_impl.cc91 PrivetHTTPClient* privet_client,
93 : privet_client_(privet_client), callback_(callback) {
125 PrivetHTTPClient* privet_client,
130 privet_client_(privet_client),
320 PrivetHTTPClient* privet_client,
323 privet_client->CreateURLFetcher(
351 PrivetHTTPClient* privet_client,
355 : privet_client_(privet_client),
394 PrivetHTTPClient* privet_client,
398 : privet_client_(privet_client),
90 PrivetInfoOperationImpl( PrivetHTTPClient* privet_client, const PrivetJSONOperation::ResultCallback& callback) argument
124 PrivetRegisterOperationImpl( PrivetHTTPClient* privet_client, const std::string& user, PrivetRegisterOperation::Delegate* delegate) argument
319 Cancelation( PrivetHTTPClient* privet_client, const std::string& user) argument
350 PrivetJSONOperationImpl( PrivetHTTPClient* privet_client, const std::string& path, const std::string& query_params, const PrivetJSONOperation::ResultCallback& callback) argument
393 PrivetDataReadOperationImpl( PrivetHTTPClient* privet_client, const std::string& path, const std::string& query_params, const PrivetDataReadOperation::ResultCallback& callback) argument
469 PrivetLocalPrintOperationImpl( PrivetHTTPClient* privet_client, PrivetLocalPrintOperation::Delegate* delegate) argument
[all...]

Completed in 82 milliseconds