Searched refs:print_server_url (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/printing/backend/
H A Dcups_helper.h25 HttpConnectionCUPS(const GURL& print_server_url,
H A Dprint_backend_cups.cc33 PrintBackendCUPS(const GURL& print_server_url,
65 PrintBackendCUPS::PrintBackendCUPS(const GURL& print_server_url, argument
68 : print_server_url_(print_server_url),
235 GURL print_server_url(print_server_url_str.c_str());
236 return new PrintBackendCUPS(print_server_url,
H A Dcups_helper.cc313 HttpConnectionCUPS::HttpConnectionCUPS(const GURL& print_server_url, argument
317 if (print_server_url.is_empty())
320 int port = print_server_url.IntPort();
324 http_ = httpConnectEncrypt(print_server_url.host().c_str(), port, encryption);
327 << print_server_url;
/external/chromium_org/chrome/service/cloud_print/
H A Dprint_system_cups.cc449 std::string print_server_url; local
450 if (url_list->GetString(i, &print_server_url))
451 AddPrintServer(print_server_url);

Completed in 1110 milliseconds