Searched refs:caps_mime_type (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/common/
H A Dchrome_utility_printing_messages.h23 IPC_STRUCT_TRAITS_MEMBER(caps_mime_type)
/external/chromium_org/printing/backend/
H A Dprint_backend.h71 std::string caps_mime_type; member in struct:printing::PrinterCapsAndDefaults
H A Dprint_backend_cups.cc179 printer_info->caps_mime_type = "application/pagemaker";
H A Dprint_backend_win.cc320 printer_info->caps_mime_type = "text/xml";
/external/chromium_org/chrome/service/cloud_print/
H A Dcloud_print_connector.cc626 if (caps_and_defaults.caps_mime_type == kContentTypeJSON) {
632 caps_and_defaults.caps_mime_type, &post_data);
H A Dprinter_job_handler.cc695 if (caps_and_defaults.caps_mime_type == kContentTypeJSON) {
702 caps_and_defaults.caps_mime_type, &post_data);
H A Dprinter_job_handler_unittest.cc488 caps_and_defaults_.caps_mime_type = kExampleCapsMimeType;
H A Dprint_system_cups.cc354 to_hash += caps.caps_mime_type;
H A Dprint_system_win.cc546 printer_info.caps_mime_type = kContentTypeJSON;

Completed in 194 milliseconds