Searched refs:bIgnoreRoot (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_object_imp.cpp935 FX_BOOL bIgnoreRoot = TRUE; local
946 bIgnoreRoot = pArguments->GetInt32(1) == 0 ? FALSE : TRUE;
962 if (bIgnoreRoot && (pXMLNode->GetType() != FDE_XMLNODE_Element ||
964 bIgnoreRoot = FALSE;
981 if (bIgnoreRoot) {

Completed in 42 milliseconds