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

  /external/webkit/WebCore/css/
CSSProperty.cpp 38 return a.m_id == b.m_id && a.m_important == b.m_important && a.m_value == b.m_value;
CSSProperty.h 35 , m_important(important)
45 m_important = other.m_important;
54 bool isImportant() const { return m_important; }
66 bool m_important : 1;
CSSParser.h 201 bool m_important; member in class:WebCore::CSSParser
CSSGrammar.y 308 if (!p->parseValue(p->m_id, p->m_important))
    [all...]
CSSParser.cpp 134 , m_important(false)
283 m_important = important;
    [all...]
  /external/webkit/WebCore/editing/
RemoveCSSPropertyCommand.cpp 38 , m_important(false)
46 m_important = m_style->getPropertyPriority(m_property);
52 m_style->setProperty(m_property, m_oldValue, m_important);
RemoveCSSPropertyCommand.h 51 bool m_important; member in class:WebCore::RemoveCSSPropertyCommand

Completed in 1452 milliseconds