Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_occontext.cpp27 const CFX_ByteStringC& csElement, in HasIntent() argument
31 return csElement == csDef; in HasIntent()
37 if (bsIntent == "All" || bsIntent == csElement) in HasIntent()
43 return bsIntent == "All" || bsIntent == csElement; in HasIntent()