Searched refs:ApplyStyleCommand (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DApplyStyleCommand.h44 class ApplyStyleCommand : public CompositeEditCommand { class in namespace:WebCore
51 static PassRefPtr<ApplyStyleCommand> create(Document& document, const EditingStyle* style, EditAction action = EditActionChangeAttributes, EPropertyLevel level = PropertyDefault)
53 return adoptRef(new ApplyStyleCommand(document, style, action, level));
55 static PassRefPtr<ApplyStyleCommand> create(Document& document, const EditingStyle* style, const Position& start, const Position& end, EditAction action = EditActionChangeAttributes, EPropertyLevel level = PropertyDefault)
57 return adoptRef(new ApplyStyleCommand(document, style, start, end, action, level));
59 static PassRefPtr<ApplyStyleCommand> create(PassRefPtr<Element> element, bool removeOnly = false, EditAction action = EditActionChangeAttributes)
61 return adoptRef(new ApplyStyleCommand(element, removeOnly, action));
63 static PassRefPtr<ApplyStyleCommand> create(Document& document, const EditingStyle* style, IsInlineElementToRemoveFunction isInlineElementToRemoveFunction, EditAction action = EditActionChangeAttributes)
65 return adoptRef(new ApplyStyleCommand(document, style, isInlineElementToRemoveFunction, action));
69 ApplyStyleCommand(Documen
[all...]
H A DApplyStyleCommand.cpp27 #include "core/editing/ApplyStyleCommand.h"
120 ApplyStyleCommand::ApplyStyleCommand(Document& document, const EditingStyle* style, EditAction editingAction, EPropertyLevel propertyLevel) function in class:WebCore::ApplyStyleCommand
134 ApplyStyleCommand::ApplyStyleCommand(Document& document, const EditingStyle* style, const Position& start, const Position& end, EditAction editingAction, EPropertyLevel propertyLevel) function in class:WebCore::ApplyStyleCommand
148 ApplyStyleCommand::ApplyStyleCommand(PassRefPtr<Element> element, bool removeOnly, EditAction editingAction) function in class:WebCore::ApplyStyleCommand
162 ApplyStyleCommand::ApplyStyleCommand(Document& document, const EditingStyle* style, IsInlineElementToRemoveFunction isInlineElementToRemoveFunction, EditAction editingAction) function in class:WebCore::ApplyStyleCommand
176 void ApplyStyleCommand
[all...]
H A DRemoveFormatCommand.cpp34 #include "core/editing/ApplyStyleCommand.h"
96 applyCommandToComposite(ApplyStyleCommand::create(document(), defaultStyle.get(), isElementForRemoveFormatCommand, editingAction()));
H A DEditor.cpp45 #include "core/editing/ApplyStyleCommand.h"
690 ApplyStyleCommand::create(*m_frame.document(), EditingStyle::create(style).get(), editingAction)->apply();
701 ApplyStyleCommand::create(*m_frame.document(), EditingStyle::create(style).get(), editingAction, ApplyStyleCommand::ForceBlockProperties)->apply();
1181 ApplyStyleCommand::create(*m_frame.document(), blockStyle.get(), editingAction)->apply();
H A DCompositeEditCommand.cpp39 #include "core/editing/ApplyStyleCommand.h"
291 applyCommandToComposite(ApplyStyleCommand::create(document(), style, editingAction));
296 applyCommandToComposite(ApplyStyleCommand::create(document(), style, start, end, editingAction));
301 applyCommandToComposite(ApplyStyleCommand::create(element, false));
306 applyCommandToComposite(ApplyStyleCommand::create(element, true));
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_remaining.target.darwin-arm.mk219 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
H A Dwebcore_remaining.target.darwin-mips.mk219 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
H A Dwebcore_remaining.target.darwin-x86.mk219 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
H A Dwebcore_remaining.target.linux-arm.mk219 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
H A Dwebcore_remaining.target.linux-mips.mk219 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
H A Dwebcore_remaining.target.linux-x86.mk219 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h114 friend class ApplyStyleCommand; // Editing has to only reveal unvisited info.

Completed in 118 milliseconds