Home
last modified time | relevance | path

Searched refs:m_isSetFromShorthand (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSProperty.h38 , m_isSetFromShorthand(isSetFromShorthand) in StylePropertyMetadata()
49 uint16_t m_isSetFromShorthand : 1; member
73 bool isSetFromShorthand() const { return m_metadata.m_isSetFromShorthand; }; in isSetFromShorthand()
DCSSProperty.cpp39 if (!m_isSetFromShorthand) in shorthandID()