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

  /external/pdfium/fpdfsdk/javascript/
Document.cpp 385 CFX_WideString cBcc = iLength > 3 ? params[3].ToCFXWideString(pRuntime) : L"";
398 cBcc.c_str(), cMsg.c_str());
692 CFX_WideString cBcc = L"";
703 cBcc = params[3].ToCFXWideString(pRuntime);
721 pValue = pRuntime->GetObjectProperty(pObj, L"cBcc");
722 cBcc = CJS_Value(pRuntime, pValue).ToCFXWideString(pRuntime);
734 cCc.c_str(), cBcc.c_str(), cMsg.c_str());
    [all...]
app.cpp 613 L"cBcc", L"cSubject", L"cMsg");
636 CFX_WideString cBcc;
638 cBcc = newParams[3].ToCFXWideString(pRuntime);
651 cBcc.c_str(), cMsg.c_str());

Completed in 420 milliseconds