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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.h 44 class ApplyStyleCommand : public CompositeEditCommand {
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(Document&, const EditingStyle*, EditAction, EPropertyLevel)
    [all...]
ApplyStyleCommand.cpp 27 #include "core/editing/ApplyStyleCommand.h"
120 ApplyStyleCommand::ApplyStyleCommand(Document& document, const EditingStyle* style, EditAction editingAction, EPropertyLevel propertyLevel)
134 ApplyStyleCommand::ApplyStyleCommand(Document& document, const EditingStyle* style, const Position& start, const Position& end, EditAction editingAction, EPropertyLevel propertyLevel)
148 ApplyStyleCommand::ApplyStyleCommand(PassRefPtr<Element> element, bool removeOnly, EditAction editingAction)
162 ApplyStyleCommand::ApplyStyleCommand(Document& document, const EditingStyle* style, IsInlineElementToRemoveFunction isInlineElementToRemoveFunction, EditAction editingAction)
176 void ApplyStyleCommand::updateStartEnd(const Position& newStart, const Position& newEnd
    [all...]
RemoveFormatCommand.cpp 34 #include "core/editing/ApplyStyleCommand.h"
96 applyCommandToComposite(ApplyStyleCommand::create(document(), defaultStyle.get(), isElementForRemoveFormatCommand, editingAction()));
Editor.cpp 45 #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();
    [all...]
CompositeEditCommand.cpp 39 #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));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 219 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 219 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 219 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 219 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 219 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 219 third_party/WebKit/Source/core/editing/ApplyStyleCommand.cpp \
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 114 friend class ApplyStyleCommand; // Editing has to only reveal unvisited info.
    [all...]

Completed in 453 milliseconds