Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DInsertTextCommand.cpp105 …tTextCommand::input(const String& text, bool selectInsertedText, RebalanceType whitespaceRebalance) in input() argument
174 if (whitespaceRebalance == RebalanceLeadingAndTrailingWhitespaces) { in input()
181 ASSERT(whitespaceRebalance == RebalanceAllWhitespaces); in input()