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

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

Completed in 385 milliseconds