Home | Sort by relevance Sort by last modified time |
/external/chromium_org/chrome/service/cloud_print/ | |
printer_job_handler.h | 87 std::string tags_hash; member in struct:cloud_print::PrinterJobHandler::PrinterInfoFromCloud |
printer_job_handler.cc | 696 std::string tags_hash = GetHashOfPrinterInfo(printer_info); local 697 if (tags_hash != printer_info_cloud_.tags_hash) { 698 printer_info_cloud_.tags_hash = tags_hash; |