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

/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Context.h36 void OnPage_OutView(CPDFSDK_Document* pTarget) override;
H A DJS_Context.cpp117 void CJS_Context::OnPage_OutView(CPDFSDK_Document* pTarget) { function in class:CJS_Context
118 m_pEventHandler->OnPage_OutView(pTarget);
H A DJS_EventHandler.h78 void OnPage_OutView(CPDFSDK_Document* pTarget);
H A DJS_Runtime_Stub.cpp34 void OnPage_OutView(CPDFSDK_Document* pTarget) override {}
H A DJS_EventHandler.cpp104 void CJS_EventHandler::OnPage_OutView(CPDFSDK_Document* pDoc) { function in class:CJS_EventHandler
/external/pdfium/fpdfsdk/include/javascript/
H A DIJavaScript.h42 virtual void OnPage_OutView(CPDFSDK_Document* pTarget) = 0;
/external/pdfium/fpdfsdk/src/
H A Dfsdk_actionhandler.cpp580 pContext->OnPage_OutView(pDocument);

Completed in 34 milliseconds