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.cpp172 static CSSTextCache& cssTextCache() in cssTextCache() function
498 cssTextCache().remove(this); in cleanup()
906 ASSERT(cssTextCache().contains(this)); in customCSSText()
907 return cssTextCache().get(this); in customCSSText()
1114 ASSERT(!cssTextCache().contains(this)); in customCSSText()
1115 cssTextCache().set(this, text); in customCSSText()