OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FSDK_UnSupport_Handler
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/public/
fpdf_ext.h
40
* Method:
FSDK_UnSupport_Handler
53
void (*
FSDK_UnSupport_Handler
)(struct _UNSUPPORT_INFO* pThis, int nType);
/external/pdfium/fpdfsdk/src/
fpdf_ext.cpp
30
if (m_unsp_info && m_unsp_info->
FSDK_UnSupport_Handler
) {
31
m_unsp_info->
FSDK_UnSupport_Handler
(m_unsp_info, nErrorType);
/external/pdfium/testing/
embedder_test.cpp
74
info->
FSDK_UnSupport_Handler
= UnsupportedHandlerTrampoline;
/external/pdfium/samples/
pdfium_test.cc
606
unsuppored_info.
FSDK_UnSupport_Handler
= ExampleUnsupportedHandler;
Completed in 421 milliseconds