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

  /external/chromium_org/third_party/WebKit/Source/core/css/
PropertySetCSSStyleDeclaration.cpp 335 if (!m_cssomCSSValueClones)
336 m_cssomCSSValueClones = adoptPtr(new HashMap<CSSValue*, RefPtr<CSSValue> >);
338 RefPtr<CSSValue>& clonedValue = m_cssomCSSValueClones->add(internalValue, RefPtr<CSSValue>()).iterator->value;
394 m_cssomCSSValueClones.clear();
419 m_cssomCSSValueClones.clear();
PropertySetCSSStyleDeclaration.h 89 OwnPtr<HashMap<CSSValue*, RefPtr<CSSValue> > > m_cssomCSSValueClones;

Completed in 26 milliseconds