Searched refs:m_implicit (Results 1 – 5 of 5) sorted by relevance
38 , m_implicit(implicit) in m_id()48 m_implicit = other.m_implicit;57 bool isImplicit() const { return m_implicit; } in isImplicit()69 …bool m_implicit : 1; // Whether or not the property was set implicitly as the result of a shorthan… variable
46 : m_implicit(implicit) in CSSInitialValue()51 virtual bool isImplicitInitialValue() const { return m_implicit; } in isImplicitInitialValue()53 bool m_implicit; variable
36964 (WebCore::CSSInitialValue:::m_implicit):40997 - removed the m_implicit bit from Node, freeing up a bit
17056 Also copy m_implicit field. Darin wanted this change commited separately.
26501 … Added an m_charset member to be used when loading child stylesheets. Removed an unused m_implicit