OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HttpConnectionCUPS
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/printing/backend/
cups_helper.h
23
class PRINTING_EXPORT
HttpConnectionCUPS
{
25
HttpConnectionCUPS
(const GURL& print_server_url,
27
~
HttpConnectionCUPS
();
cups_helper.cc
308
HttpConnectionCUPS
::
HttpConnectionCUPS
(const GURL& print_server_url,
326
HttpConnectionCUPS
::~
HttpConnectionCUPS
() {
331
void
HttpConnectionCUPS
::SetBlocking(bool blocking) {
335
http_t*
HttpConnectionCUPS
::http() {
print_backend_cups.cc
325
HttpConnectionCUPS
http(print_server_url_, cups_encryption_);
349
HttpConnectionCUPS
http(print_server_url_, cups_encryption_);
/external/chromium_org/chrome/service/cloud_print/
print_system_cups.cc
738
printing::
HttpConnectionCUPS
http(url, encryption);
751
printing::
HttpConnectionCUPS
http(url, encryption);
Completed in 35 milliseconds