Home
last modified time | relevance | path

Searched refs:prntvpt_module (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/printing/backend/
Dwin_helper.cc89 HMODULE prntvpt_module = LoadLibrary(L"prntvpt.dll"); in InitImpl() local
90 if (prntvpt_module == NULL) in InitImpl()
93 GetProcAddress(prntvpt_module, "PTOpenProvider")); in InitImpl()
99 GetProcAddress(prntvpt_module, "PTGetPrintCapabilities")); in InitImpl()
106 GetProcAddress(prntvpt_module, "PTConvertDevModeToPrintTicket")); in InitImpl()
113 GetProcAddress(prntvpt_module, "PTConvertPrintTicketToDevMode")); in InitImpl()
120 GetProcAddress(prntvpt_module, "PTMergeAndValidatePrintTicket")); in InitImpl()
127 GetProcAddress(prntvpt_module, "PTReleaseMemory")); in InitImpl()
134 GetProcAddress(prntvpt_module, "PTCloseProvider")); in InitImpl()