Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.cpp1525 …xtDecorations(MutableStylePropertySet* style, CSSPropertyID propertID, CSSValue* refTextDecoration) in diffTextDecorations() argument
1528 …f (!textDecoration || !textDecoration->isValueList() || !refTextDecoration || !refTextDecoration->… in diffTextDecorations()
1532 CSSValueList* valuesInRefTextDecoration = toCSSValueList(refTextDecoration); in diffTextDecorations()