Home
last modified time | relevance | path

Searched defs:csType (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_action.cpp39 CFX_ByteString csType = m_pDict->GetString("S"); in GetType() local
102 CFX_ByteString csType = pDict->GetString("S"); in GetFieldsCount() local
132 CFX_ByteString csType = pDict->GetString("S"); in GetAllFields() local
165 CFX_ByteString csType = pDict->GetString("S"); in GetField() local
213 CFX_ByteString csType = m_pDict->GetString("S"); in GetAnnot() local
226 CFX_ByteString csType = m_pDict->GetString("S"); in GetOperationType() local
Ddoc_ocg.cpp290 CFX_ByteString csType = pOCGDict->GetString(FX_BSTRC("Type"), FX_BSTRC("OCG")); in CheckOCGVisible() local
Ddoc_form.cpp292 …InterForm::GenerateNewResourceName(const CPDF_Dictionary* pResDict, FX_LPCSTR csType, int iMinLen,… in GenerateNewResourceName()