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.cpp204 static CSSTextCache& cssTextCache() in cssTextCache() function
532 cssTextCache().remove(this); in cleanup()
1128 ASSERT(cssTextCache().contains(this)); in customCSSText()
1129 return cssTextCache().get(this); in customCSSText()
1253 ASSERT(!cssTextCache().contains(this)); in customCSSText()
1254 cssTextCache().set(this, text); in customCSSText()