Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/javascript/
DField.h147 FX_BOOL strokeColor(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
319 JS_STATIC_PROP(strokeColor, Field);
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp69 JS_STATIC_PROP_ENTRY(strokeColor) in END_JS_STATIC_CONST()
2657 FX_BOOL Field::strokeColor(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in strokeColor() function in Field