Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/animation/
H A DAnimationBase.cpp880 static bool gatherEnclosingShorthandProperties(int property, PropertyWrapperBase* wrapper, HashSet<… in gatherEnclosingShorthandProperties() function
891 …if (gatherEnclosingShorthandProperties(property, currWrapper, propertySet) || currWrapper->propert… in gatherEnclosingShorthandProperties()
908 gatherEnclosingShorthandProperties(property, (*gPropertyWrappers)[i], foundProperties); in animatableShorthandsAffectingProperty()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2011-02-1645838 (WebCore::gatherEnclosingShorthandProperties): Utility function that walks