HomeSort by relevance Sort by last modified time
    Searched refs:ColorValueCache (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSValuePool.h 68 typedef HashMap<unsigned, RefPtr<CSSPrimitiveValue> > ColorValueCache;
69 ColorValueCache m_colorValueCache;
CSSValuePool.cpp 83 ColorValueCache::AddResult entry = m_colorValueCache.add(rgbValue, dummyValue);

Completed in 80 milliseconds