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;
73 std::string GetHashOfPrinterTags(const PrinterTags& printer_tags);
77 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;
203 std::string GetHashOfPrinterTags(const PrinterTags& printer_tags) {
208 const PrinterTags& printer_tags,
212 PrinterTags printer_tags_prepared = PreparePrinterTags(printer_tags);
214 for (PrinterTags::const_iterator it = printer_tags_prepared.begin();
cloud_print_helpers_unittest.cc 81 PrinterTags printer_tags;
96 PrinterTags printer_tags;

Completed in 605 milliseconds