Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_eventhandler.h164 bool WillCommit() const;
Dcjs_publicmethods.cpp987 if (pEvent->WillCommit()) { in AFNumber_Keystroke()
1230 if (pEvent->WillCommit()) { in AFDate_KeystrokeEx()
1408 if (pEvent->WillCommit()) { in AFSpecial_KeystrokeEx()
1519 if (pEventHandler->WillCommit()) in AFMergeChange()
Dcjs_event.cpp301 return CJS_Return(pRuntime->NewBoolean(pEvent->WillCommit())); in get_will_commit()
Dcjs_eventhandler.cpp648 bool CJS_EventHandler::WillCommit() const { in WillCommit() function in CJS_EventHandler