Home
last modified time | relevance | path

Searched refs:m_implicit (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/css/
DCSSProperty.h38 , 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
DCSSInitialValue.h46 : m_implicit(implicit) in CSSInitialValue()
51 virtual bool isImplicitInitialValue() const { return m_implicit; } in isImplicitInitialValue()
53 bool m_implicit; variable
/external/webkit/WebCore/
DChangeLog-2007-10-1436964 (WebCore::CSSInitialValue:::m_implicit):
40997 - removed the m_implicit bit from Node, freeing up a bit
DChangeLog17056 Also copy m_implicit field. Darin wanted this change commited separately.
DChangeLog-2006-12-3126501 … Added an m_charset member to be used when loading child stylesheets. Removed an unused m_implicit