Home | Sort by relevance Sort by last modified time |
/external/chromium_org/chrome/service/cloud_print/ | |
printer_job_handler.h | 86 std::string caps_hash; member in struct:cloud_print::PrinterJobHandler::PrinterInfoFromCloud |
printer_job_handler.cc | 689 std::string caps_hash = local 691 if (caps_hash != printer_info_cloud_.caps_hash) { 694 printer_info_cloud_.caps_hash = caps_hash; 707 caps_hash, mime_boundary, std::string(), &post_data); |