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.cpp190 bool MutableStylePropertySet::removeProperty(CSSPropertyID propertyID, String* returnText) in removeProperty() argument
194 if (returnText) in removeProperty()
195 *returnText = ""; in removeProperty()
201 if (returnText) in removeProperty()
202 *returnText = ""; in removeProperty()
206 if (returnText) in removeProperty()
207 *returnText = propertyAt(foundPropertyIndex).value()->cssText(); in removeProperty()
DStylePropertySet.h208 bool removeProperty(CSSPropertyID, String* returnText = 0);