Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DCharacterData.cpp174 …document()->frame()->selection()->textWillBeReplaced(this, offsetOfReplacedData, oldLength, newLen… in setDataAndUpdate()
/external/webkit/Source/WebCore/editing/
DSelectionController.h137 … void textWillBeReplaced(CharacterData*, unsigned offset, unsigned oldLength, unsigned newLength);
DSelectionController.cpp301 void SelectionController::textWillBeReplaced(CharacterData* node, unsigned offset, unsigned oldLeng… in textWillBeReplaced() function in WebCore::SelectionController
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1636713 Fixed the bug by adding textWillBeReplaced to SelectionController and calling it in
36714 CharacterData::textWillBeReplaced. Added newLength to setDataAndUpdate, which is passed to
36715 textWillBeReplaced because inserting, replacing, or removing data may require moving
36732 and renamed lengthOfReplacedData to oldLength; calls textWillBeReplaced.
36740 (WebCore::SelectionController::textWillBeReplaced): Added.
DChangeLog3837 (WebCore::FrameSelection::textWillBeReplaced):
55742 The bug was caused by textWillBeReplaced's not always updating selection, and
55746 Fixed the bug by always updating selection in textWillBeReplaced and fixing the condition
55764 (WebCore::SelectionController::textWillBeReplaced): Calls setSelection to update