Searched refs:cMsg (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/javascript/
H A DDocument.cpp388 CFX_WideString cMsg = iLength > 5 ? params[5].ToCFXWideString(pRuntime) : L""; local
398 cBcc.c_str(), cMsg.c_str());
694 CFX_WideString cMsg = L""; local
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());
H A Dapp.cpp362 pRuntime, params, 4, L"cMsg", L"nIcon", L"nType", L"cTitle");
613 L"cBcc", L"cSubject", L"cMsg");
644 CFX_WideString cMsg; local
646 cMsg = newParams[5].ToCFXWideString(pRuntime);
651 cBcc.c_str(), cMsg.c_str());

Completed in 191 milliseconds