Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/animation/
DAnimationBase.cpp599 static int gPropertyWrapperMap[numCSSProperties]; variable
717 gPropertyWrapperMap[i] = cInvalidPropertyWrapperIndex; in ensurePropertyMap()
724 gPropertyWrapperMap[(*gPropertyWrappers)[i]->property() - firstCSSProperty] = i; in ensurePropertyMap()
736 ASSERT(gPropertyWrapperMap[propIndex] == cInvalidPropertyWrapperIndex); in addPropertyWrapper()
740 gPropertyWrapperMap[propIndex] = wrapperIndex; in addPropertyWrapper()
786 int wrapperIndex = gPropertyWrapperMap[propIndex]; in wrapperForProperty()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1652527 Some minor refactoring to re-use wrapperForProperty(), and ensure that gPropertyWrapperMap