Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_actionfields.cpp21 CFX_ByteString csType = pDict->GetStringFor("S"); in GetFieldsCount() local
23 if (csType == "Hide") in GetFieldsCount()
48 CFX_ByteString csType = pDict->GetStringFor("S"); in GetAllFields() local
50 if (csType == "Hide") in GetAllFields()
78 CFX_ByteString csType = pDict->GetStringFor("S"); in GetField() local
80 if (csType == "Hide") in GetField()
Dcpdf_action.cpp49 CFX_ByteString csType = m_pDict->GetStringFor("S"); in GetType() local
50 if (csType.IsEmpty()) in GetType()
54 if (csType == g_sATypes[i]) in GetType()
Dcpdf_occontext.cpp275 CFX_ByteString csType = pOCGDict->GetStringFor("Type", "OCG"); in CheckOCGVisible() local
276 if (csType == "OCG") in CheckOCGVisible()
Dcpdf_interform.h42 const FX_CHAR* csType,
Dcpdf_interform.cpp690 const FX_CHAR* csType, in GenerateNewResourceName() argument
694 CFX_ByteString csBType = csType; in GenerateNewResourceName()
722 CPDF_Dictionary* pDict = pResDict->GetDictFor(csType); in GenerateNewResourceName()