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

  /external/chromium_org/printing/
printed_pages_source.h 13 class PrintedPagesSource {
19 virtual ~PrintedPagesSource() {}
printed_document.h 25 class PrintedPagesSource;
40 PrintedPagesSource* source,
68 // Disconnects the PrintedPage source (PrintedPagesSource). It is done when
113 explicit Mutable(PrintedPagesSource* source);
118 PrintedPagesSource* source_;
141 Immutable(const PrintSettings& settings, PrintedPagesSource* source,
printed_document.cc 48 PrintedPagesSource* source,
206 PrintedDocument::Mutable::Mutable(PrintedPagesSource* source)
219 PrintedPagesSource* source,
  /external/chromium/chrome/browser/printing/
print_job.h 26 class PrintedPagesSource;
46 void Initialize(PrintJobWorkerOwner* job, PrintedPagesSource* source,
83 // Disconnects the PrintedPage source (PrintedPagesSource). It is done when
120 PrintedPagesSource* source_;
print_view_manager.h 29 public PrintedPagesSource,
44 // PrintedPagesSource implementation.
print_job_unittest.cc 17 class TestSource : public printing::PrintedPagesSource {
print_job.cc 45 PrintedPagesSource* source,
  /external/chromium_org/chrome/browser/printing/
print_job.h 25 class PrintedPagesSource;
45 void Initialize(PrintJobWorkerOwner* job, PrintedPagesSource* source,
83 // Disconnects the PrintedPage source (PrintedPagesSource). It is done when
131 PrintedPagesSource* source_;
print_view_manager_base.h 32 public PrintedPagesSource,
45 // PrintedPagesSource implementation.
print_job_unittest.cc 17 class TestSource : public printing::PrintedPagesSource {
print_job.cc 63 PrintedPagesSource* source,

Completed in 3162 milliseconds