Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DApplyStyleCommand.h41 …ent* document, CSSStyleDeclaration* style, EditAction action = EditActionChangeAttributes, EProper…
45 …onst Position& start, const Position& end, EditAction action = EditActionChangeAttributes, EProper…
49 …ssRefPtr<Element> element, bool removeOnly = false, EditAction action = EditActionChangeAttributes)
DCompositeEditCommand.h51 void applyStyle(CSSStyleDeclaration*, EditAction = EditActionChangeAttributes);
52 …Declaration*, const Position& start, const Position& end, EditAction = EditActionChangeAttributes);
DEditAction.h45 EditActionChangeAttributes, enumerator
DEditorCommand.cpp412 return executeApplyStyle(frame, source, EditActionChangeAttributes, CSSPropertyFontSize, size); in executeFontSize()
417 …return executeApplyStyle(frame, source, EditActionChangeAttributes, CSSPropertyWebkitFontSizeDelta… in executeFontSizeDelta()
1003 …return executeToggleStyle(frame, source, EditActionChangeAttributes, CSSPropertyFontWeight, "norma… in executeToggleBold()
1008 …return executeToggleStyle(frame, source, EditActionChangeAttributes, CSSPropertyFontStyle, "normal… in executeToggleItalic()
/external/webkit/WebKit/win/WebCoreSupport/
DWebEditorClient.cpp500 …case EditActionChangeAttributes: return LPCTSTR_UI_STRING_KEY("Change Attributes", "Change Attribu… in undoNameForEditAction()
/external/webkit/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm429 …case EditActionChangeAttributes: return UI_STRING_KEY("Change Attributes", "Change Attributes (Und…
/external/webkit/WebKit/mac/WebView/
DWebHTMLView.mm4505 …StyleToSelection:[self _styleForAttributeChange:sender] withUndoAction:EditActionChangeAttributes];