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

  /external/pdfium/fxjs/
cjs_eventhandler.cpp 7 #include "fxjs/cjs_eventhandler.h"
17 CJS_EventHandler::CJS_EventHandler(CJS_EventContext* pContext)
39 CJS_EventHandler::~CJS_EventHandler() {}
41 void CJS_EventHandler::OnApp_Init() {
45 void CJS_EventHandler::OnDoc_Open(CPDFSDK_FormFillEnvironment* pFormFillEnv,
52 void CJS_EventHandler::OnDoc_WillPrint(
58 void CJS_EventHandler::OnDoc_DidPrint(
64 void CJS_EventHandler::OnDoc_WillSave
    [all...]
cjs_event.cpp 11 #include "fxjs/cjs_eventhandler.h"
52 CJS_EventHandler* pEvent =
58 CJS_EventHandler* pEvent =
69 CJS_EventHandler* pEvent =
81 CJS_EventHandler* pEvent =
93 CJS_EventHandler* pEvent =
108 CJS_EventHandler* pEvent =
118 CJS_EventHandler* pEvent =
128 CJS_EventHandler* pEvent =
138 CJS_EventHandler* pEvent
    [all...]
cjs_event_context.h 17 class CJS_EventHandler;
126 CJS_EventHandler* GetEventHandler() const { return m_pEventHandler.get(); }
132 std::unique_ptr<CJS_EventHandler> m_pEventHandler;
cjs_eventhandler.h 62 class CJS_EventHandler {
64 explicit CJS_EventHandler(CJS_EventContext* pContext);
65 virtual ~CJS_EventHandler();
cjs_publicmethods.cpp 25 #include "fxjs/cjs_eventhandler.h"
107 WideString CalcMergedString(const CJS_EventHandler* event,
872 CJS_EventHandler* pEvent =
979 CJS_EventHandler* pEvent = pContext->GetEventHandler();
1067 CJS_EventHandler* pEvent =
    [all...]
cjs_event_context.cpp 11 #include "fxjs/cjs_eventhandler.h"
17 m_pEventHandler(new CJS_EventHandler(this)),

Completed in 209 milliseconds