HomeSort by relevance Sort by last modified time
    Searched refs:EditActionChangeAttributes (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/editing/
EditAction.h 45 EditActionChangeAttributes,
ApplyStyleCommand.h 51 static PassRefPtr<ApplyStyleCommand> create(Document* document, const EditingStyle* style, EditAction action = EditActionChangeAttributes, EPropertyLevel level = PropertyDefault)
55 static PassRefPtr<ApplyStyleCommand> create(Document* document, const EditingStyle* style, const Position& start, const Position& end, EditAction action = EditActionChangeAttributes, EPropertyLevel level = PropertyDefault)
59 static PassRefPtr<ApplyStyleCommand> create(PassRefPtr<Element> element, bool removeOnly = false, EditAction action = EditActionChangeAttributes)
63 static PassRefPtr<ApplyStyleCommand> create(Document* document, const EditingStyle* style, IsInlineElementToRemoveFunction isInlineElementToRemoveFunction, EditAction action = EditActionChangeAttributes)
CompositeEditCommand.h 54 void applyStyle(const EditingStyle*, EditAction = EditActionChangeAttributes);
55 void applyStyle(const EditingStyle*, const Position& start, const Position& end, EditAction = EditActionChangeAttributes);
EditorCommand.cpp 417 return executeApplyStyle(frame, source, EditActionChangeAttributes, CSSPropertyFontSize, size);
422 return executeApplyStyle(frame, source, EditActionChangeAttributes, CSSPropertyWebkitFontSizeDelta, value);
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebEditCommandProxy.cpp 102 case EditActionChangeAttributes:
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 502 case EditActionChangeAttributes: return WEB_UI_STRING_KEY("Change Attributes", "Change Attributes (Undo action name)", "Undo action name");
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 505 case EditActionChangeAttributes: return UI_STRING_KEY_INTERNAL("Change Attributes", "Change Attributes (Undo action name)", "Undo action name");
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm     [all...]

Completed in 38 milliseconds