Searched refs:FIELD_PROP (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/javascript/
H A DField.h21 enum FIELD_PROP { enum
59 CJS_DelayData(FIELD_PROP prop, int idx, const CFX_WideString& name);
62 FIELD_PROP eProp;
488 void AddDelay_Int(FIELD_PROP prop, int32_t n);
489 void AddDelay_Bool(FIELD_PROP prop, bool b);
490 void AddDelay_String(FIELD_PROP prop, const CFX_ByteString& string);
491 void AddDelay_WideString(FIELD_PROP prop, const CFX_WideString& string);
492 void AddDelay_Rect(FIELD_PROP prop, const CFX_FloatRect& rect);
493 void AddDelay_Color(FIELD_PROP prop, const CPWL_Color& color);
494 void AddDelay_WordArray(FIELD_PROP pro
[all...]
H A DField.cpp166 CJS_DelayData::CJS_DelayData(FIELD_PROP prop,
3201 void Field::AddDelay_Int(FIELD_PROP prop, int32_t n) {
3208 void Field::AddDelay_Bool(FIELD_PROP prop, bool b) {
3215 void Field::AddDelay_String(FIELD_PROP prop, const CFX_ByteString& string) {
3222 void Field::AddDelay_WideString(FIELD_PROP prop, const CFX_WideString& string) {
3229 void Field::AddDelay_Rect(FIELD_PROP prop, const CFX_FloatRect& rect) {
3236 void Field::AddDelay_Color(FIELD_PROP prop, const CPWL_Color& color) {
3243 void Field::AddDelay_WordArray(FIELD_PROP prop,
3251 void Field::AddDelay_WideStringArray(FIELD_PROP prop,

Completed in 103 milliseconds