Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_app.h159 bool m_bRuntimeHighLight = false; variable
Dcjs_app.cpp469 return CJS_Result::Success(pRuntime->NewBoolean(m_bRuntimeHighLight)); in get_runtime_highlight()
474 m_bRuntimeHighLight = pRuntime->ToBoolean(vp); in set_runtime_highlight()