Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_iconfit.cpp47 return m_pDict ? m_pDict->GetBooleanFor("FB") : false; in GetFittingBounds()
Dcpdf_action.h48 bool GetHideStatus() const { return m_pDict->GetBooleanFor("H", true); } in GetHideStatus()
Dcpdf_annotlist.cpp75 bool bRegenerateAP = pAcroForm && pAcroForm->GetBooleanFor("NeedAppearances"); in CPDF_AnnotList()
Dcpdf_annot.cpp82 m_bHasGeneratedAP = m_pAnnotDict->GetBooleanFor(kPDFiumKey_HasGeneratedAP); in Init()
Dcpdf_interform.cpp938 return m_pFormDict && m_pFormDict->GetBooleanFor("NeedAppearances"); in NeedConstructAP()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_dictionary.h50 bool GetBooleanFor(const CFX_ByteString& key, bool bDefault = false) const;
Dcpdf_dictionary.cpp123 bool CPDF_Dictionary::GetBooleanFor(const CFX_ByteString& key, in GetBooleanFor() function in CPDF_Dictionary
Dcpdf_security_handler.cpp520 return m_pEncryptDict->GetBooleanFor("EncryptMetadata", true); in IsMetadataEncrypted()
552 pEncryptDict->GetBooleanFor("EncryptMetadata", true), in OnCreate()
/external/pdfium/fpdfsdk/
Dfpdfview.cpp533 bool bDynamicXFA = pRoot->GetBooleanFor("NeedsRendering", false); in FPDF_HasXFAField()