Searched refs:cssTextCache (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DCSSPrimitiveValue.cpp84 static CSSTextCache& cssTextCache() function in namespace:WebCore
247 cssTextCache().remove(this);
623 ASSERT(cssTextCache().contains(this));
624 return cssTextCache().get(this);
829 ASSERT(!cssTextCache().contains(this));
830 cssTextCache().set(this, text);

Completed in 51 milliseconds