Home
last modified time | relevance | path

Searched refs:richValue (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/include/javascript/
Devent.h29 FX_BOOL richValue(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
60 JS_STATIC_PROP(richValue, event);
DField.h145 FX_BOOL richValue(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
317 JS_STATIC_PROP(richValue, Field);
/external/pdfium/fpdfsdk/src/javascript/
Devent.cpp34 JS_STATIC_PROP_ENTRY(richValue) in END_JS_STATIC_CONST()
213 FX_BOOL event::richValue(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in richValue() function in event
DField.cpp67 JS_STATIC_PROP_ENTRY(richValue) in END_JS_STATIC_CONST()
2594 FX_BOOL Field::richValue(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in richValue() function in Field