Home | History | Annotate | Download | only in css

Lines Matching defs:foundProperty

473     CSSProperty* foundProperty = findPropertyWithId(propertyID);
474 if (!foundProperty)
477 String value = returnText ? foundProperty->value()->cssText() : String();
481 m_properties.remove(foundProperty - m_properties.data());