OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSupportedMimeTypes
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/service/cloud_print/
print_system.h
198
virtual std::string
GetSupportedMimeTypes
() = 0;
print_system_xps_win.cc
495
virtual std::string
GetSupportedMimeTypes
() OVERRIDE;
573
std::string PrintSystemWinXPS::
GetSupportedMimeTypes
() {
print_system_cups.cc
98
virtual std::string
GetSupportedMimeTypes
() OVERRIDE;
722
std::string PrintSystemCUPS::
GetSupportedMimeTypes
() {
printer_job_handler_unittest.cc
418
MOCK_METHOD0(
GetSupportedMimeTypes
, std::string());
printer_job_handler.cc
355
accept_headers += print_system_->
GetSupportedMimeTypes
();
Completed in 53 milliseconds