HomeSort by relevance Sort by last modified time
    Searched refs:JSPropertySpec (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fpdfsdk/include/javascript/
JS_Define.h 23 struct JSPropertySpec
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)-1; j<szj; j++)\
    [all...]
  /external/chromium_org/third_party/skia/src/xml/
SkJSDisplayable.cpp 92 static JSPropertySpec* gDisplayableProperties[kNumberOfTypes];
190 gDisplayableProperties[type] = new JSPropertySpec[infoCount + 1];
191 JSPropertySpec* propertySpec = gDisplayableProperties[type];
192 memset(propertySpec, 0, sizeof (JSPropertySpec) * (infoCount + 1));
  /external/skia/src/xml/
SkJSDisplayable.cpp 92 static JSPropertySpec* gDisplayableProperties[kNumberOfTypes];
190 gDisplayableProperties[type] = new JSPropertySpec[infoCount + 1];
191 JSPropertySpec* propertySpec = gDisplayableProperties[type];
192 memset(propertySpec, 0, sizeof (JSPropertySpec) * (infoCount + 1));
  /external/pdfium/fpdfsdk/src/javascript/
JS_Runtime.cpp 403 JSPropertySpec* pProperties = NULL;

Completed in 177 milliseconds