Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_app.cpp88 : CJS_EmbedObj(pJSObject), m_bCalculate(true), m_bRuntimeHighLight(false) {} in app()
478 return CJS_Return(pRuntime->NewBoolean(m_bRuntimeHighLight)); in get_runtime_highlight()
483 m_bRuntimeHighLight = pRuntime->ToBoolean(vp); in set_runtime_highlight()
Dcjs_app.h117 bool m_bRuntimeHighLight; variable