• Home
  • Raw
  • Download

Lines Matching refs:CJS_EventContext

20 CJS_EventContext::CJS_EventContext(CJS_Runtime* pRuntime)  in CJS_EventContext()  function in CJS_EventContext
23 CJS_EventContext::~CJS_EventContext() = default;
25 std::optional<IJS_Runtime::JS_Error> CJS_EventContext::RunScript( in RunScript()
56 CJS_Field* CJS_EventContext::SourceField() { in SourceField()
78 CJS_Field* CJS_EventContext::TargetField() { in TargetField()
100 void CJS_EventContext::OnDoc_Open(const WideString& strTargetName) { in OnDoc_Open()
105 void CJS_EventContext::OnDoc_WillPrint() { in OnDoc_WillPrint()
109 void CJS_EventContext::OnDoc_DidPrint() { in OnDoc_DidPrint()
113 void CJS_EventContext::OnDoc_WillSave() { in OnDoc_WillSave()
117 void CJS_EventContext::OnDoc_DidSave() { in OnDoc_DidSave()
121 void CJS_EventContext::OnDoc_WillClose() { in OnDoc_WillClose()
125 void CJS_EventContext::OnPage_Open() { in OnPage_Open()
129 void CJS_EventContext::OnPage_Close() { in OnPage_Close()
133 void CJS_EventContext::OnPage_InView() { in OnPage_InView()
137 void CJS_EventContext::OnPage_OutView() { in OnPage_OutView()
141 void CJS_EventContext::OnField_MouseEnter(bool bModifier, in OnField_MouseEnter()
150 void CJS_EventContext::OnField_MouseExit(bool bModifier, in OnField_MouseExit()
159 void CJS_EventContext::OnField_MouseDown(bool bModifier, in OnField_MouseDown()
168 void CJS_EventContext::OnField_MouseUp(bool bModifier, in OnField_MouseUp()
177 void CJS_EventContext::OnField_Focus(bool bModifier, in OnField_Focus()
189 void CJS_EventContext::OnField_Blur(bool bModifier, in OnField_Blur()
201 void CJS_EventContext::OnField_Keystroke(WideString* strChange, in OnField_Keystroke()
234 void CJS_EventContext::OnField_Validate(WideString* strChange, in OnField_Validate()
255 void CJS_EventContext::OnField_Calculate(CPDF_FormField* pSource, in OnField_Calculate()
269 void CJS_EventContext::OnField_Format(CPDF_FormField* pTarget, in OnField_Format()
279 void CJS_EventContext::OnExternal_Exec() { in OnExternal_Exec()
283 void CJS_EventContext::Initialize(Kind kind) { in Initialize()
306 void CJS_EventContext::Destroy() { in Destroy()
310 bool CJS_EventContext::IsUserGesture() const { in IsUserGesture()
321 WideString& CJS_EventContext::Change() { in Change()
325 ByteStringView CJS_EventContext::Name() const { in Name()
374 ByteStringView CJS_EventContext::Type() const { in Type()
406 bool& CJS_EventContext::Rc() { in Rc()
410 int CJS_EventContext::SelEnd() const { in SelEnd()
414 int CJS_EventContext::SelStart() const { in SelStart()
418 void CJS_EventContext::SetSelEnd(int value) { in SetSelEnd()
423 void CJS_EventContext::SetSelStart(int value) { in SetSelStart()