Home
last modified time | relevance | path

Searched defs:preservesTypingStyle (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DIndentOutdentCommand.h42 virtual bool preservesTypingStyle() const OVERRIDE { return true; } in preservesTypingStyle() function
DInsertListCommand.h45 virtual bool preservesTypingStyle() const OVERRIDE { return true; } in preservesTypingStyle() function
DFormatBlockCommand.h48 virtual bool preservesTypingStyle() const OVERRIDE { return true; } in preservesTypingStyle() function
DInsertLineBreakCommand.cpp52 bool InsertLineBreakCommand::preservesTypingStyle() const in preservesTypingStyle() function in blink::InsertLineBreakCommand
DTypingCommand.h102 virtual bool preservesTypingStyle() const OVERRIDE { return m_preservesTypingStyle; } in preservesTypingStyle() function
DInsertParagraphSeparatorCommand.cpp71 bool InsertParagraphSeparatorCommand::preservesTypingStyle() const in preservesTypingStyle() function in blink::InsertParagraphSeparatorCommand
DDeleteSelectionCommand.cpp870 bool DeleteSelectionCommand::preservesTypingStyle() const in preservesTypingStyle() function in blink::DeleteSelectionCommand
DCompositeEditCommand.cpp228 bool CompositeEditCommand::preservesTypingStyle() const in preservesTypingStyle() function in blink::CompositeEditCommand