cssTextCache      539 Source/core/css/CSSPrimitiveValue.cpp         cssTextCache().remove(this);
cssTextCache      958 Source/core/css/CSSPrimitiveValue.cpp         ASSERT(cssTextCache().contains(this));
cssTextCache      959 Source/core/css/CSSPrimitiveValue.cpp         return cssTextCache().get(this);
cssTextCache     1138 Source/core/css/CSSPrimitiveValue.cpp     ASSERT(!cssTextCache().contains(this));
cssTextCache     1139 Source/core/css/CSSPrimitiveValue.cpp     cssTextCache().set(this, text);