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

  /external/chromium_org/chrome/service/cloud_print/
print_system_dummy.cc 14 scoped_refptr<PrintSystem> PrintSystem::CreateInstance(
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> {
165 // of PrintSystem.
213 static scoped_refptr<PrintSystem> CreateInstance(
217 friend class base::RefCountedThreadSafe<PrintSystem>;
218 virtual ~PrintSystem();
printer_job_handler_unittest.cc 308 : public PrintSystem::PrintServerWatcher {
311 bool(PrintSystem::PrintServerWatcher::Delegate* d));
315 PrintSystem::PrintServerWatcher::Delegate* delegate() const {
327 PrintSystem::PrintServerWatcher::Delegate* delegate_;
330 class MockPrinterWatcher : public PrintSystem::PrinterWatcher {
332 MOCK_METHOD1(StartWatching, bool(PrintSystem::PrinterWatcher::Delegate* d));
338 PrintSystem::PrinterWatcher::Delegate* delegate() const { return delegate_; }
348 PrintSystem::PrinterWatcher::Delegate* delegate_;
352 class MockJobSpooler : public PrintSystem::JobSpooler {
362 PrintSystem::JobSpooler::Delegate* delegate))
    [all...]
job_status_updater.h 40 PrintSystem* print_system,
71 scoped_refptr<PrintSystem> print_system_;
printer_job_handler.h 70 public PrintSystem::PrinterWatcher::Delegate,
71 public PrintSystem::JobSpooler::Delegate {
98 PrintSystem* print_system,
256 scoped_refptr<PrintSystem> print_system_;
277 scoped_refptr<PrintSystem::JobSpooler> job_spooler_;
298 scoped_refptr<PrintSystem::PrinterWatcher> printer_watcher_;
print_system_win.cc 130 : public PrintSystem::PrintServerWatcher,
135 // PrintSystem::PrintServerWatcher implementation.
137 PrintSystem::PrintServerWatcher::Delegate* delegate) OVERRIDE{
160 PrintSystem::PrintServerWatcher::Delegate* delegate_;
167 : public PrintSystem::PrinterWatcher,
175 // PrintSystem::PrinterWatcher implementation.
177 PrintSystem::PrinterWatcher::Delegate* delegate) OVERRIDE {
212 PrintSystem::PrinterWatcher::Delegate* delegate_;
218 class JobSpoolerWin : public PrintSystem::JobSpooler {
222 // PrintSystem::JobSpooler implementation
    [all...]
print_system_cups.cc 74 class PrintSystemCUPS : public PrintSystem {
78 // PrintSystem implementation.
80 virtual PrintSystem::PrintSystemResult EnumeratePrinters(
93 virtual PrintSystem::PrintServerWatcher* CreatePrintServerWatcher() OVERRIDE;
94 virtual PrintSystem::PrinterWatcher* CreatePrinterWatcher(
96 virtual PrintSystem::JobSpooler* CreateJobSpooler() OVERRIDE;
175 : public PrintSystem::PrintServerWatcher {
182 // PrintSystem::PrintServerWatcher implementation.
184 PrintSystem::PrintServerWatcher::Delegate* delegate) OVERRIDE {
239 PrintSystem::PrintServerWatcher::Delegate* delegate_
    [all...]
cloud_print_connector.h 29 private PrintSystem::PrintServerWatcher::Delegate,
183 scoped_refptr<PrintSystem> print_system_;
185 scoped_refptr<PrintSystem::PrintServerWatcher>
job_status_updater.cc 32 PrintSystem* print_system,
cloud_print_proxy.cc 200 scoped_refptr<PrintSystem> print_system =
201 PrintSystem::CreateInstance(settings.print_system_settings());
204 PrintSystem::PrintSystemResult result = print_system->Init();
connector_settings.cc 40 proxy_id_ = PrintSystem::GenerateProxyId();
cloud_print_connector.cc 37 print_system_ = PrintSystem::CreateInstance(
43 PrintSystem::PrintSystemResult result = print_system_->Init();
224 PrintSystem::PrintSystemResult result =
printer_job_handler.cc 64 PrintSystem* print_system,

Completed in 3625 milliseconds