Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.cpp387 if (m_pInfo && m_pInfo->FFI_DoURIAction) in DoURIAction()
388 m_pInfo->FFI_DoURIAction(m_pInfo, bsURI); in DoURIAction()
/external/pdfium/public/
Dfpdf_formfill.h677 void (*FFI_DoURIAction)(struct _FPDF_FORMFILLINFO* pThis, member
/external/pdfium/testing/
Dembedder_test.cpp258 formfillinfo->FFI_DoURIAction = DoURIActionTrampoline; in SetupFormFillEnvironment()