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

  /external/pdfium/fpdfsdk/javascript/
PublicMethods.cpp 85 void AlertIfPossible(CJS_EventContext* pContext, const FX_WCHAR* swMsg) {
88 pFormFillEnv->JS_appAlert(swMsg, nullptr, 0, 3);
1130 CFX_WideString swMsg;
1131 swMsg.Format(JSGetStringFromID(IDS_STRING_JSPARSEDATE).c_str(),
1133 AlertIfPossible(pContext, swMsg.c_str());
    [all...]
app.cpp 375 CFX_WideString swMsg;
379 swMsg = L"[";
383 swMsg += L", ";
385 swMsg += element.ToCFXWideString(pRuntime);
387 swMsg += L"]";
389 swMsg = newParams[0].ToCFXWideString(pRuntime);
392 swMsg = newParams[0].ToCFXWideString(pRuntime);
413 swMsg.c_str(), swTitle.c_str(), iType, iIcon));

Completed in 50 milliseconds