Searched refs:markersInRange (Results 1 – 9 of 9) sorted by relevance
91 DocumentMarkerVector markersInRange(Range*, DocumentMarker::MarkerTypes);
433 DocumentMarkerVector DocumentMarkerController::markersInRange(Range* range, DocumentMarker::MarkerT… in markersInRange() function in blink::DocumentMarkerController
80 …const DocumentMarkerVector& markers = checkingRange->ownerDocument().markers().markersInRange(chec… in create()
761 …DocumentMarkerVector markers = frame().document()->markers().markersInRange(caretRange.get(), Docu… in replaceMisspelledRange()
523 …copyMarkerTypesAndDescriptions(markerController.markersInRange(Range::create(document(), node.get(… in replaceTextInNodePreservingMarkers()
347 return m_innerNonSharedNode->document().markers().markersInRange( in isMisspelled()
164 …DocumentMarkerVector markers = selectedFrame->document()->markers().markersInRange(selectionRange.… in selectMisspellingAsync()
397 …DocumentMarkerVector markers = innerNode->document().markers().markersInRange(makeRange(pos, pos).… in selectClosestMisspellingFromHitTestResult()
4514 …EXPECT_EQ(1U, document->markers().markersInRange(selectionRange.get(), DocumentMarker::Spelling).s… in TEST_F()4546 …EXPECT_EQ(0U, document->markers().markersInRange(selectionRange.get(), DocumentMarker::Spelling).s… in TEST_F()