Searched refs:FIELD_PROP (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxjs/ |
D | cjs_delaydata.h | 18 CJS_DelayData(FIELD_PROP prop, int idx, const WideString& name); 21 FIELD_PROP eProp;
|
D | cjs_field.h | 20 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,
|
D | cjs_delaydata.cpp | 9 CJS_DelayData::CJS_DelayData(FIELD_PROP prop, int idx, const WideString& name) in CJS_DelayData()
|
D | cjs_field.cpp | 2584 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()
|