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

  /external/chromium_org/chrome/service/cloud_print/
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;
printer_job_handler.h 87 std::string tags_hash; member in struct:cloud_print::PrinterJobHandler::PrinterInfoFromCloud
cloud_print_connector.cc 423 printer_info_cloud.tags_hash = tag_parts[1];
printer_job_handler_unittest.cc 481 info_from_cloud_.tags_hash = GetHashOfPrinterInfo(basic_info_);
  /external/chromium_org/native_client_sdk/src/doc/_sphinxext/
chromesite_builder.py 186 self.tags_hash = ''
devsite_builder.py 248 self.tags_hash = ''

Completed in 840 milliseconds