Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/css/
DCSSPropertyLonghand.cpp30 typedef HashMap<int, CSSPropertyLonghand> ShorthandMap; typedef
32 static void initShorthandMap(ShorthandMap& shorthandMap) in initShorthandMap()
221 DEFINE_STATIC_LOCAL(ShorthandMap, shorthandMap, ()); in longhandForProperty()