Searched refs:FIELD_PROP (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fpdfsdk/javascript/ |
D | Field.h | 21 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 prop, const std::vector<uint32_t>& array); [all …]
|
D | Field.cpp | 166 CJS_DelayData::CJS_DelayData(FIELD_PROP prop, in IMPLEMENT_JS_CLASS() 3201 void Field::AddDelay_Int(FIELD_PROP prop, int32_t n) { in AddDelay_Int() 3208 void Field::AddDelay_Bool(FIELD_PROP prop, bool b) { in AddDelay_Bool() 3215 void Field::AddDelay_String(FIELD_PROP prop, const CFX_ByteString& string) { in AddDelay_String() 3222 void Field::AddDelay_WideString(FIELD_PROP prop, const CFX_WideString& string) { in AddDelay_WideString() 3229 void Field::AddDelay_Rect(FIELD_PROP prop, const CFX_FloatRect& rect) { in AddDelay_Rect() 3236 void Field::AddDelay_Color(FIELD_PROP prop, const CPWL_Color& color) { in AddDelay_Color() 3243 void Field::AddDelay_WordArray(FIELD_PROP prop, in AddDelay_WordArray() 3251 void Field::AddDelay_WideStringArray(FIELD_PROP prop, in AddDelay_WideStringArray()
|