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

  /external/webkit/Source/WebCore/css/
CSSProperty.h 38 , m_important(important)
48 m_important = other.m_important;
57 bool isImportant() const { return m_important; }
71 bool m_important : 1;
CSSProperty.cpp 37 return a.m_id == b.m_id && a.m_important == b.m_important && a.m_value == b.m_value;
CSSParser.h 233 bool m_important; member in class:WebCore::CSSParser
CSSGrammar.y 325 if (!p->parseValue(p->m_id, p->m_important))
    [all...]
CSSParser.cpp 136 , m_important(false)
427 m_important = important;
    [all...]
  /external/webkit/Source/WebCore/editing/
RemoveCSSPropertyCommand.cpp 38 , m_important(false)
47 m_important = style->getPropertyPriority(m_property);
54 style->setProperty(m_property, m_oldValue, m_important);
RemoveCSSPropertyCommand.h 51 bool m_important; member in class:WebCore::RemoveCSSPropertyCommand

Completed in 52 milliseconds