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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertLineBreakCommand.h 33 class InsertLineBreakCommand FINAL : public CompositeEditCommand {
35 static PassRefPtrWillBeRawPtr<InsertLineBreakCommand> create(Document& document)
37 return adoptRefWillBeNoop(new InsertLineBreakCommand(document));
41 explicit InsertLineBreakCommand(Document&);
InsertLineBreakCommand.cpp 27 #include "core/editing/InsertLineBreakCommand.h"
45 InsertLineBreakCommand::InsertLineBreakCommand(Document& document)
50 bool InsertLineBreakCommand::preservesTypingStyle() const
56 bool InsertLineBreakCommand::shouldUseBreakElement(const Position& insertionPos)
65 void InsertLineBreakCommand::doApply()
InsertParagraphSeparatorCommand.cpp 34 #include "core/editing/InsertLineBreakCommand.h"
177 applyCommandToComposite(InsertLineBreakCommand::create(document()));
TypingCommand.cpp 36 #include "core/editing/InsertLineBreakCommand.h"
354 applyCommandToComposite(InsertLineBreakCommand::create(document()));
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 276 third_party/WebKit/Source/core/editing/InsertLineBreakCommand.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 276 third_party/WebKit/Source/core/editing/InsertLineBreakCommand.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 276 third_party/WebKit/Source/core/editing/InsertLineBreakCommand.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 276 third_party/WebKit/Source/core/editing/InsertLineBreakCommand.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 276 third_party/WebKit/Source/core/editing/InsertLineBreakCommand.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 276 third_party/WebKit/Source/core/editing/InsertLineBreakCommand.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 276 third_party/WebKit/Source/core/editing/InsertLineBreakCommand.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 276 third_party/WebKit/Source/core/editing/InsertLineBreakCommand.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 276 third_party/WebKit/Source/core/editing/InsertLineBreakCommand.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 276 third_party/WebKit/Source/core/editing/InsertLineBreakCommand.cpp \
    [all...]

Completed in 117 milliseconds