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

/macosx-10.10/WebCore-7600.1.25/editing/
H A DEditingStyle.cpp1501 static void diffTextDecorations(MutableStyleProperties* style, CSSPropertyID propertID, CSSValue* refTextDecoration) argument
1504 if (!textDecoration || !textDecoration->isValueList() || !refTextDecoration || !refTextDecoration->isValueList())
1508 CSSValueList* valuesInRefTextDecoration = toCSSValueList(refTextDecoration);

Completed in 149 milliseconds