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

  /external/chromium/chrome/browser/printing/
print_job_worker_owner.h 25 virtual void GetSettingsDone(const PrintSettings& new_settings,
31 // Retrieves the message loop that is expected to process GetSettingsDone.
printer_query.h 37 virtual void GetSettingsDone(const PrintSettings& new_settings,
95 // Results from the last GetSettingsDone() callback.
print_job.h 55 virtual void GetSettingsDone(const PrintSettings& new_settings,
print_job_worker.h 98 // back into the IO thread for GetSettingsDone().
106 void GetSettingsDone(PrintingContext::Result result);
print_job_worker.cc 133 GetSettingsDone(result);
136 void PrintJobWorker::GetSettingsDone(PrintingContext::Result result) {
149 &PrintJobWorkerOwner::GetSettingsDone,
168 this, &PrintJobWorker::GetSettingsDone, result));
173 GetSettingsDone(result);
print_job_unittest.cc 37 virtual void GetSettingsDone(const printing::PrintSettings& new_settings,
119 job->GetSettingsDone();
printer_query.cc 35 void PrinterQuery::GetSettingsDone(const PrintSettings& new_settings,
print_job.cc 81 void PrintJob::GetSettingsDone(const PrintSettings& new_settings,

Completed in 6719 milliseconds