Home
last modified time | relevance | path

Searched refs:csElement (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_ocg.cpp28 static FX_BOOL FPDFDOC_OCG_HasIntent(const CPDF_Dictionary *pDict, FX_BSTR csElement, FX_BSTR csDef… in FPDFDOC_OCG_HasIntent() argument
33 return csElement == csDef; in FPDFDOC_OCG_HasIntent()
40 if (bsIntent == FX_BSTRC("All") || bsIntent == csElement) { in FPDFDOC_OCG_HasIntent()
47 return bsIntent == FX_BSTRC("All") || bsIntent == csElement; in FPDFDOC_OCG_HasIntent()