Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_action.cpp38 CFX_ByteString csType = m_pDict->GetString("S"); in GetType() local
39 if (!csType.IsEmpty()) { in GetType()
42 if (csType == g_sATypes[i]) { in GetType()
98 CFX_ByteString csType = pDict->GetString("S"); in GetFieldsCount() local
100 if (csType == "Hide") { in GetFieldsCount()
125 CFX_ByteString csType = pDict->GetString("S"); in GetAllFields() local
127 if (csType == "Hide") in GetAllFields()
156 CFX_ByteString csType = pDict->GetString("S"); in GetField() local
158 if (csType == "Hide") { in GetField()
188 CFX_ByteString csType = m_pDict->GetString("S"); in GetAnnot() local
[all …]
Ddoc_ocg.cpp274 CFX_ByteString csType = pOCGDict->GetString("Type", "OCG"); in CheckOCGVisible() local
275 if (csType == "OCG") { in CheckOCGVisible()
Ddoc_form.cpp270 const FX_CHAR* csType, in GenerateNewResourceName() argument
274 CFX_ByteString csBType = csType; in GenerateNewResourceName()
304 CPDF_Dictionary* pDict = pResDict->GetDict(csType); in GenerateNewResourceName()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h536 const FX_CHAR* csType,