IsLocalPrintingAllowed  364 cloud_print/gcp20/prototype/printer.cc     if (IsLocalPrintingAllowed()) {
IsLocalPrintingAllowed   71 cloud_print/gcp20/prototype/printer.h   virtual bool IsLocalPrintingAllowed() const OVERRIDE;
IsLocalPrintingAllowed  285 cloud_print/gcp20/prototype/privet_http_server.cc   if (!delegate_->IsRegistered() || !delegate_->IsLocalPrintingAllowed()) {
IsLocalPrintingAllowed  324 cloud_print/gcp20/prototype/privet_http_server.cc   if (!delegate_->IsRegistered() || !delegate_->IsLocalPrintingAllowed()) {
IsLocalPrintingAllowed  391 cloud_print/gcp20/prototype/privet_http_server.cc   if (!delegate_->IsRegistered() || !delegate_->IsLocalPrintingAllowed()) {
IsLocalPrintingAllowed   92 cloud_print/gcp20/prototype/privet_http_server.h     virtual bool IsLocalPrintingAllowed() const = 0;