Searched refs:returnText (Results 1 – 2 of 2) sorted by relevance
113 String removeProperty(int propertyID, bool notifyChanged = true, bool returnText = false);
464 …ing CSSMutableStyleDeclaration::removeProperty(int propertyID, bool notifyChanged, bool returnText) in removeProperty() argument477 String value = returnText ? foundProperty->value()->cssText() : String(); in removeProperty()