Home
last modified time | relevance | path

Searched refs:pNameDict (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/
Dcpdfsdk_helpers.cpp336 const CPDF_Dictionary* pNameDict = pRootDict->GetDictFor("Names"); in ReportUnsupportedFeatures() local
337 if (pNameDict && pNameDict->KeyExist("EmbeddedFiles")) { in ReportUnsupportedFeatures()
341 if (pNameDict && pNameDict->KeyExist("JavaScript")) { in ReportUnsupportedFeatures()
342 const CPDF_Dictionary* pJSDict = pNameDict->GetDictFor("JavaScript"); in ReportUnsupportedFeatures()