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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyBlockElementCommand.h 39 class ApplyBlockElementCommand : public CompositeEditCommand {
41 ApplyBlockElementCommand(Document&, const QualifiedName& tagName, const AtomicString& inlineStyle);
42 ApplyBlockElementCommand(Document&, const QualifiedName& tagName);
FormatBlockCommand.h 30 #include "core/editing/ApplyBlockElementCommand.h"
41 class FormatBlockCommand FINAL : public ApplyBlockElementCommand {
ApplyBlockElementCommand.cpp 28 #include "core/editing/ApplyBlockElementCommand.h"
45 ApplyBlockElementCommand::ApplyBlockElementCommand(Document& document, const QualifiedName& tagName, const AtomicString& inlineStyle)
52 ApplyBlockElementCommand::ApplyBlockElementCommand(Document& document, const QualifiedName& tagName)
58 void ApplyBlockElementCommand::doApply()
108 void ApplyBlockElementCommand::formatSelection(const VisiblePosition& startOfSelection, const VisiblePosition& endOfSelection)
182 void ApplyBlockElementCommand::rangeForParagraphSplittingTextNodesIfNeeded(const VisiblePosition& endOfCurrentParagraph, Position& start, Position& end)
245 VisiblePosition ApplyBlockElementCommand::endOfNextParagrahSplittingTextNodesIfNeeded(VisiblePosition& endOfCurrentParagraph, Position& start, Position& end)
283 PassRefPtrWillBeRawPtr<Element> ApplyBlockElementCommand::createBlockElement() cons
    [all...]
IndentOutdentCommand.h 29 #include "core/editing/ApplyBlockElementCommand.h"
34 class IndentOutdentCommand FINAL : public ApplyBlockElementCommand {
FormatBlockCommand.cpp 49 : ApplyBlockElementCommand(document, tagName)
58 ApplyBlockElementCommand::formatSelection(startOfSelection, endOfSelection);
IndentOutdentCommand.cpp 48 : ApplyBlockElementCommand(document, blockquoteTag, "margin: 0 0 0 40px; border: none; padding: 0px;")
198 // FIXME: We should merge this function with ApplyBlockElementCommand::formatSelection
238 ApplyBlockElementCommand::formatSelection(startOfSelection, endOfSelection);
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 255 third_party/WebKit/Source/core/editing/ApplyBlockElementCommand.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 255 third_party/WebKit/Source/core/editing/ApplyBlockElementCommand.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 255 third_party/WebKit/Source/core/editing/ApplyBlockElementCommand.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 255 third_party/WebKit/Source/core/editing/ApplyBlockElementCommand.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 255 third_party/WebKit/Source/core/editing/ApplyBlockElementCommand.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 255 third_party/WebKit/Source/core/editing/ApplyBlockElementCommand.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 255 third_party/WebKit/Source/core/editing/ApplyBlockElementCommand.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 255 third_party/WebKit/Source/core/editing/ApplyBlockElementCommand.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 255 third_party/WebKit/Source/core/editing/ApplyBlockElementCommand.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 255 third_party/WebKit/Source/core/editing/ApplyBlockElementCommand.cpp \
    [all...]

Completed in 122 milliseconds