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
205
virtual std::string
GetSupportedMimeTypes
() = 0;
print_system_cups.cc
98
virtual std::string
GetSupportedMimeTypes
() OVERRIDE;
734
std::string PrintSystemCUPS::
GetSupportedMimeTypes
() {
print_system_win.cc
637
virtual std::string
GetSupportedMimeTypes
() OVERRIDE;
806
std::string PrintSystemWin::
GetSupportedMimeTypes
() {
printer_job_handler_unittest.cc
425
MOCK_METHOD0(
GetSupportedMimeTypes
, std::string());
printer_job_handler.cc
368
accept_headers += print_system_->
GetSupportedMimeTypes
();
Completed in 147 milliseconds