Home
last modified time | relevance | path

Searched refs:removeMarkers (Results 1 – 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/dom/
DDocumentMarkerController.h57 …void removeMarkers(Range*, DocumentMarker::MarkerTypes = DocumentMarker::AllMarkers(), RemoveParti…
58 …void removeMarkers(Node*, unsigned startOffset, int length, DocumentMarker::MarkerTypes = Document…
60 void removeMarkers(DocumentMarker::MarkerTypes = DocumentMarker::AllMarkers());
61 void removeMarkers(Node*, DocumentMarker::MarkerTypes = DocumentMarker::AllMarkers());
DDocumentMarkerController.cpp71 void DocumentMarkerController::removeMarkers(Range* range, DocumentMarker::MarkerTypes markerTypes,… in removeMarkers() function in WebCore::DocumentMarkerController
81removeMarkers(textPiece->startContainer(), startOffset, endOffset - startOffset, markerTypes, shou… in removeMarkers()
201 void DocumentMarkerController::removeMarkers(Node* node, unsigned startOffset, int length, Document… in removeMarkers() function in WebCore::DocumentMarkerController
385 void DocumentMarkerController::removeMarkers(Node* node, DocumentMarker::MarkerTypes markerTypes) in removeMarkers() function in WebCore::DocumentMarkerController
396 void DocumentMarkerController::removeMarkers(DocumentMarker::MarkerTypes markerTypes) in removeMarkers() function in WebCore::DocumentMarkerController
DDocument.cpp3477 m_markers->removeMarkers(text, offset, length); in textRemoved()
/external/webkit/Source/WebCore/editing/
DSpellingCorrectionController.cpp277 …markers->removeMarkers(range.get(), DocumentMarker::Spelling | DocumentMarker::Autocorrected, Docu… in respondToUnappliedSpellCorrection()
415 m_frame->document()->markers()->removeMarkers(DocumentMarker::CorrectionIndicator); in respondToAppliedEditing()
442 …changedRange->startContainer()->document()->markers()->removeMarkers(changedRange.get(), DocumentM… in markReversed()
474 …markers->removeMarkers(rangeOfCorrection, DocumentMarker::Autocorrected, DocumentMarkerController:… in recordSpellcheckerResponseForModifiedCorrection()
DEditor.cpp1650 … frame()->document()->markers()->removeMarkers(selectedRange.get(), DocumentMarker::Spelling); in ignoreSpelling()
1666 … frame()->document()->markers()->removeMarkers(selectedRange.get(), DocumentMarker::Spelling); in learnSpelling()
1953 … frame()->document()->markers()->removeMarkers(selectedRange.get(), DocumentMarker::Spelling); in clearMisspellingsAndBadGrammar()
1954 frame()->document()->markers()->removeMarkers(selectedRange.get(), DocumentMarker::Grammar); in clearMisspellingsAndBadGrammar()
2435 …document->markers()->removeMarkers(wordRange.get(), DocumentMarker::Spelling | DocumentMarker::Cor… in updateMarkersForWordsAffectedByEditing()
3187 … m_frame->document()->markers()->removeMarkers(wordRange.get(), DocumentMarker::Spelling); in respondToChangedSelection()
3190 … m_frame->document()->markers()->removeMarkers(sentenceRange.get(), DocumentMarker::Grammar); in respondToChangedSelection()
3195 m_frame->document()->markers()->removeMarkers(DocumentMarker::Spelling); in respondToChangedSelection()
3197 m_frame->document()->markers()->removeMarkers(DocumentMarker::Grammar); in respondToChangedSelection()
/external/webkit/Source/WebCore/page/
DPage.cpp560 frame->document()->markers()->removeMarkers(DocumentMarker::TextMatch); in unmarkAllTextMatches()
/external/webkit/Source/WebKit/win/
DWebFrame.cpp2586 doc->markers()->removeMarkers(DocumentMarker::Spelling); in unmarkAllMisspellings()
2598 doc->markers()->removeMarkers(DocumentMarker::Grammar); in unmarkAllBadGrammar()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.cpp1731 document->markers()->removeMarkers(DocumentMarker::Spelling); in unmarkAllMisspellings()
1739 document->markers()->removeMarkers(DocumentMarker::Grammar); in unmarkAllBadGrammar()
/external/webkit/Source/WebKit/mac/WebView/
DWebFrame.mm402 document->markers()->removeMarkers(DocumentMarker::Grammar);
412 document->markers()->removeMarkers(DocumentMarker::Spelling);
DWebHTMLView.mm6376 document->markers()->removeMarkers(DocumentMarker::TextMatch);
/external/webkit/Source/WebKit/efl/ewk/
Dewk_frame.cpp794 sd->frame->document()->markers()->removeMarkers(WebCore::DocumentMarker::TextMatch); in ewk_frame_text_matches_unmark_all()
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.cpp1570 frame()->document()->markers()->removeMarkers(DocumentMarker::TextMatch); in stopFinding()
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp4265 frame->document()->markers()->removeMarkers(DocumentMarker::TextMatch); in findTextOnPage()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3118488 added mangled symbol for Document->removeMarkers() so I can call it from WebKit
43100 (WebCore::Document::removeMarkers):
49560 (WebCore::Document::removeMarkers):
50231 (WebCore::Document::removeMarkers):
52550 (WebCore::Document::removeMarkers):
52611 (WebCore::Document::removeMarkers):
52663 (WebCore::Document::removeMarkers):
53102 new method, similar in structure to removeMarkers but just repaints each node that
DChangeLog-2007-10-1436940 r21611 exposed a bug in the way removeMarkers computes
36942 introduced a bug: removeMarkers expects a startOffset
36947 (WebCore::Document::removeMarkers): The other removeMarkers
36950 (WebCore::Document::removeMarkers): Fixed the endOffset
37308 * dom/Document.cpp: (WebCore::Document::removeMarkers): Added an early exit for the common
55838 Document::removeMarkers() was using a Vector iterator (which is just a
55847 (WebCore::Document::removeMarkers):
DChangeLog-2011-02-168825 3. Allow passing multiple marker types into DocumentMarkerController::removeMarkers() and
8829 * WebCore.exp.in: Change signature of DocumentMarkerController::removeMarkers().
8834 (WebCore::DocumentMarkerController::removeMarkers): Use TextIterator to scan the range to be
8843 * dom/DocumentMarkerController.h: Allow passing in multiple marker types to removeMarkers()
8844 … and hasMarkers(). Added a boolean argument to removeMarkers() to specify the behavior when
8863 … Use new DocumentMarkerController::removeMarkers() to replace custom implemenation to improve
DChangeLog-2005-12-193100 (DocumentImpl::removeMarkers):
18311 (DocumentImpl::removeMarkers):
18732 (DocumentImpl::removeMarkers):
DChangeLog-2008-08-1040663 (WebCore::CharacterData::setData): Replaced call to Document::removeMarkers
40667 (WebCore::CharacterData::deleteData): Replaced call to Document::removeMarkers
40669 (WebCore::CharacterData::replaceData): Replaced call to Document::removeMarkers
40689 calls removeMarkers and shiftMarkers.
42079 (WebCore::Document::removeMarkers): Updated for Range::first/pastLastNode name change.
DChangeLog-2006-05-1022308 (WebCore::DocumentImpl::removeMarkers):
31308 (DocumentImpl::removeMarkers): Ditto.
DChangeLog9059 (WebCore::DocumentMarkerController::removeMarkers):
19590 (WebCore::DocumentMarkerController::removeMarkers):
56889 (WebCore::DocumentMarkerController::removeMarkers):
DChangeLog-2010-12-0623600 * dom/DocumentMarkerController.cpp: Refactored two removeMarkers() methods to support remove
23602 …(WebCore::DocumentMarkerController::removeMarkers): Changed signature to remove marker with specif…
23606 … * dom/DocumentMarkerController.h: Added new methods and matched new signature of removeMarkers().
74243 (WebCore::DocumentMarkerController::removeMarkers):