Home
last modified time | relevance | path

Searched refs:HttpConnectionCUPS (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/printing/backend/
Dcups_helper.h23 class PRINTING_EXPORT HttpConnectionCUPS {
25 HttpConnectionCUPS(const GURL& print_server_url,
27 ~HttpConnectionCUPS();
Dcups_helper.cc308 HttpConnectionCUPS::HttpConnectionCUPS(const GURL& print_server_url, in HttpConnectionCUPS() function in printing::HttpConnectionCUPS
326 HttpConnectionCUPS::~HttpConnectionCUPS() { in ~HttpConnectionCUPS()
331 void HttpConnectionCUPS::SetBlocking(bool blocking) { in SetBlocking()
335 http_t* HttpConnectionCUPS::http() { in http()
Dprint_backend_cups.cc325 HttpConnectionCUPS http(print_server_url_, cups_encryption_); in GetDests()
349 HttpConnectionCUPS http(print_server_url_, cups_encryption_); in GetPPD()
/external/chromium_org/chrome/service/cloud_print/
Dprint_system_cups.cc738 printing::HttpConnectionCUPS http(url, encryption); in PrintFile()
751 printing::HttpConnectionCUPS http(url, encryption); in GetJobs()