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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSProperty.h 41 , m_implicit(implicit)
52 uint16_t m_implicit : 1; // Whether or not the property was set implicitly as the result of a shorthand. member in struct:blink::StylePropertyMetadata
StylePropertySet.cpp 317 m_propertyVector.append(CSSProperty(prefixingVariant, property.value(), property.isImportant(), property.isSetFromShorthand(), getIndexInShorthandVectorForPrefixingVariant(property, prefixingVariant), property.metadata().m_implicit));
325 *toReplace = CSSProperty(prefixingVariant, property.value(), property.isImportant(), property.isSetFromShorthand(), getIndexInShorthandVectorForPrefixingVariant(property, prefixingVariant), property.metadata().m_implicit);
StylePropertySet.h 68 bool isImplicit() const { return propertyMetadata().m_implicit; }

Completed in 2456 milliseconds