Searched defs:pSubDict (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_formcontrol.cpp68 CPDF_Dictionary* pSubDict = (CPDF_Dictionary*)pObjDirect1; local
69 FX_POSITION pos2 = pSubDict->GetStartPos();
72 CPDF_Object* pObj2 = pSubDict->GetNextElement(pos2, csKey2);
77 pSubDict->ReplaceKey(csKey2, csValue);
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp73 CPDF_Dictionary* pSubDict = (CPDF_Dictionary*)psub; local
75 return pSubDict->GetStream(this->GetAppState()) != NULL;

Completed in 98 milliseconds