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

  /external/chromium/chrome/browser/ui/webui/
print_preview_handler.h 15 class PrintSystemTaskProxy;
40 friend class PrintSystemTaskProxy;
print_preview_handler.cc 86 class PrintSystemTaskProxy
87 : public base::RefCountedThreadSafe<PrintSystemTaskProxy,
90 PrintSystemTaskProxy(const base::WeakPtr<PrintPreviewHandler>& handler,
113 &PrintSystemTaskProxy::SendPrinterList,
166 &PrintSystemTaskProxy::SendPrinterCapabilities,
178 friend class DeleteTask<PrintSystemTaskProxy>;
180 ~PrintSystemTaskProxy() {}
186 DISALLOW_COPY_AND_ASSIGN(PrintSystemTaskProxy);
236 scoped_refptr<PrintSystemTaskProxy> task =
237 new PrintSystemTaskProxy(AsWeakPtr(), print_backend_.get())
    [all...]

Completed in 33 milliseconds