Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_utils.cpp295 pObj = pFonts->GetNextElement(pos, csKey); in CountInterFormFonts()
326 pObj = pFonts->GetNextElement(pos, csKey); in GetInterFormFont()
386 pObj = pFonts->GetNextElement(pos, csKey); in GetInterFormFont()
429 pObj = pFonts->GetNextElement(pos, csKey); in GetNativeInterFormFont()
488 pObj = pFonts->GetNextElement(pos, csKey); in FindInterFormFont()
527 pObj = pFonts->GetNextElement(pos, csKey); in FindInterFormFont()
Ddoc_formcontrol.cpp32 pN->GetNextElement(pos, csOn); in GetOnStateName()
60 CPDF_Object* pObj1 = pAP->GetNextElement(pos1, csKey1); in SetOnStateName()
72 CPDF_Object* pObj2 = pSubDict->GetNextElement(pos2, csKey2); in SetOnStateName()
Ddoc_action.cpp312 CPDF_Object* pObj = m_pDict->GetNextElement(pos, csKey); in GetNextAction()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_Utils.cpp70 CPDF_Object* pElement = pDict->GetNextElement(fPos, csKey); in TraceObject()
DFFL_CBA_Fontmap.cpp139 pObj = pFonts->GetNextElement(pos, csKey); in FindResFontSameCharset()
/external/pdfium/fpdfsdk/src/
Dfpdfppo.cpp114 CPDF_Object* pObj = pSrcPageDict->GetNextElement(SrcPos, cbSrcKeyStr); in ExportPage()
245 CPDF_Object* pNextObj = pDict->GetNextElement(pos, key); in UpdateReference()
Dfpdf_transformpage.cpp162 CPDF_Object* pObj = pPattenDict->GetNextElement(pos, key); in FPDFPage_TransFormWithClip()
Dfpdf_flatten.cpp468 CPDF_Object* pFirstObj = pAPDic->GetNextElement(pos, sKey); in FPDFPage_Flatten()
Dfpdfview.cpp850 pDestObj = pDest->GetNextElement(pos, bsName); in FPDF_GetNamedDest()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_utility.cpp404 CPDF_Object* pValue = p->GetNextElement(pos, key); in operator <<()
Dfpdf_parser_objects.cpp582 CPDF_Object* CPDF_Dictionary::GetNextElement(FX_POSITION& pos, CFX_ByteString& key) const in GetNextElement() function in CPDF_Dictionary
Dfpdf_parser_parser.cpp868 … CPDF_Object* pObj = pTrailer->GetNextElement(pos, key); in RebuildCrossRef()
3063 value = pDict->GetNextElement(pos, key); in IsObjectsAvail()
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_create.cpp116 CPDF_Object* pValue = p->GetNextElement(pos, key); in PDF_CreatorAppendObject()
185 CPDF_Object* pValue = p->GetNextElement(pos, key); in PDF_CreatorWriteTrailer()
1212 CPDF_Object* pValue = p->GetNextElement(pos, key); in WriteDirectObj()
1784 CPDF_Object* pValue = p->GetNextElement(pos, key); in WriteDoc_Stage4()
/external/pdfium/core/include/fpdfapi/
Dfpdf_objects.h445 CPDF_Object* GetNextElement(FX_POSITION& pos, CFX_ByteString& key) const;
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser.cpp460 CPDF_Object* value = pDict->GetNextElement(pos, key); in _PDF_ReplaceAbbr()
518 CPDF_Object* value = pDict->GetNextElement(pos, key); in _PDF_ReplaceFull()
Dfpdf_page_graph_state.cpp486 CPDF_Object* pElement = pGS->GetNextElement(pos, key_str); in ProcessExtGS()
Dfpdf_page_colors.cpp1120 CPDF_Object *pValue = pDict->GetNextElement(pos, bsKey); in Load()
/external/pdfium/fpdfsdk/src/javascript/
DDocument.cpp896 CPDF_Object* pValueObj = pDictionary->GetNextElement(pos, bsKey); in info()