Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.cpp1094 static void mergeTextDecorationValues(CSSValueList* mergedValue, const CSSValueList* valueToMerge) in mergeTextDecorationValues() function
1123mergeTextDecorationValues(toCSSValueList(value.get()), toCSSValueList(property.value())); in mergeStyle()