Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp5505 bool* bAttribute) { in ParseResolveResult() argument
5506 ASSERT(bAttribute); in ParseResolveResult()
5514 *bAttribute = false; in ParseResolveResult()
5524 *bAttribute = true; in ParseResolveResult()
5534 *bAttribute = false; in ParseResolveResult()
5537 if (!*bAttribute) in ParseResolveResult()
5769 bool bAttribute = false; in DotAccessorCommon() local
5776 &resolveValues[i - 2], &bAttribute); in DotAccessorCommon()
5792 if (bAttribute) in DotAccessorCommon()
5829 bool bAttribute = false; in DotAccessorCommon() local
[all …]
Dcfxjse_formcalc_context.h372 bool* bAttribute);