Searched defs:csType (Results 1 - 3 of 3) 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]) {
98 CFX_ByteString csType = pDict->GetString("S"); local
100 if (csType == "Hide") {
125 CFX_ByteString csType = pDict->GetString("S");
127 if (csType == "Hide")
156 CFX_ByteString csType = pDict->GetString("S"); local
158 if (csType == "Hide") {
188 CFX_ByteString csType local
201 CFX_ByteString csType = m_pDict->GetString("S"); local
[all...]
H A Ddoc_ocg.cpp274 CFX_ByteString csType = pOCGDict->GetString("Type", "OCG"); local
275 if (csType == "OCG") {
H A Ddoc_form.cpp270 const FX_CHAR* csType,
274 CFX_ByteString csBType = csType;
304 CPDF_Dictionary* pDict = pResDict->GetDict(csType);
268 GenerateNewResourceName( const CPDF_Dictionary* pResDict, const FX_CHAR* csType, int iMinLen, const FX_CHAR* csPrefix) argument

Completed in 102 milliseconds