Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DField.cpp579 bool bVP; in buttonFitBounds() local
580 vp >> bVP; in buttonFitBounds()
583 AddDelay_Bool(FP_BUTTONFITBOUNDS, bVP); in buttonFitBounds()
586 bVP); in buttonFitBounds()
856 bool bVP; in comb() local
857 vp >> bVP; in comb()
860 AddDelay_Bool(FP_COMB, bVP); in comb()
862 Field::SetComb(m_pDocument, m_FieldName, m_nFormControlIndex, bVP); in comb()
898 bool bVP; in commitOnSelChange() local
899 vp >> bVP; in commitOnSelChange()
[all …]
Dapp.cpp149 bool bVP; in calculate() local
150 vp >> bVP; in calculate()
151 m_bCalculate = (FX_BOOL)bVP; in calculate()