Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DEditorCommand.cpp126 static bool executeToggleStyleInList(Frame* frame, EditorCommandSource source, EditAction action, i… in executeToggleStyleInList() function
963 …return executeToggleStyleInList(frame, source, EditActionUnderline, CSSPropertyWebkitTextDecoratio… in executeStrikethrough()
1017 …return executeToggleStyleInList(frame, source, EditActionUnderline, CSSPropertyWebkitTextDecoratio… in executeUnderline()
/external/webkit/WebCore/
DChangeLog8692 …This patch adds executeToggleStyleInList that toggles a style in CSSValueList instead of toggling …
8710 (WebCore::executeToggleStyleInList): Uses applyCommandToFrame
8712 (WebCore::executeStrikethrough): Uses executeToggleStyleInList
8713 (WebCore::executeUnderline): Uses executeToggleStyleInList