Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DCompositeEditCommand.h73 void rebalanceWhitespaceOnTextSubstring(RefPtr<Text>, int startOffset, int endOffset);
DInsertTextCommand.cpp183rebalanceWhitespaceOnTextSubstring(textNode, startPosition.offsetInContainerNode(), endPosition.of… in input()
DCompositeEditCommand.cpp446rebalanceWhitespaceOnTextSubstring(static_cast<Text*>(node), position.offsetInContainerNode(), pos… in rebalanceWhitespaceAt()
449 void CompositeEditCommand::rebalanceWhitespaceOnTextSubstring(RefPtr<Text> textNode, int startOffse… in rebalanceWhitespaceOnTextSubstring() function in WebCore::CompositeEditCommand
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1618640 … * Generalized rebalanceWhitespaceAt() to rebalanceWhitespaceOnTextSubstring() to rebalancing
18653 …(WebCore::CompositeEditCommand::rebalanceWhitespaceOnTextSubstring): Added: A generalized version …
21856 … * Generalized rebalanceWhitespaceAt() to rebalanceWhitespaceOnTextSubstring() to rebalancing
21869 …(WebCore::CompositeEditCommand::rebalanceWhitespaceOnTextSubstring): Added: A generalized version …