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.h 87 std::string tags_hash; member in struct:cloud_print::PrinterJobHandler::PrinterInfoFromCloud
printer_job_handler.cc 714 std::string tags_hash = GetHashOfPrinterInfo(printer_info); local
715 if (tags_hash != printer_info_cloud_.tags_hash) {
716 printer_info_cloud_.tags_hash = tags_hash;

Completed in 161 milliseconds