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 62 // PrintSystem class will provide interface for different printing systems
65 // Please note, that PrintSystem is not platform specific, but rather
69 class PrintSystem : public base::RefCountedThreadSafe<PrintSystem> {
163 // of PrintSystem.
205 static scoped_refptr<PrintSystem> CreateInstance(
209 friend class base::RefCountedThreadSafe<PrintSystem>;
210 virtual ~PrintSystem();
218 typedef PrintSystem::PrintServerWatcher::Delegate PrintServerWatcherDelegate;
219 typedef PrintSystem::PrinterWatcher::Delegate PrinterWatcherDelegate
    [all...]

Completed in 298 milliseconds