Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_eventrecorder.h161 bool WillCommit() const { return m_bWillCommit; } in WillCommit() function
Dcjs_publicmethods.cpp705 if (pEvent->WillCommit()) { in AFNumber_Keystroke()
958 if (!pEvent->WillCommit()) in AFDate_KeystrokeEx()
1099 if (pEvent->WillCommit()) { in AFSpecial_KeystrokeEx()
1213 if (pEventRecorder->WillCommit()) in AFMergeChange()
Dcjs_event.cpp317 return CJS_Result::Success(pRuntime->NewBoolean(pEvent->WillCommit())); in get_will_commit()