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

/external/webkit/Source/WebCore/editing/
H A DEditingStyle.cpp920 static void diffTextDecorations(CSSMutableStyleDeclaration* style, int propertID, CSSValue* refTextDecoration) argument
923 if (!textDecoration || !textDecoration->isValueList() || !refTextDecoration || !refTextDecoration->isValueList())
927 CSSValueList* valuesInRefTextDecoration = static_cast<CSSValueList*>(refTextDecoration);

Completed in 18 milliseconds