Searched defs:JSPropertySpec (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Define.h23 struct JSPropertySpec struct
60 #define BEGIN_JS_STATIC_PROP(js_class_name) JSPropertySpec js_class_name::JS_Class_Properties[] = {
249 static void GetProperties(JSPropertySpec*& pProperties, int& nSize);\
252 static JSPropertySpec JS_Class_Properties[];\
281 for (int j=0, szj=sizeof(JS_Class_Properties)/sizeof(JSPropertySpec)-1; j<szj; j++)\
298 void js_class_name::GetProperties(JSPropertySpec*& pProperties, int& nSize)\
301 nSize = sizeof(JS_Class_Properties) / sizeof(JSPropertySpec) - 1;\
353 static void GetProperties(JSPropertySpec*& pProperties, int& nSize);\
356 static JSPropertySpec JS_Class_Properties[];\
561 for (int j=0, szj=sizeof(JS_Class_Properties)/sizeof(JSPropertySpec)
[all...]

Completed in 83 milliseconds