Home
last modified time | relevance | path

Searched refs:exportAsFDF (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/javascript/
DDocument.h130 FX_BOOL exportAsFDF(OBJ_METHOD_PARAMS);
248 JS_STATIC_METHOD(exportAsFDF, Document);
/external/pdfium/fpdfsdk/src/javascript/
DDocument.cpp108 JS_STATIC_METHOD_ENTRY(exportAsFDF, 6) in END_JS_STATIC_CONST()
321 FX_BOOL Document::exportAsFDF(OBJ_METHOD_PARAMS) in exportAsFDF() function in Document