HomeSort by relevance Sort by last modified time
    Searched refs:IsLocalPrintingAllowed (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/cloud_print/gcp20/prototype/
privet_http_server.h 92 virtual bool IsLocalPrintingAllowed() const = 0;
privet_http_server.cc 291 if (!delegate_->IsRegistered() || !delegate_->IsLocalPrintingAllowed()) {
330 if (!delegate_->IsRegistered() || !delegate_->IsLocalPrintingAllowed()) {
397 if (!delegate_->IsRegistered() || !delegate_->IsLocalPrintingAllowed()) {
printer.h 71 virtual bool IsLocalPrintingAllowed() const OVERRIDE;
printer.cc 365 if (IsLocalPrintingAllowed()) {
379 bool Printer::IsLocalPrintingAllowed() const {

Completed in 179 milliseconds