m_important 418 Source/core/css/CSSGrammar.y if (!parser->parseValue(parser->m_id, parser->m_important)) m_important 39 Source/core/css/CSSProperty.h , m_important(important) m_important 50 Source/core/css/CSSProperty.h uint16_t m_important : 1; m_important 74 Source/core/css/CSSProperty.h bool isImportant() const { return m_metadata.m_important; } m_important 70 Source/core/css/StylePropertySet.h bool isImportant() const { return propertyMetadata().m_important; } m_important 110 Source/core/css/parser/BisonCSSParser-in.cpp , m_important(false) m_important 1072 Source/core/css/parser/BisonCSSParser-in.cpp m_important = important; m_important 1279 Source/core/css/parser/BisonCSSParser-in.cpp CSSPropertyParser parser(m_valueList, m_context, m_inViewport, m_important, m_parsedProperties, m_hasFontFaceOnlyValues); m_important 179 Source/core/css/parser/BisonCSSParser.h bool m_important; m_important 176 Source/core/css/parser/CSSPropertyParser.cpp , m_important(savedImportant) // See comment in header, should be removed. m_important 4806 Source/core/css/parser/CSSPropertyParser.cpp addProperty(CSSPropertySrc, values.release(), m_important); m_important 4900 Source/core/css/parser/CSSPropertyParser.cpp addProperty(CSSPropertyUnicodeRange, values.release(), m_important); m_important 378 Source/core/css/parser/CSSPropertyParser.h const bool m_important; // FIXME: This is only used by font-face-src and unicode-range and undoubtably wrong! m_important 57 Source/core/editing/RemoveCSSPropertyCommand.cpp m_important = style->propertyIsImportant(m_property); m_important 66 Source/core/editing/RemoveCSSPropertyCommand.cpp m_element->style()->setPropertyInternal(m_property, m_oldValue, m_important, IGNORE_EXCEPTION); m_important 53 Source/core/editing/RemoveCSSPropertyCommand.h bool m_important;