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

  /external/pdfium/fpdfsdk/javascript/
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...]
resource.h 12 class CJS_EventContext;
cjs_runtime.h 23 class CJS_EventContext;
43 CJS_EventContext* GetCurrentEventContext() const;
64 std::vector<std::unique_ptr<CJS_EventContext>> m_EventContextArray;
JS_Object.h 17 class CJS_EventContext;
cjs_runtime.cpp 151 std::unique_ptr<CJS_EventContext>(new CJS_EventContext(this)));
157 pdfium::FakeUniquePtr<CJS_EventContext>(
158 static_cast<CJS_EventContext*>(pContext)));
163 CJS_EventContext* CJS_Runtime::GetCurrentEventContext() const {
JS_EventHandler.h 14 class CJS_EventContext;
63 explicit CJS_EventHandler(CJS_EventContext* pContext);
168 CJS_EventContext* const m_pJSEventContext; // Not Owned.
cjs_event_context.h 20 class CJS_EventContext : public IJS_EventContext {
22 explicit CJS_EventContext(CJS_Runtime* pRuntime);
23 ~CJS_EventContext() override;
PublicMethods.cpp 85 void AlertIfPossible(CJS_EventContext* pContext, const FX_WCHAR* swMsg) {
907 CJS_EventContext* pContext = pRuntime->GetCurrentEventContext();
1108 CJS_EventContext* pContext = pRuntime->GetCurrentEventContext();
    [all...]
JS_EventHandler.cpp 17 CJS_EventHandler::CJS_EventHandler(CJS_EventContext* pContext)

Completed in 721 milliseconds