Searched refs:CJS_EventHandler (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/tools/lsan/
H A Dlsan_suppressions.txt19 leak:*CJS_EventHandler*OnField*
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_EventHandler.cpp18 /* ---------------------------- CJS_EventHandler ---------------------------- */
20 CJS_EventHandler::CJS_EventHandler(CJS_Context* pContext) function in class:CJS_EventHandler
43 CJS_EventHandler::~CJS_EventHandler() {}
45 void CJS_EventHandler::OnApp_Init() {
49 void CJS_EventHandler::OnDoc_Open(CPDFSDK_Document* pDoc,
57 void CJS_EventHandler::OnDoc_WillPrint(CPDFSDK_Document* pDoc) {
63 void CJS_EventHandler::OnDoc_DidPrint(CPDFSDK_Document* pDoc) {
69 void CJS_EventHandler
[all...]
H A Devent.cpp59 CJS_EventHandler* pEvent = pContext->GetEventHandler();
77 CJS_EventHandler* pEvent = pContext->GetEventHandler();
90 CJS_EventHandler* pEvent = pContext->GetEventHandler();
100 CJS_EventHandler* pEvent = pContext->GetEventHandler();
120 CJS_EventHandler* pEvent = pContext->GetEventHandler();
136 CJS_EventHandler* pEvent = pContext->GetEventHandler();
152 CJS_EventHandler* pEvent = pContext->GetEventHandler();
160 CJS_EventHandler* pEvent = pContext->GetEventHandler();
208 CJS_EventHandler* pEvent = pContext->GetEventHandler();
227 CJS_EventHandler* pEven
[all...]
H A DJS_Context.h14 class CJS_EventHandler;
127 CJS_EventHandler* GetEventHandler() const { return m_pEventHandler; }
132 CJS_EventHandler* m_pEventHandler;
H A DJS_EventHandler.h61 class CJS_EventHandler { class
63 CJS_EventHandler(CJS_Context* pContext);
64 virtual ~CJS_EventHandler();
H A DPublicMethods.cpp917 CJS_EventHandler* pEvent = pContext->GetEventHandler();
1090 CJS_EventHandler* pEvent = pContext->GetEventHandler();
1209 CJS_EventHandler* pEvent = pContext->GetEventHandler();
1309 CJS_EventHandler* pEvent = pContext->GetEventHandler();
1423 CJS_EventHandler* pEvent = pContext->GetEventHandler();
1603 CJS_EventHandler* pEvent = pContext->GetEventHandler();
1643 CJS_EventHandler* pEvent = pContext->GetEventHandler();
1739 CJS_EventHandler* pEvent = pContext->GetEventHandler();
1784 CJS_EventHandler* pEventHandler = pContext->GetEventHandler();
1984 CJS_EventHandler* pEven
[all...]
H A DJS_Context.cpp18 m_pEventHandler = new CJS_EventHandler(this);

Completed in 192 milliseconds