Searched refs:OnPage_Open (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Context.cpp178 void CJS_Context::OnPage_Open(CPDFSDK_Document* pTarget) function in class:CJS_Context
181 m_pEventHandler->OnPage_Open(pTarget);
H A DJS_EventHandler.cpp97 void CJS_EventHandler::OnPage_Open(CPDFSDK_Document* pDoc) function in class:CJS_EventHandler
/external/pdfium/fpdfsdk/include/javascript/
H A DIJavaScript.h26 virtual void OnPage_Open(CPDFSDK_Document* pTarget) = 0;
H A DJS_Context.h33 virtual void OnPage_Open(CPDFSDK_Document* pTarget);
H A DJS_EventHandler.h70 void OnPage_Open(CPDFSDK_Document* pDoc);
/external/pdfium/fpdfsdk/src/
H A Dfsdk_actionhandler.cpp737 pContext->OnPage_Open(pDocument);

Completed in 53 milliseconds