Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/javascript/
DField.h108 FX_BOOL buttonAlignX(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
280 JS_STATIC_PROP(buttonAlignX, Field);
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp30 JS_STATIC_PROP_ENTRY(buttonAlignX) in END_JS_STATIC_CONST()
560 FX_BOOL Field::buttonAlignX(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in buttonAlignX() function in Field