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

  /external/pdfium/core/src/fpdfdoc/
doc_ocg.cpp 290 CFX_ByteString csType = pOCGDict->GetString(FX_BSTRC("Type"), FX_BSTRC("OCG"));
291 if (csType == FX_BSTRC("OCG")) {
doc_action.cpp 38 CFX_ByteString csType = m_pDict->GetString("S");
39 if (!csType.IsEmpty()) {
42 if (csType == g_sATypes[i]) {
101 CFX_ByteString csType = pDict->GetString("S");
103 if (csType == "Hide") {
131 CFX_ByteString csType = pDict->GetString("S");
133 if (csType == "Hide") {
164 CFX_ByteString csType = pDict->GetString("S");
166 if (csType == "Hide") {
212 CFX_ByteString csType = m_pDict->GetString("S");
    [all...]

Completed in 60 milliseconds