Home
last modified time | relevance | path

Searched refs:FFI_GotoURL (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h265 void FFI_GotoURL(FPDF_DOCUMENT document, in FFI_GotoURL() function
268 if (m_pInfo && m_pInfo->FFI_GotoURL) { in FFI_GotoURL()
271 m_pInfo->FFI_GotoURL(m_pInfo, document, pTo); in FFI_GotoURL()
/external/pdfium/public/
Dfpdf_formfill.h789 void (*FFI_GotoURL)(struct _FPDF_FORMFILLINFO* pThis, member
/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_doc.cpp708 pEnv->FFI_GotoURL(this, str, bAppend); in GotoURL()