Searched refs:print_server_url (Results 1 – 4 of 4) sorted by relevance
107 PrintBackendCUPS(const GURL& print_server_url,139 PrintBackendCUPS::PrintBackendCUPS(const GURL& print_server_url, in PrintBackendCUPS() argument142 : print_server_url_(print_server_url), in PrintBackendCUPS()315 GURL print_server_url(print_server_url_str.c_str()); in CreateInstance() local316 return new PrintBackendCUPS(print_server_url, in CreateInstance()
308 HttpConnectionCUPS::HttpConnectionCUPS(const GURL& print_server_url, in HttpConnectionCUPS() argument312 if (print_server_url.is_empty()) in HttpConnectionCUPS()315 int port = print_server_url.IntPort(); in HttpConnectionCUPS()319 http_ = httpConnectEncrypt(print_server_url.host().c_str(), port, encryption); in HttpConnectionCUPS()322 << print_server_url; in HttpConnectionCUPS()
25 HttpConnectionCUPS(const GURL& print_server_url,
447 std::string print_server_url; in InitPrintBackends() local448 if (url_list->GetString(i, &print_server_url)) in InitPrintBackends()449 AddPrintServer(print_server_url); in InitPrintBackends()