Searched defs:csElement (Results 1 - 1 of 1) sorted by relevance

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

Completed in 72 milliseconds