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 53 bool m_important; member in class:WebCore::RemoveCSSPropertyCommand
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSProperty.h 39 , m_important(important)
50 uint16_t m_important : 1; member in struct:WebCore::StylePropertyMetadata
75 bool isImportant() const { return m_metadata.m_important; }
CSSParser.h 381 bool m_important; member in class:WebCore::CSSParser

Completed in 75 milliseconds