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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSProperty.h 45 CSSPropertyID shorthandID() const;
74 CSSPropertyID shorthandID() const { return m_metadata.shorthandID(); };
StylePropertyShorthandCustom.cpp 116 unsigned indexOfShorthandForLonghand(CSSPropertyID shorthandID, const Vector<StylePropertyShorthand, 4>& shorthands)
119 if (shorthands.at(i).id() == shorthandID)
PropertySetCSSStyleDeclaration.cpp 197 CSSPropertyID shorthandID = m_propertySet->getPropertyShorthand(propertyID);
198 if (!shorthandID)
200 return getPropertyNameString(shorthandID);
StylePropertySet.h 61 CSSPropertyID shorthandID() const { return propertyMetadata().shorthandID(); }
StylePropertySet.cpp 220 return propertyAt(foundPropertyIndex).shorthandID();
276 CSSPropertyID prefixedShorthand = prefixingVariantForPropertyId(property.shorthandID());
CSSProperty.cpp 37 CSSPropertyID StylePropertyMetadata::shorthandID() const
CSSParser-in.cpp     [all...]

Completed in 52 milliseconds