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

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_action.cpp38 CFX_ByteString csType = m_pDict->GetString("S"); local
39 if (!csType.IsEmpty()) {
42 if (csType == g_sATypes[i]) {
101 CFX_ByteString csType = pDict->GetString("S"); local
103 if (csType == "Hide") {
131 CFX_ByteString csType = pDict->GetString("S"); local
133 if (csType == "Hide") {
164 CFX_ByteString csType = pDict->GetString("S"); local
166 if (csType == "Hide") {
212 CFX_ByteString csType local
225 CFX_ByteString csType = m_pDict->GetString("S"); local
[all...]
H A Ddoc_ocg.cpp290 CFX_ByteString csType = pOCGDict->GetString(FX_BSTRC("Type"), FX_BSTRC("OCG")); local
291 if (csType == FX_BSTRC("OCG")) {
H A Ddoc_form.cpp314 CFX_ByteString CPDF_InterForm::GenerateNewResourceName(const CPDF_Dictionary* pResDict, FX_LPCSTR csType, int iMinLen, FX_LPCSTR csPrefix) argument
317 CFX_ByteString csBType = csType;
347 CPDF_Dictionary* pDict = pResDict->GetDict(csType);
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h828 static CFX_ByteString GenerateNewResourceName(const CPDF_Dictionary* pResDict, FX_LPCSTR csType, int iMinLen = 2, FX_LPCSTR csPrefix = "");

Completed in 79 milliseconds