removeProperty 95 Source/core/css/CSSComputedStyleDeclaration.h virtual String removeProperty(const String& propertyName, ExceptionState&) OVERRIDE; removeProperty 57 Source/core/css/CSSStyleDeclaration.h virtual String removeProperty(const String& propertyName, ExceptionState&) = 0; removeProperty 234 Source/core/css/PropertySetCSSStyleDeclaration.cpp bool changed = propertySet().removeProperty(propertyID, &result); removeProperty 59 Source/core/css/PropertySetCSSStyleDeclaration.h virtual String removeProperty(const String& propertyName, ExceptionState&) OVERRIDE FINAL; removeProperty 264 Source/core/css/StylePropertySet.cpp return removeProperty(propertyID); removeProperty 500 Source/core/css/StylePropertySet.cpp removeProperty(propertiesToRemove[i]); removeProperty 514 Source/core/css/StylePropertySet.cpp removeProperty(propertiesToRemove[i]); removeProperty 217 Source/core/css/StylePropertySet.h bool removeProperty(CSSPropertyID, String* returnText = 0); removeProperty 3275 Source/core/dom/Element.cpp bool changes = ensureMutableInlineStyle().removeProperty(propertyID); removeProperty 531 Source/core/editing/ApplyStyleCommand.cpp inlineStyle->removeProperty(CSSPropertyDirection); removeProperty 474 Source/core/editing/EditingStyle.cpp m_mutableStyle->removeProperty(CSSPropertyWebkitTextFillColor); removeProperty 476 Source/core/editing/EditingStyle.cpp m_mutableStyle->removeProperty(CSSPropertyWebkitTextStrokeColor); removeProperty 501 Source/core/editing/EditingStyle.cpp m_mutableStyle->removeProperty(CSSPropertyWebkitFontSizeDelta); removeProperty 518 Source/core/editing/EditingStyle.cpp m_mutableStyle->removeProperty(CSSPropertyWebkitFontSizeDelta); removeProperty 601 Source/core/editing/EditingStyle.cpp m_mutableStyle->removeProperty(CSSPropertyUnicodeBidi); removeProperty 602 Source/core/editing/EditingStyle.cpp m_mutableStyle->removeProperty(CSSPropertyDirection); removeProperty 636 Source/core/editing/EditingStyle.cpp m_mutableStyle->removeProperty(nodeStyle->propertyAt(i).id()); removeProperty 651 Source/core/editing/EditingStyle.cpp m_mutableStyle->removeProperty(textDecorationPropertyForEditing()); removeProperty 652 Source/core/editing/EditingStyle.cpp m_mutableStyle->removeProperty(CSSPropertyWebkitTextDecorationsInEffect); removeProperty 952 Source/core/editing/EditingStyle.cpp m_mutableStyle->removeProperty(CSSPropertyTextAlign); removeProperty 955 Source/core/editing/EditingStyle.cpp m_mutableStyle->removeProperty(CSSPropertyColor); removeProperty 959 Source/core/editing/EditingStyle.cpp m_mutableStyle->removeProperty(CSSPropertyBackgroundColor); removeProperty 1202 Source/core/editing/EditingStyle.cpp m_mutableStyle->removeProperty(CSSPropertyDisplay); removeProperty 1204 Source/core/editing/EditingStyle.cpp m_mutableStyle->removeProperty(CSSPropertyFloat); removeProperty 1363 Source/core/editing/EditingStyle.cpp style->removeProperty(CSSPropertyWebkitTextDecorationsInEffect); removeProperty 1369 Source/core/editing/EditingStyle.cpp style->removeProperty(textDecorationPropertyForEditing()); removeProperty 1394 Source/core/editing/EditingStyle.cpp mutableStyle->removeProperty(CSSPropertyWhiteSpace); removeProperty 1411 Source/core/editing/EditingStyle.cpp style->removeProperty(propertyID); removeProperty 1420 Source/core/editing/EditingStyle.cpp style->removeProperty(CSSPropertyFontWeight); removeProperty 1426 Source/core/editing/EditingStyle.cpp style->removeProperty(CSSPropertyFontStyle); removeProperty 1450 Source/core/editing/EditingStyle.cpp style->removeProperty(CSSPropertyVerticalAlign); removeProperty 1454 Source/core/editing/EditingStyle.cpp style->removeProperty(CSSPropertyVerticalAlign); removeProperty 1461 Source/core/editing/EditingStyle.cpp style->removeProperty(CSSPropertyColor); removeProperty 1467 Source/core/editing/EditingStyle.cpp style->removeProperty(CSSPropertyFontFamily); removeProperty 1471 Source/core/editing/EditingStyle.cpp style->removeProperty(CSSPropertyFontSize); // Can't make sense of the number. Put no font size. removeProperty 1475 Source/core/editing/EditingStyle.cpp style->removeProperty(CSSPropertyFontSize); removeProperty 1548 Source/core/editing/EditingStyle.cpp result->removeProperty(CSSPropertyFontWeight); removeProperty 1553 Source/core/editing/EditingStyle.cpp result->removeProperty(CSSPropertyColor); removeProperty 1557 Source/core/editing/EditingStyle.cpp result->removeProperty(CSSPropertyTextAlign); removeProperty 1560 Source/core/editing/EditingStyle.cpp result->removeProperty(CSSPropertyBackgroundColor); removeProperty 314 Source/core/editing/markup.cpp newInlineStyle->style()->removeProperty(CSSPropertyFloat); removeProperty 218 Source/core/svg/SVGAnimateElement.cpp targetElement->ensureAnimatedSMILStyleProperties()->removeProperty(id); removeProperty 115 public/web/WebBindings.h BLINK_EXPORT static bool removeProperty(NPP, NPObject*, NPIdentifier);