Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.cpp203 typedef HashMap<const CSSPrimitiveValue*, String> CSSTextCache; typedef
204 static CSSTextCache& cssTextCache() in cssTextCache()
206 DEFINE_STATIC_LOCAL(CSSTextCache, cache, ()); in cssTextCache()