Home | History | Annotate | Download | only in cloud_print

Lines Matching defs:encryption

136               http_encryption_t encryption, const char* name,
138 int PrintFile(const GURL& url, http_encryption_t encryption,
426 int encryption;
427 if (print_system_settings->GetInteger(kCUPSEncryption, &encryption))
429 static_cast<http_encryption_t>(encryption);
471 // Set encryption for backend.
743 int PrintSystemCUPS::PrintFile(const GURL& url, http_encryption_t encryption,
750 printing::HttpConnectionCUPS http(url, encryption);
758 http_encryption_t encryption,
763 printing::HttpConnectionCUPS http(url, encryption);