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

  /external/chromium_org/printing/backend/
print_backend.cc 39 PrintBackend::~PrintBackend() {}
41 string16 PrintBackend::SimplifyDocumentTitle(const string16& title) {
print_backend.h 60 // PrintBackend class will provide interface for different print backends
63 // Please note, that PrintBackend is not platform specific, but rather
67 class PRINTING_EXPORT PrintBackend
68 : public base::RefCountedThreadSafe<PrintBackend> {
102 static scoped_refptr<PrintBackend> CreateInstance(
106 friend class base::RefCountedThreadSafe<PrintBackend>;
107 virtual ~PrintBackend();

Completed in 341 milliseconds