HomeSort by relevance Sort by last modified time
    Searched defs:bUI (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/src/javascript/
Document.h 21 FX_BOOL bUI;
Document.cpp 42 bUI = TRUE;
369 // int CPDFSDK_Document::mailForm(FX_BOOL bUI,String cto,string ccc,string
381 FX_BOOL bUI = iLength > 0 ? params[0].ToBool() : TRUE;
399 pEnv->JS_docmailForm(textBuf.GetBuffer(), textBuf.GetLength(), bUI,
410 FX_BOOL bUI = TRUE;
428 bUI = pprintparamsObj->bUI;
443 bUI = params[0].ToBool();
461 pEnv->JS_docprint(bUI, nStart, nEnd, bSilent, bShrinkToFit, bPrintAsImage,
679 FX_BOOL bUI = TRUE
    [all...]

Completed in 765 milliseconds