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

  /external/chromium_org/chrome/common/cloud_print/
cloud_print_helpers.h 24 typedef std::map<std::string, std::string> PrinterTags;
77 std::string GetHashOfPrinterTags(const PrinterTags& printer_tags);
81 const PrinterTags& printer_tags,
cloud_print_helpers.cc 26 PrinterTags PreparePrinterTags(const PrinterTags& printer_tags) {
27 PrinterTags printer_tags_out = printer_tags;
40 std::string HashPrinterTags(const PrinterTags& printer_tags) {
42 PrinterTags::const_iterator it;
216 std::string GetHashOfPrinterTags(const PrinterTags& printer_tags) {
221 const PrinterTags& printer_tags,
225 PrinterTags printer_tags_prepared = PreparePrinterTags(printer_tags);
227 for (PrinterTags::const_iterator it = printer_tags_prepared.begin();
cloud_print_helpers_unittest.cc 82 PrinterTags printer_tags;
97 PrinterTags printer_tags;

Completed in 34 milliseconds