HomeSort by relevance Sort by last modified time
    Searched defs:PrintSystem (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/service/cloud_print/
print_system.cc 26 PrintSystem::PrintServerWatcher::~PrintServerWatcher() {}
28 PrintSystem::PrinterWatcher::~PrinterWatcher() {}
30 PrintSystem::JobSpooler::~JobSpooler() {}
32 PrintSystem::~PrintSystem() {}
34 std::string PrintSystem::GenerateProxyId() {
print_system.h 63 // PrintSystem class will provide interface for different printing systems
66 // Please note, that PrintSystem is not platform specific, but rather
70 class PrintSystem : public base::RefCountedThreadSafe<PrintSystem> {
164 // of PrintSystem.
206 static scoped_refptr<PrintSystem> CreateInstance(
210 friend class base::RefCountedThreadSafe<PrintSystem>;
211 virtual ~PrintSystem();

Completed in 203 milliseconds