Searched defs:PrintSystem (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/service/cloud_print/
H A Dprint_system.cc26 PrintSystem::PrintServerWatcher::~PrintServerWatcher() {}
28 PrintSystem::PrinterWatcher::~PrinterWatcher() {}
30 PrintSystem::JobSpooler::~JobSpooler() {}
32 PrintSystem::~PrintSystem() {}
34 std::string PrintSystem::GenerateProxyId() {
H A Dprint_system.h63 // 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> { class in namespace:cloud_print
165 // of PrintSystem.
213 static scoped_refptr<PrintSystem> CreateInstance(
217 friend class base::RefCountedThreadSafe<PrintSystem>;
218 virtual ~PrintSystem();

Completed in 442 milliseconds