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

  /external/pdfium/core/src/fpdfdoc/
doc_formcontrol.cpp 68 CPDF_Dictionary* pSubDict = (CPDF_Dictionary*)pObjDirect1;
69 FX_POSITION pos2 = pSubDict->GetStartPos();
72 CPDF_Object* pObj2 = pSubDict->GetNextElement(pos2, csKey2);
77 pSubDict->ReplaceKey(csKey2, csValue);
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 73 CPDF_Dictionary* pSubDict = (CPDF_Dictionary*)psub;
75 return pSubDict->GetStream(this->GetAppState()) != NULL;
    [all...]

Completed in 54 milliseconds