Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DInsertTextCommand.h35 enum RebalanceType { enum
45 …void input(const String& text, bool selectInsertedText = false, RebalanceType = RebalanceLeadingAn…
DInsertTextCommand.cpp105 void InsertTextCommand::input(const String& text, bool selectInsertedText, RebalanceType whitespace… in input()