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

/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_node.cpp1276 bool bHas = false; local
1281 bHas = HasAttribute(pAttributeInfo->eName);
1282 if (!bHas) {
1284 bHas = !!GetProperty(iIndex, eType);
1285 if (!bHas && bParent && m_pParent) {
1287 bHas = m_pParent->HasAttribute(pAttributeInfo->eName);
1288 if (!bHas)
1289 bHas = !!m_pParent->GetProperty(iIndex, eType);
1294 pValue->SetBoolean(bHas);

Completed in 59 milliseconds