Searched refs:returnText (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/css/
H A DStyleProperties.cpp600 bool MutableStyleProperties::removeProperty(CSSPropertyID propertyID, String* returnText) argument
604 if (returnText)
605 *returnText = "";
611 if (returnText)
612 *returnText = "";
616 if (returnText)
617 *returnText = propertyAt(foundPropertyIndex).value()->cssText();
H A DStyleProperties.h209 bool removeProperty(CSSPropertyID, String* returnText = 0);

Completed in 78 milliseconds