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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
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; }
CSSParser.h 368 bool m_important; member in class:WebCore::CSSParser

Completed in 2278 milliseconds