GetSupportedMimeTypes  205 chrome/service/cloud_print/print_system.h   virtual std::string GetSupportedMimeTypes() = 0;
GetSupportedMimeTypes  100 chrome/service/cloud_print/print_system_cups.cc   virtual std::string GetSupportedMimeTypes() OVERRIDE;
GetSupportedMimeTypes  652 chrome/service/cloud_print/print_system_win.cc   virtual std::string GetSupportedMimeTypes() OVERRIDE;
GetSupportedMimeTypes  368 chrome/service/cloud_print/printer_job_handler.cc     accept_headers += print_system_->GetSupportedMimeTypes();
GetSupportedMimeTypes  425 chrome/service/cloud_print/printer_job_handler_unittest.cc   MOCK_METHOD0(GetSupportedMimeTypes, std::string());