HomeSort by relevance Sort by last modified time
    Searched refs:InsertLineBreakCommand (Results 1 - 16 of 16) 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"
47 InsertLineBreakCommand::InsertLineBreakCommand(Document& document)
52 bool InsertLineBreakCommand::preservesTypingStyle() const
58 bool InsertLineBreakCommand::shouldUseBreakElement(const Position& insertionPos)
67 void InsertLineBreakCommand::doApply()
InsertParagraphSeparatorCommand.cpp 34 #include "core/editing/InsertLineBreakCommand.h"
180 applyCommandToComposite(InsertLineBreakCommand::create(document()));
TypingCommand.cpp 36 #include "core/editing/InsertLineBreakCommand.h"
360 applyCommandToComposite(InsertLineBreakCommand::create(document()));
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 275 third_party/WebKit/Source/core/editing/InsertLineBreakCommand.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 275 third_party/WebKit/Source/core/editing/InsertLineBreakCommand.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 275 third_party/WebKit/Source/core/editing/InsertLineBreakCommand.cpp \
    [all...]
webcore_remaining.target.darwin-mips64.mk 275 third_party/WebKit/Source/core/editing/InsertLineBreakCommand.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 275 third_party/WebKit/Source/core/editing/InsertLineBreakCommand.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 275 third_party/WebKit/Source/core/editing/InsertLineBreakCommand.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 275 third_party/WebKit/Source/core/editing/InsertLineBreakCommand.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 275 third_party/WebKit/Source/core/editing/InsertLineBreakCommand.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 275 third_party/WebKit/Source/core/editing/InsertLineBreakCommand.cpp \
    [all...]
webcore_remaining.target.linux-mips64.mk 275 third_party/WebKit/Source/core/editing/InsertLineBreakCommand.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 275 third_party/WebKit/Source/core/editing/InsertLineBreakCommand.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 275 third_party/WebKit/Source/core/editing/InsertLineBreakCommand.cpp \
    [all...]

Completed in 907 milliseconds