Searched defs:PdfToEmfState (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/service/
H A Dservice_utility_process_host.cc77 class ServiceUtilityProcessHost::PdfToEmfState { class in class:ServiceUtilityProcessHost
79 explicit PdfToEmfState(ServiceUtilityProcessHost* host) function in class:ServiceUtilityProcessHost::PdfToEmfState
81 ~PdfToEmfState() { Stop(); }
181 pdf_to_emf_state_.reset(new PdfToEmfState(this));
/external/chromium_org/chrome/browser/printing/
H A Dprint_job.cc224 class PrintJob::PdfToEmfState { class in class:printing::PrintJob
226 PdfToEmfState(const gfx::Size& page_size, const gfx::Rect& content_area) function in class:printing::PrintJob::PdfToEmfState
277 ptd_to_emf_state_.reset(new PdfToEmfState(page_size, content_area));

Completed in 938 milliseconds