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

  /external/webkit/WebCore/css/
CSSMutableStyleDeclaration.cpp 429 bool CSSMutableStyleDeclaration::removeShorthandProperty(int propertyID, bool notifyChanged)
443 if (removeShorthandProperty(propertyID, notifyChanged)) {
548 if (!removeShorthandProperty(property.id(), false)) {
    [all...]
CSSMutableStyleDeclaration.h 155 bool removeShorthandProperty(int propertyID, bool notifyChanged);

Completed in 19 milliseconds