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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DApplyStyleCommand.h44 class ApplyStyleCommand FINAL : public CompositeEditCommand {
51 static PassRefPtrWillBeRawPtr<ApplyStyleCommand> create(Document& document, const EditingStyle* style, EditAction action = EditActionChangeAttributes, EPropertyLevel level = PropertyDefault)
53 return adoptRefWillBeNoop(new ApplyStyleCommand(document, style, action, level));
55 static PassRefPtrWillBeRawPtr<ApplyStyleCommand> create(Document& document, const EditingStyle* style, const Position& start, const Position& end, EditAction action = EditActionChangeAttributes, EPropertyLevel level = PropertyDefault)
57 return adoptRefWillBeNoop(new ApplyStyleCommand(document, style, start, end, action, level));
59 static PassRefPtrWillBeRawPtr<ApplyStyleCommand> create(PassRefPtrWillBeRawPtr<Element> element, bool removeOnly = false, EditAction action = EditActionChangeAttributes)
61 return adoptRefWillBeNoop(new ApplyStyleCommand(element, removeOnly, action));
63 static PassRefPtrWillBeRawPtr<ApplyStyleCommand> create(Document& document, const EditingStyle* style, IsInlineElementToRemoveFunction isInlineElementToRemoveFunction, EditAction action = EditActionChangeAttributes)
65 return adoptRefWillBeNoop(new ApplyStyleCommand(document, style, isInlineElementToRemoveFunction, action));
71 ApplyStyleCommand(Documen
[all...]
H A DApplyStyleCommand.cpp27 #include "core/editing/ApplyStyleCommand.h"
126 ApplyStyleCommand::ApplyStyleCommand(Document& document, const EditingStyle* style, EditAction editingAction, EPropertyLevel propertyLevel) function in class:blink::ApplyStyleCommand
140 ApplyStyleCommand::ApplyStyleCommand(Document& document, const EditingStyle* style, const Position& start, const Position& end, EditAction editingAction, EPropertyLevel propertyLevel) function in class:blink::ApplyStyleCommand
154 ApplyStyleCommand::ApplyStyleCommand(PassRefPtrWillBeRawPtr<Element> element, bool removeOnly, EditAction editingAction) function in class:blink::ApplyStyleCommand
168 ApplyStyleCommand::ApplyStyleCommand(Document& document, const EditingStyle* style, IsInlineElementToRemoveFunction isInlineElementToRemoveFunction, EditAction editingAction) function in class:blink::ApplyStyleCommand
182 void ApplyStyleCommand
[all...]
H A DRemoveFormatCommand.cpp35 #include "core/editing/ApplyStyleCommand.h"
97 applyCommandToComposite(ApplyStyleCommand::create(document(), defaultStyle.get(), isElementForRemoveFormatCommand, editingAction()));
H A DEditor.cpp46 #include "core/editing/ApplyStyleCommand.h"
598 ApplyStyleCommand::create(*frame().document(), EditingStyle::create(style).get(), editingAction)->apply();
609 ApplyStyleCommand::create(*frame().document(), EditingStyle::create(style).get(), editingAction, ApplyStyleCommand::ForceBlockProperties)->apply();
1143 ApplyStyleCommand::create(*frame().document(), blockStyle.get(), editingAction)->apply();
H A DCompositeEditCommand.cpp39 #include "core/editing/ApplyStyleCommand.h"
270 applyCommandToComposite(ApplyStyleCommand::create(document(), style, editingAction));
275 applyCommandToComposite(ApplyStyleCommand::create(document(), style, start, end, editingAction));
280 applyCommandToComposite(ApplyStyleCommand::create(element, false));
285 applyCommandToComposite(ApplyStyleCommand::create(element, true));
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_remaining.target.darwin-arm.mk254 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
H A Dwebcore_remaining.target.darwin-arm64.mk254 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
H A Dwebcore_remaining.target.darwin-mips.mk254 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
H A Dwebcore_remaining.target.darwin-mips64.mk254 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
H A Dwebcore_remaining.target.darwin-x86.mk254 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
H A Dwebcore_remaining.target.darwin-x86_64.mk254 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
H A Dwebcore_remaining.target.linux-arm.mk254 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
H A Dwebcore_remaining.target.linux-arm64.mk254 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
H A Dwebcore_remaining.target.linux-mips.mk254 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
H A Dwebcore_remaining.target.linux-mips64.mk254 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
H A Dwebcore_remaining.target.linux-x86.mk254 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
H A Dwebcore_remaining.target.linux-x86_64.mk254 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h121 friend class ApplyStyleCommand; // Editing has to only reveal unvisited info.

Completed in 368 milliseconds