Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp3201 FX_BOOL bCondition = FXJSE_Value_ToBoolean(argCondition); in If() local
3203 bCondition ? argFirstValue : argSecondValue); in If()