Home
last modified time | relevance | path

Searched refs:getCommonValue (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSMutableStyleDeclaration.h157 String getCommonValue(const int* properties, size_t) const;
163 …template<size_t size> String getCommonValue(const int (&properties)[size]) const { return getCommo… in getCommonValue() function
DCSSMutableStyleDeclaration.cpp156 String value = getCommonValue(properties[i]); in getPropertyValue()
212 return getCommonValue(properties); in getPropertyValue()
430 String CSSMutableStyleDeclaration::getCommonValue(const int* properties, size_t size) const in getCommonValue() function in WebCore::CSSMutableStyleDeclaration
/external/webkit/Source/WebCore/
DChangeLog50251 (WebCore::CSSMutableStyleDeclaration::getCommonValue): Ditto.
50257 (WebCore::CSSMutableStyleDeclaration::getCommonValue): Ditto.
DChangeLog-2010-12-0636981 CSSMutableStyleDeclaration::getCommonValue() was ignoring values from
36986 (WebCore::CSSMutableStyleDeclaration::getCommonValue):
DChangeLog-2008-08-1015764 (WebCore::CSSMutableStyleDeclaration::getCommonValue):