HomeSort by relevance Sort by last modified time
    Searched defs:rangeToBeReplaced (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/editing/
SpellingCorrectionController.h 62 RefPtr<Range> rangeToBeReplaced;
SpellingCorrectionController.cpp 105 m_correctionPanelInfo.rangeToBeReplaced.clear();
113 m_correctionPanelInfo.rangeToBeReplaced.clear();
141 m_correctionPanelInfo.rangeToBeReplaced.clear();
146 return m_correctionPanelInfo.rangeToBeReplaced;
160 m_correctionPanelInfo.rangeToBeReplaced = rangeToReplace;
197 if (!m_correctionPanelInfo.rangeToBeReplaced)
201 RefPtr<Range> paragraphRangeContainingCorrection = m_correctionPanelInfo.rangeToBeReplaced->cloneRange(ec);
205 setStart(paragraphRangeContainingCorrection.get(), startOfParagraph(m_correctionPanelInfo.rangeToBeReplaced->startPosition()));
206 setEnd(paragraphRangeContainingCorrection.get(), endOfParagraph(m_correctionPanelInfo.rangeToBeReplaced->endPosition()));
208 // After we replace the word at range rangeToBeReplaced, we need to add markers to that range
    [all...]
DeleteSelectionCommand.cpp 641 RefPtr<Range> rangeToBeReplaced = Range::create(document(), mergeDestination.deepEquivalent().parentAnchoredEquivalent(), mergeDestination.deepEquivalent().parentAnchoredEquivalent());
642 if (!document()->frame()->editor()->client()->shouldMoveRangeAfterDelete(range.get(), rangeToBeReplaced.get()))
    [all...]

Completed in 111 milliseconds