Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_dictionary.h95 void ReplaceKey(const ByteString& oldkey, const ByteString& newkey);
Dcpdf_dictionary.cpp207 void CPDF_Dictionary::ReplaceKey(const ByteString& oldkey, in ReplaceKey() function in CPDF_Dictionary
/external/pdfium/core/fpdfdoc/
Dcpdf_formcontrol.cpp91 pSubDict->ReplaceKey(csKey2, csValue); in SetOnStateName()
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.cpp209 pDict->ReplaceKey(op.key, ByteString(op.replacement)); in ReplaceAbbr()