Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySet.cpp162 bool MutableStylePropertySet::removeProperty(CSSPropertyID propertyID, String* returnText) in removeProperty() argument
166 if (returnText) in removeProperty()
167 *returnText = ""; in removeProperty()
173 if (returnText) in removeProperty()
174 *returnText = ""; in removeProperty()
178 if (returnText) in removeProperty()
179 *returnText = propertyAt(foundPropertyIndex).value()->cssText(); in removeProperty()
DStylePropertySet.h207 bool removeProperty(CSSPropertyID, String* returnText = 0);