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

  /external/webkit/Source/WebKit/mac/WebView/
WebEditingDelegatePrivate.h 37 - (BOOL)webView:(WebView *)webView shouldMoveRangeAfterDelete:(DOMRange *)range replacingRange:(DOMRange *)rangeToBeReplaced;
  /external/webkit/Source/WebCore/editing/
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...]
SpellingCorrectionController.h 62 RefPtr<Range> rangeToBeReplaced;
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...]
  /external/webkit/Source/WebKit/mac/DefaultDelegates/
WebDefaultEditingDelegate.m 90 - (BOOL)webView:(WebView *)webView shouldMoveRangeAfterDelete:(DOMRange *)range replacingRange:(DOMRange *)rangeToBeReplaced
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.h 66 virtual bool shouldMoveRangeAfterDelete(WebCore::Range* range, WebCore::Range* rangeToBeReplaced);
WebEditorClient.mm 260 bool WebEditorClient::shouldMoveRangeAfterDelete(Range* range, Range* rangeToBeReplaced)
263 shouldMoveRangeAfterDelete:kit(range) replacingRange:kit(rangeToBeReplaced)];
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.cpp 263 Range* rangeToBeReplaced)
    [all...]

Completed in 145 milliseconds