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

  /external/chromium_org/third_party/skia/src/xml/
SkJSDisplayable.cpp 92 static JSPropertySpec* gDisplayableProperties[kNumberOfTypes];
108 JS_DefineProperties(cx, newProtoObj, gDisplayableProperties[SkType_##_class]); \
190 gDisplayableProperties[type] = new JSPropertySpec[infoCount + 1];
191 JSPropertySpec* propertySpec = gDisplayableProperties[type];
458 delete[] gDisplayableProperties[type];
  /external/skia/src/xml/
SkJSDisplayable.cpp 92 static JSPropertySpec* gDisplayableProperties[kNumberOfTypes];
108 JS_DefineProperties(cx, newProtoObj, gDisplayableProperties[SkType_##_class]); \
190 gDisplayableProperties[type] = new JSPropertySpec[infoCount + 1];
191 JSPropertySpec* propertySpec = gDisplayableProperties[type];
458 delete[] gDisplayableProperties[type];

Completed in 46 milliseconds