Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_delaydata.h18 CJS_DelayData(FIELD_PROP prop, int idx, const WideString& name);
21 FIELD_PROP eProp;
Dcjs_field.h20 enum FIELD_PROP { enum
357 void AddDelay_Int(FIELD_PROP prop, int32_t n);
358 void AddDelay_Bool(FIELD_PROP prop, bool b);
359 void AddDelay_String(FIELD_PROP prop, const ByteString& str);
360 void AddDelay_Rect(FIELD_PROP prop, const CFX_FloatRect& rect);
361 void AddDelay_WordArray(FIELD_PROP prop, const std::vector<uint32_t>& array);
362 void AddDelay_WideStringArray(FIELD_PROP prop,
Dcjs_delaydata.cpp9 CJS_DelayData::CJS_DelayData(FIELD_PROP prop, int idx, const WideString& name) in CJS_DelayData()
Dcjs_field.cpp2584 void CJS_Field::AddDelay_Int(FIELD_PROP prop, int32_t n) { in AddDelay_Int()
2591 void CJS_Field::AddDelay_Bool(FIELD_PROP prop, bool b) { in AddDelay_Bool()
2598 void CJS_Field::AddDelay_String(FIELD_PROP prop, const ByteString& str) { in AddDelay_String()
2605 void CJS_Field::AddDelay_Rect(FIELD_PROP prop, const CFX_FloatRect& rect) { in AddDelay_Rect()
2612 void CJS_Field::AddDelay_WordArray(FIELD_PROP prop, in AddDelay_WordArray()
2620 void CJS_Field::AddDelay_WideStringArray(FIELD_PROP prop, in AddDelay_WideStringArray()