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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.h 44 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(Document&, const EditingStyle*, EditAction, EPropertyLevel)
    [all...]
ApplyStyleCommand.cpp 27 #include "core/editing/ApplyStyleCommand.h"
126 ApplyStyleCommand::ApplyStyleCommand(Document& document, const EditingStyle* style, EditAction editingAction, EPropertyLevel propertyLevel)
140 ApplyStyleCommand::ApplyStyleCommand(Document& document, const EditingStyle* style, const Position& start, const Position& end, EditAction editingAction, EPropertyLevel propertyLevel)
154 ApplyStyleCommand::ApplyStyleCommand(PassRefPtrWillBeRawPtr<Element> element, bool removeOnly, EditAction editingAction)
168 ApplyStyleCommand::ApplyStyleCommand(Document& document, const EditingStyle* style, IsInlineElementToRemoveFunction isInlineElementToRemoveFunction, EditAction editingAction)
182 void ApplyStyleCommand::updateStartEnd(const Position& newStart, const Position& newEnd
    [all...]
RemoveFormatCommand.cpp 35 #include "core/editing/ApplyStyleCommand.h"
97 applyCommandToComposite(ApplyStyleCommand::create(document(), defaultStyle.get(), isElementForRemoveFormatCommand, editingAction()));
Editor.cpp 46 #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();
    [all...]
CompositeEditCommand.cpp 39 #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));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 254 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 254 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 254 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
    [all...]
webcore_remaining.target.darwin-mips64.mk 254 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 254 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 254 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 254 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 254 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 254 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
    [all...]
webcore_remaining.target.linux-mips64.mk 254 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 254 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 254 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 121 friend class ApplyStyleCommand; // Editing has to only reveal unvisited info.
    [all...]

Completed in 145 milliseconds