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

/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Context.cpp335 void CJS_Context::OnLink_MouseUp(CPDFSDK_Document* pTarget) function in class:CJS_Context
338 m_pEventHandler->OnLink_MouseUp(pTarget);
H A DJS_EventHandler.cpp348 void CJS_EventHandler::OnLink_MouseUp(CPDFSDK_Document* pTarget) function in class:CJS_EventHandler
/external/pdfium/fpdfsdk/include/javascript/
H A DIJavaScript.h59 virtual void OnLink_MouseUp(CPDFSDK_Document* pTarget) = 0;
H A DJS_Context.h66 virtual void OnLink_MouseUp(CPDFSDK_Document* pTarget);
H A DJS_EventHandler.h103 void OnLink_MouseUp(CPDFSDK_Document* pTarget);
/external/pdfium/fpdfsdk/src/
H A Dfsdk_actionhandler.cpp201 pContext->OnLink_MouseUp(pDocument);

Completed in 154 milliseconds