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

  /external/webkit/Source/WebCore/css/
CSSMutableStyleDeclaration.h 167 bool removeShorthandProperty(int propertyID, bool notifyChanged);
CSSMutableStyleDeclaration.cpp 454 bool CSSMutableStyleDeclaration::removeShorthandProperty(int propertyID, bool notifyChanged)
468 if (removeShorthandProperty(propertyID, notifyChanged)) {
576 if (!removeShorthandProperty(property.id(), false)) {
    [all...]

Completed in 50 milliseconds