Home
last modified time | relevance | path

Searched refs:gPropertyWrapperMap (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/page/animation/
DAnimationBase.cpp341 static int gPropertyWrapperMap[numCSSProperties]; variable
435 gPropertyWrapperMap[i] = cInvalidPropertyWrapperIndex; in ensurePropertyMap()
442 gPropertyWrapperMap[(*gPropertyWrappers)[i]->property() - firstCSSProperty] = i; in ensurePropertyMap()
454 ASSERT(gPropertyWrapperMap[propIndex] == cInvalidPropertyWrapperIndex); in addPropertyWrapper()
458 gPropertyWrapperMap[propIndex] = wrapperIndex; in addPropertyWrapper()
500 int wrapperIndex = gPropertyWrapperMap[propIndex]; in wrapperForProperty()
/external/webkit/WebCore/
DChangeLog5488 Some minor refactoring to re-use wrapperForProperty(), and ensure that gPropertyWrapperMap