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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSValuePool.h 48 PassRefPtr<CSSInitialValue> createImplicitInitialValue() { return m_implicitInitialValue; }
63 RefPtr<CSSInitialValue> m_implicitInitialValue;
CSSValuePool.cpp 43 , m_implicitInitialValue(CSSInitialValue::createImplicit())

Completed in 25 milliseconds