Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.cpp207 !m_pInfo->m_pJsPlatform->app_beep) { in JS_appBeep()
210 m_pInfo->m_pJsPlatform->app_beep(m_pInfo->m_pJsPlatform, nType); in JS_appBeep()
/external/pdfium/public/
Dfpdf_formfill.h99 void (*app_beep)(struct _IPDF_JsPlatform* pThis, int nType); member
/external/pdfium/samples/
Dpdfium_test.cc893 platform_callbacks.app_beep = ExampleAppBeep; in RenderPdf()