Searched refs:textWillBeReplaced (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/dom/ |
D | CharacterData.cpp | 174 …document()->frame()->selection()->textWillBeReplaced(this, offsetOfReplacedData, oldLength, newLen… in setDataAndUpdate()
|
/external/webkit/Source/WebCore/editing/ |
D | SelectionController.h | 137 … void textWillBeReplaced(CharacterData*, unsigned offset, unsigned oldLength, unsigned newLength);
|
D | SelectionController.cpp | 301 void SelectionController::textWillBeReplaced(CharacterData* node, unsigned offset, unsigned oldLeng… in textWillBeReplaced() function in WebCore::SelectionController
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 36713 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.
|
D | ChangeLog | 3837 (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
|