Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_actionfields.cpp26 ByteString csType = pDict->GetStringFor("S"); in GetFieldsCount() local
28 if (csType == "Hide") in GetFieldsCount()
53 ByteString csType = pDict->GetStringFor("S"); in GetAllFields() local
55 if (csType == "Hide") in GetAllFields()
83 ByteString csType = pDict->GetStringFor("S"); in GetField() local
85 if (csType == "Hide") in GetField()
Dcpdf_action.cpp55 ByteString csType = m_pDict->GetStringFor("S"); in GetType() local
56 if (csType.IsEmpty()) in GetType()
60 if (csType == g_sATypes[i]) in GetType()
Dcpdf_occontext.cpp282 ByteString csType = pOCGDict->GetStringFor("Type", "OCG"); in CheckOCGVisible() local
283 if (csType == "OCG") in CheckOCGVisible()
Dcpdf_interform.h43 const char* csType,
Dcpdf_interform.cpp659 const char* csType, in GenerateNewResourceName() argument
663 ByteString csBType = csType; in GenerateNewResourceName()
691 CPDF_Dictionary* pDict = pResDict->GetDictFor(csType); in GenerateNewResourceName()