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

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_action.cpp201 CPDF_Object* pJS = m_pDict->GetElementValue("JS"); local
202 if (pJS != NULL) {
203 return pJS->GetUnicodeText();
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp2313 CPDF_Object* pJS = pJSDict->GetElementValue("Before"); local
2314 if (pJS != NULL)
2316 int iType = pJS->GetType();
2320 csJS = pJS->GetUnicodeText();

Completed in 111 milliseconds