Home
last modified time | relevance | path

Searched refs:OnPage_Open (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
DJS_Context.cpp105 void CJS_Context::OnPage_Open(CPDFSDK_Document* pTarget) { in OnPage_Open() function in CJS_Context
106 m_pEventHandler->OnPage_Open(pTarget); in OnPage_Open()
DJS_Context.h33 void OnPage_Open(CPDFSDK_Document* pTarget) override;
DJS_Runtime_Stub.cpp31 void OnPage_Open(CPDFSDK_Document* pTarget) override {} in OnPage_Open() function in CJS_ContextStub
DJS_EventHandler.h75 void OnPage_Open(CPDFSDK_Document* pDoc);
DJS_EventHandler.cpp86 void CJS_EventHandler::OnPage_Open(CPDFSDK_Document* pDoc) { in OnPage_Open() function in CJS_EventHandler
/external/pdfium/fpdfsdk/include/javascript/
DIJavaScript.h39 virtual void OnPage_Open(CPDFSDK_Document* pTarget) = 0;
/external/pdfium/fpdfsdk/src/
Dfsdk_actionhandler.cpp556 pContext->OnPage_Open(pDocument); in RunDocumentPageJavaScript()