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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValue.cpp174 static CSSTextCache& cssTextCache() function in namespace:WebCore
470 cssTextCache().remove(this);
879 ASSERT(cssTextCache().contains(this));
880 return cssTextCache().get(this);
1083 ASSERT(!cssTextCache().contains(this));
1084 cssTextCache().set(this, text);

Completed in 75 milliseconds