HomeSort by relevance Sort by last modified time
    Searched defs:CJS_EventContext (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/javascript/
cjs_event_context.h 20 class CJS_EventContext : public IJS_EventContext {
22 explicit CJS_EventContext(CJS_Runtime* pRuntime);
23 ~CJS_EventContext() override;
cjs_event_context.cpp 13 CJS_EventContext::CJS_EventContext(CJS_Runtime* pRuntime)
20 CJS_EventContext::~CJS_EventContext() {}
22 CPDFSDK_FormFillEnvironment* CJS_EventContext::GetFormFillEnv() {
26 bool CJS_EventContext::RunScript(const CFX_WideString& script,
64 void CJS_EventContext::OnApp_Init() {
68 void CJS_EventContext::OnDoc_Open(CPDFSDK_FormFillEnvironment* pFormFillEnv,
73 void CJS_EventContext::OnDoc_WillPrint(
78 void CJS_EventContext::OnDoc_DidPrint
    [all...]

Completed in 55 milliseconds