Searched refs:http_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/printing/backend/
H A Dcups_helper.h34 http_t* http_; member in class:printing::HttpConnectionCUPS
H A Dcups_helper.cc315 : http_(NULL) {
324 http_ = httpConnectEncrypt(print_server_url.host().c_str(), port, encryption);
325 if (http_ == NULL) {
332 if (http_ != NULL)
333 httpClose(http_);
337 httpBlocking(http_, blocking ? 1 : 0);
341 return http_;

Completed in 145 milliseconds