Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_occontext.cpp28 ByteStringView csElement, in HasIntent() argument
32 return csElement == csDef; in HasIntent()
38 if (bsIntent == "All" || bsIntent == csElement) in HasIntent()
44 return bsIntent == "All" || bsIntent == csElement; in HasIntent()