Home
last modified time | relevance | path

Searched refs:RebalanceType (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DInsertTextCommand.h35 enum RebalanceType { enum
41 RebalanceType rebalanceType = RebalanceLeadingAndTrailingWhitespaces)
47 InsertTextCommand(Document&, const String& text, bool selectInsertedText, RebalanceType);
62 RebalanceType m_rebalanceType;
DInsertTextCommand.cpp40 …mmand(Document& document, const String& text, bool selectInsertedText, RebalanceType rebalanceType) in InsertTextCommand()