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

  /external/chromium_org/printing/backend/
cups_helper.h 34 http_t* http_; member in class:printing::HttpConnectionCUPS
cups_helper.cc 310 : http_(NULL) {
319 http_ = httpConnectEncrypt(print_server_url.host().c_str(), port, encryption);
320 if (http_ == NULL) {
327 if (http_ != NULL)
328 httpClose(http_);
332 httpBlocking(http_, blocking ? 1 : 0);
336 return http_;

Completed in 35 milliseconds