Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_ocg.cpp25 const CFX_ByteStringC& csElement, in FPDFDOC_OCG_HasIntent() argument
29 return csElement == csDef; in FPDFDOC_OCG_HasIntent()
36 if (bsIntent == "All" || bsIntent == csElement) in FPDFDOC_OCG_HasIntent()
42 return bsIntent == "All" || bsIntent == csElement; in FPDFDOC_OCG_HasIntent()