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

/external/chromium_org/printing/backend/
H A Dcups_helper.h23 class PRINTING_EXPORT HttpConnectionCUPS { class in namespace:printing
25 HttpConnectionCUPS(const GURL& print_server_url,
27 ~HttpConnectionCUPS();
H A Dcups_helper.cc313 HttpConnectionCUPS::HttpConnectionCUPS(const GURL& print_server_url, function in class:printing::HttpConnectionCUPS
331 HttpConnectionCUPS::~HttpConnectionCUPS() {
336 void HttpConnectionCUPS::SetBlocking(bool blocking) {
340 http_t* HttpConnectionCUPS::http() {

Completed in 101 milliseconds