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

  /external/pdfium/fpdfsdk/javascript/
Document.cpp 384 CFX_WideString cCc = iLength > 2 ? params[2].ToCFXWideString(pRuntime) : L"";
397 cTo.c_str(), cSubject.c_str(), cCc.c_str(),
691 CFX_WideString cCc = L"";
701 cCc = params[2].ToCFXWideString(pRuntime);
718 pValue = pRuntime->GetObjectProperty(pObj, L"cCc");
719 cCc = CJS_Value(pRuntime, pValue).ToCFXWideString(pRuntime);
734 cCc.c_str(), cBcc.c_str(), cMsg.c_str());
    [all...]
app.cpp 612 JS_ExpandKeywordParams(pRuntime, params, 6, L"bUI", L"cTo", L"cCc",
632 CFX_WideString cCc;
634 cCc = newParams[2].ToCFXWideString(pRuntime);
650 cSubject.c_str(), cCc.c_str(),

Completed in 1138 milliseconds