Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_app.cpp88 : CJS_EmbedObj(pJSObject), m_bCalculate(true), m_bRuntimeHighLight(false) {} in app()
114 return CJS_Return(pRuntime->NewBoolean(m_bCalculate)); in get_calculate()
118 m_bCalculate = pRuntime->ToBoolean(vp); in set_calculate()
119 pRuntime->GetFormFillEnv()->GetInterForm()->EnableCalculate(m_bCalculate); in set_calculate()
Dcjs_app.h116 bool m_bCalculate; variable
/external/pdfium/fpdfsdk/
Dcpdfsdk_interform.cpp87 m_bCalculate(true), in CPDFSDK_InterForm()
201 m_bCalculate = bEnabled; in EnableCalculate()
205 return m_bCalculate; in IsCalculateEnabled()
Dcpdfsdk_interform.h132 bool m_bCalculate; variable