OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetHashOfPrinterTags
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/common/cloud_print/
cloud_print_helpers_unittest.cc
81
TEST(CloudPrintHelpersTest,
GetHashOfPrinterTags
) {
93
GetHashOfPrinterTags
(printer_tags));
118
GetHashOfPrinterTags
(printer_tags).c_str());
cloud_print_helpers.h
74
std::string
GetHashOfPrinterTags
(const PrinterTags& printer_tags);
cloud_print_helpers.cc
205
std::string
GetHashOfPrinterTags
(const PrinterTags& printer_tags) {
/external/chromium_org/chrome/service/cloud_print/
cloud_print_service_helpers.cc
71
return
GetHashOfPrinterTags
(printer_info.options);
Completed in 2219 milliseconds