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 39 CFX_ByteString csType = m_pDict->GetString("S");
40 if (!csType.IsEmpty()) {
43 if (csType == g_sATypes[i]) {
102 CFX_ByteString csType = pDict->GetString("S");
104 if (csType == "Hide") {
132 CFX_ByteString csType = pDict->GetString("S");
134 if (csType == "Hide") {
165 CFX_ByteString csType = pDict->GetString("S");
167 if (csType == "Hide") {
213 CFX_ByteString csType = m_pDict->GetString("S")
    [all...]

Completed in 589 milliseconds