Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_eventpseudomodel.h18 CommitKey, enumerator
Dcjx_eventpseudomodel.cpp77 Property(pValue, XFA_Event::CommitKey, bSetting); in commitKey()
225 case XFA_Event::CommitKey: in Property()
/external/pdfium/fxjs/
Dcjs_eventrecorder.h147 int CommitKey() const { return m_nCommitKey; } in CommitKey() function
Dcjs_event.cpp91 return CJS_Result::Success(pRuntime->NewNumber(pEvent->CommitKey())); in get_commit_key()
/external/pdfium/xfa/fxfa/parser/
Dattributes.inc249 ATTR____(0xc32a5812u, "commitKey", CommitKey, Basic)
Delement_attributes.inc509 ELEM_ATTR____(EventPseudoModel, CommitKey, CJX_EventPseudoModel::commitKey)