Home
last modified time | relevance | path

Searched refs:FPDF_BSTR (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_view_unittest.cpp16 FPDF_BSTR bst; in TEST()
24 FPDF_BSTR bst; in TEST()
36 FPDF_BSTR bst; in TEST()
Dfpdf_view.cpp1123 FPDF_EXPORT FPDF_RESULT FPDF_CALLCONV FPDF_BStr_Init(FPDF_BSTR* bstr) { in FPDF_BStr_Init()
1132 FPDF_EXPORT FPDF_RESULT FPDF_CALLCONV FPDF_BStr_Set(FPDF_BSTR* bstr, in FPDF_BStr_Set()
1157 FPDF_EXPORT FPDF_RESULT FPDF_CALLCONV FPDF_BStr_Clear(FPDF_BSTR* bstr) { in FPDF_BStr_Clear()
Dcpdfsdk_formfillenvironment.cpp565 FPDF_BSTR response; in PostRequestURL()
/external/pdfium/public/
Dfpdfview.h115 } FPDF_BSTR; typedef
1435 FPDF_EXPORT FPDF_RESULT FPDF_CALLCONV FPDF_BStr_Init(FPDF_BSTR* bstr);
1439 FPDF_EXPORT FPDF_RESULT FPDF_CALLCONV FPDF_BStr_Set(FPDF_BSTR* bstr,
1445 FPDF_EXPORT FPDF_RESULT FPDF_CALLCONV FPDF_BStr_Clear(FPDF_BSTR* bstr);
Dfpdf_formfill.h1067 FPDF_BSTR* response);
/external/pdfium/testing/
Dembedder_test.cpp247 FPDF_BSTR* response) { in PostRequestURLStub()