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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
RemoveCSSPropertyCommand.cpp 41 , m_important(false)
54 m_important = style->propertyIsImportant(m_property);
63 m_element->style()->setPropertyInternal(m_property, m_oldValue, m_important, IGNORE_EXCEPTION);
RemoveCSSPropertyCommand.h 57 bool m_important; member in class:WebCore::RemoveCSSPropertyCommand
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSProperty.h 38 , m_important(important)
49 uint16_t m_important : 1; member in struct:WebCore::StylePropertyMetadata
74 bool isImportant() const { return m_metadata.m_important; }
StylePropertySet.h 62 bool isImportant() const { return propertyMetadata().m_important; }
CSSParser.h 368 bool m_important; member in class:WebCore::CSSParser
CSSGrammar.y.in 366 if (!parser->parseValue(parser->m_id, parser->m_important))
    [all...]
CSSParser-in.cpp 240 , m_important(false)
    [all...]

Completed in 431 milliseconds