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

  /external/chromium_org/win8/metro_driver/
print_handler.h 60 const mswr::ComPtr<PrintDocumentSource>& print_document_source);
78 PrintDocumentSource::DirectXContext directx_context_;
83 static mswr::ComPtr<PrintDocumentSource> current_document_source_;
print_document_source.cc 48 PrintDocumentSource::PrintDocumentSource()
58 HRESULT PrintDocumentSource::RuntimeClassInitialize(
78 void PrintDocumentSource::Abort() {
90 STDMETHODIMP PrintDocumentSource::GetPreviewPageCollection(
124 mswr::ComPtr<PrintDocumentSource> print_document_source(this);
139 STDMETHODIMP PrintDocumentSource::MakeDocument(
214 STDMETHODIMP PrintDocumentSource::Paginate(uint32 page,
264 STDMETHODIMP PrintDocumentSource::MakePage(uint32 job_page,
375 void PrintDocumentSource::ResetDpi(float dpi)
    [all...]
print_document_source.h 39 class PrintDocumentSource
76 explicit PrintDocumentSource();
print_handler.cc 39 mswr::ComPtr<PrintDocumentSource> PrintHandler::current_document_source_;
288 mswr::ComPtr<PrintDocumentSource> print_document_source;
289 HRESULT hr = mswr::MakeAndInitialize<PrintDocumentSource>(
376 const mswr::ComPtr<PrintDocumentSource>& print_document_source) {
395 mswr::ComPtr<PrintDocumentSource> print_document_source;

Completed in 120 milliseconds