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

  /external/pdfium/fpdfsdk/src/javascript/
JS_Object.h 30 int MsgBox(CPDFDoc_Environment* pApp,
61 static int MsgBox(CPDFDoc_Environment* pApp,
JS_Object.cpp 38 int CJS_EmbedObj::MsgBox(CPDFDoc_Environment* pApp,
80 int CJS_Object::MsgBox(CPDFDoc_Environment* pApp,
app.cpp 368 vRet = MsgBox(pRuntime->GetReaderApp(), swMsg.c_str(), swTitle.c_str(), iType,
  /external/pdfium/fpdfsdk/include/fpdfxfa/
fpdfxfa_app.h 53 int32_t MsgBox(const CFX_WideStringC& wsMessage,
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidgetacc.cpp 408 pAppProvider->MsgBox(wsScriptMsg, wsTitle, XFA_MBICON_Warning,
412 if (pAppProvider->MsgBox(wsScriptMsg, wsTitle, XFA_MBICON_Warning,
420 pAppProvider->MsgBox(wsScriptMsg, wsTitle, XFA_MBICON_Error, XFA_MB_OK);
453 pAppProvider->MsgBox(wsFormatMsg, wsTitle, XFA_MBICON_Error, XFA_MB_OK);
463 pAppProvider->MsgBox(wsFormatMsg, wsTitle, XFA_MBICON_Warning,
467 if (pAppProvider->MsgBox(wsFormatMsg, wsTitle, XFA_MBICON_Warning,
523 pAppProvider->MsgBox(wsNullMsg, wsTitle, XFA_MBICON_Status, XFA_MB_OK);
537 if (pAppProvider->MsgBox(wsNullMsg, wsTitle, XFA_MBICON_Warning,
    [all...]
xfa_fffield.cpp 746 pAppProvider->MsgBox(wsMessage, wsTitle, XFA_MBICON_Warning,
778 if (pAppProvider->MsgBox(wsMessage, wsTitle, XFA_MBICON_Warning,
xfa_ffdocview.cpp 162 pAppProvider->MsgBox(wsMsg, wsTitle, XFA_MBICON_Status, XFA_MB_OK);
xfa_fftextedit.cpp 197 pAppProvider->MsgBox(wsMessage, wsTitle, XFA_MBICON_Error, XFA_MB_OK);
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_app.cpp 141 int32_t CPDFXFA_App::MsgBox(const CFX_WideStringC& wsMessage,
  /external/pdfium/xfa/include/fxfa/
fxfa.h 224 virtual int32_t MsgBox(const CFX_WideStringC& wsMessage,
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_hostpseudomodel.cpp 595 int32_t iValue = pNotify->GetAppProvider()->MsgBox(

Completed in 586 milliseconds