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

/external/webkit/Source/WebCore/editing/
H A DEditAction.h45 EditActionChangeAttributes, enumerator in enum:WebCore::__anon15777
H A DApplyStyleCommand.h51 static PassRefPtr<ApplyStyleCommand> create(Document* document, const EditingStyle* style, EditAction action = EditActionChangeAttributes, EPropertyLevel level = PropertyDefault) argument
55 static PassRefPtr<ApplyStyleCommand> create(Document* document, const EditingStyle* style, const Position& start, const Position& end, EditAction action = EditActionChangeAttributes, EPropertyLevel level = PropertyDefault) argument
59 static PassRefPtr<ApplyStyleCommand> create(PassRefPtr<Element> element, bool removeOnly = false, EditAction action = EditActionChangeAttributes) argument
63 static PassRefPtr<ApplyStyleCommand> create(Document* document, const EditingStyle* style, IsInlineElementToRemoveFunction isInlineElementToRemoveFunction, EditAction action = EditActionChangeAttributes) argument
H A DCompositeEditCommand.h54 void applyStyle(const EditingStyle*, EditAction = EditActionChangeAttributes);
55 void applyStyle(const EditingStyle*, const Position& start, const Position& end, EditAction = EditActionChangeAttributes);
H A DEditorCommand.cpp417 return executeApplyStyle(frame, source, EditActionChangeAttributes, CSSPropertyFontSize, size);
422 return executeApplyStyle(frame, source, EditActionChangeAttributes, CSSPropertyWebkitFontSizeDelta, value);
1056 return executeToggleStyle(frame, source, EditActionChangeAttributes, CSSPropertyFontWeight, "normal", "bold");
1061 return executeToggleStyle(frame, source, EditActionChangeAttributes, CSSPropertyFontStyle, "normal", "italic");
/external/webkit/Source/WebKit2/UIProcess/
H A DWebEditCommandProxy.cpp102 case EditActionChangeAttributes:
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.cpp502 case EditActionChangeAttributes: return WEB_UI_STRING_KEY("Change Attributes", "Change Attributes (Undo action name)", "Undo action name");
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.mm505 case EditActionChangeAttributes: return UI_STRING_KEY_INTERNAL("Change Attributes", "Change Attributes (Undo action name)", "Undo action name");
/external/webkit/Source/WebKit/mac/WebView/
H A DWebHTMLView.mm4683 [self _applyStyleToSelection:[self _styleForAttributeChange:sender] withUndoAction:EditActionChangeAttributes];

Completed in 157 milliseconds