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

  /external/chromium_org/third_party/skia/src/xml/
SkJSDisplayable.cpp 191 JSPropertySpec* propertySpec = gDisplayableProperties[type];
192 memset(propertySpec, 0, sizeof (JSPropertySpec) * (infoCount + 1));
196 propertySpec[inner].name = info[inner].fName;
197 propertySpec[inner].tinyid = inner;
198 propertySpec[inner].flags = JSPROP_ENUMERATE;
  /external/skia/src/xml/
SkJSDisplayable.cpp 191 JSPropertySpec* propertySpec = gDisplayableProperties[type];
192 memset(propertySpec, 0, sizeof (JSPropertySpec) * (infoCount + 1));
196 propertySpec[inner].name = info[inner].fName;
197 propertySpec[inner].tinyid = inner;
198 propertySpec[inner].flags = JSPROP_ENUMERATE;

Completed in 51 milliseconds