Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/javascript/
DField.h110 FX_BOOL buttonFitBounds(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
282 JS_STATIC_PROP(buttonFitBounds, Field);
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp32 JS_STATIC_PROP_ENTRY(buttonFitBounds) in END_JS_STATIC_CONST()
662 FX_BOOL Field::buttonFitBounds(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in buttonFitBounds() function in Field