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

  /external/webkit/WebCore/css/
CSSInitialValue.h 46 : m_implicit(implicit)
51 virtual bool isImplicitInitialValue() const { return m_implicit; }
53 bool m_implicit; member in class:WebCore::CSSInitialValue
CSSProperty.h 36 , m_implicit(implicit)
46 m_implicit = other.m_implicit;
55 bool isImplicit() const { return m_implicit; }
67 bool m_implicit : 1; // Whether or not the property was set implicitly as the result of a shorthand.

Completed in 29 milliseconds