Searched defs:lineThrough (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/editing/
H A DEditorCommand.cpp965 RefPtr<CSSPrimitiveValue> lineThrough = CSSPrimitiveValue::createIdentifier(CSSValueLineThrough); local
966 return executeToggleStyleInList(frame, source, EditActionUnderline, CSSPropertyWebkitTextDecorationsInEffect, lineThrough.get());

Completed in 56 milliseconds