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

  /external/chromium_org/chrome/service/cloud_print/
print_system.h 179 virtual bool ValidatePrintTicket(const std::string& printer_name,
printer_job_handler_unittest.cc 407 MOCK_METHOD2(ValidatePrintTicket, bool(const std::string& printer_name,
649 ON_CALL(*this, ValidatePrintTicket(_, _)).
print_system_cups.cc 95 virtual bool ValidatePrintTicket(
551 bool PrintSystemCUPS::ValidatePrintTicket(const std::string& printer_name,
print_system_win.cc 262 virtual bool ValidatePrintTicket(
792 bool PrintSystemWin::ValidatePrintTicket(
printer_job_handler.cc 295 if (print_system_->ValidatePrintTicket(printer_info_.printer_name, data)) {

Completed in 308 milliseconds