Searched refs:bSilent (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/include/
H A Dfpdfformfill.h166 * bSilent - If true, suppresses the cancel dialog box while the document is printing. The default is false.
172 void (*Doc_print)(struct _IPDF_JsPlatform* pThis, FPDF_BOOL bUI, int nStart, int nEnd, FPDF_BOOL bSilent ,FPDF_BOOL bShrinkToFit,FPDF_BOOL bPrintAsImage ,FPDF_BOOL bReverse ,FPDF_BOOL bAnnotations);
H A Dfsdk_mgr.h271 void JS_docprint(FPDF_BOOL bUI , int nStart, int nEnd, FPDF_BOOL bSilent ,FPDF_BOOL bShrinkToFit,FPDF_BOOL bPrintAsImage ,FPDF_BOOL bReverse ,FPDF_BOOL bAnnotations)
275 m_pInfo->m_pJsPlatform->Doc_print(m_pInfo->m_pJsPlatform, bUI, nStart, nEnd, bSilent, bShrinkToFit, bPrintAsImage, bReverse, bAnnotations);
/external/pdfium/fpdfsdk/include/javascript/
H A DDocument.h22 FX_BOOL bSilent; member in class:PrintParamsObj
/external/pdfium/fpdfsdk/src/javascript/
H A DDocument.cpp49 bSilent = FALSE;
621 FX_BOOL bSilent = FALSE; local
643 bSilent = pprintparamsObj->bSilent;
663 bSilent = params[3];
678 pEnv->JS_docprint(bUI, nStart, nEnd, bSilent, bShrinkToFit, bPrintAsImage, bReverse, bAnnotations);

Completed in 95 milliseconds