Home
last modified time | relevance | path

Searched refs:HasMKEntry (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_apsettings.h23 bool HasMKEntry(const CFX_ByteString& csEntry) const;
Dcpdf_formcontrol.cpp206 bool CPDF_FormControl::HasMKEntry(const CFX_ByteString& csEntry) const { in HasMKEntry() function in CPDF_FormControl
207 return GetMK().HasMKEntry(csEntry); in HasMKEntry()
Dcpdf_formcontrol.h70 bool HasMKEntry(const CFX_ByteString& csEntry) const;
Dcpdf_apsettings.cpp17 bool CPDF_ApSettings::HasMKEntry(const CFX_ByteString& csEntry) const { in HasMKEntry() function in CPDF_ApSettings
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp947 if (pControl->HasMKEntry("CA"))
950 if (pControl->HasMKEntry("RC"))
953 if (pControl->HasMKEntry("AC"))
960 if (pControl->HasMKEntry("I"))
963 if (pControl->HasMKEntry("RI"))
966 if (pControl->HasMKEntry("IX"))