HomeSort by relevance Sort by last modified time
    Searched defs:tags_hash (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/service/cloud_print/
printer_job_handler.cc 614 std::string tags_hash = GetHashOfPrinterInfo(printer_info); local
615 if (tags_hash != printer_info_cloud_.tags_hash) {
616 printer_info_cloud_.tags_hash = tags_hash;
printer_job_handler.h 87 std::string tags_hash; member in struct:cloud_print::PrinterJobHandler::PrinterInfoFromCloud

Completed in 611 milliseconds