Home
last modified time | relevance | path

Searched refs:CommitKey (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_eventpseudomodel.cpp66 Property(pValue, XFA_Event::CommitKey, bSetting); in commitKey()
209 case XFA_Event::CommitKey: in Property()
Dcjx_eventpseudomodel.h18 CommitKey, enumerator
/external/pdfium/fxjs/
Dcjs_eventhandler.h149 int CommitKey() const;
Dcjs_event.cpp84 return CJS_Return(pRuntime->NewNumber(pEvent->CommitKey())); in get_commit_key()
Dcjs_eventhandler.cpp422 int CJS_EventHandler::CommitKey() const { in CommitKey() function in CJS_EventHandler