Searched refs:use_pdf_ (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_http_impl.cc474 use_pdf_(false),
530 use_pdf_ = false;
533 use_pdf_ = content_types.Contains(kPrivetContentTypePDF) ||
537 if (use_pdf_) {
604 if (!use_pdf_) {
719 } else if (use_pdf_ && error == kPrivetErrorInvalidDocumentType) {
720 use_pdf_ = false;
H A Dprivet_http_impl.h267 bool use_pdf_; member in class:local_discovery::PrivetLocalPrintOperationImpl

Completed in 898 milliseconds