HomeSort by relevance Sort by last modified time
    Searched refs:csType (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fpdfdoc/
doc_action.cpp 38 CFX_ByteString csType = m_pDict->GetString("S");
39 if (!csType.IsEmpty()) {
42 if (csType == g_sATypes[i]) {
98 CFX_ByteString csType = pDict->GetString("S");
100 if (csType == "Hide") {
125 CFX_ByteString csType = pDict->GetString("S");
127 if (csType == "Hide")
156 CFX_ByteString csType = pDict->GetString("S");
158 if (csType == "Hide") {
188 CFX_ByteString csType = m_pDict->GetString("S")
    [all...]
doc_ocg.cpp 274 CFX_ByteString csType = pOCGDict->GetString("Type", "OCG");
275 if (csType == "OCG") {
doc_form.cpp 270 const FX_CHAR* csType,
274 CFX_ByteString csBType = csType;
304 CPDF_Dictionary* pDict = pResDict->GetDict(csType);
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 536 const FX_CHAR* csType,

Completed in 3081 milliseconds