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

  /external/pdfium/fpdfsdk/javascript/
Document.cpp 388 CFX_WideString cMsg = iLength > 5 ? params[5].ToCFXWideString(pRuntime) : L"";
398 cBcc.c_str(), cMsg.c_str());
694 CFX_WideString cMsg = L"";
707 cMsg = params[5].ToCFXWideString(pRuntime);
727 pValue = pRuntime->GetObjectProperty(pObj, L"cMsg");
728 cMsg = CJS_Value(pRuntime, pValue).ToCFXWideString(pRuntime);
734 cCc.c_str(), cBcc.c_str(), cMsg.c_str());
    [all...]
app.cpp 362 pRuntime, params, 4, L"cMsg", L"nIcon", L"nType", L"cTitle");
613 L"cBcc", L"cSubject", L"cMsg");
644 CFX_WideString cMsg;
646 cMsg = newParams[5].ToCFXWideString(pRuntime);
651 cBcc.c_str(), cMsg.c_str());

Completed in 172 milliseconds