Searched refs:addTextMatchMarker (Results 1 – 6 of 6) sorted by relevance
57 void addTextMatchMarker(const Range*, bool activeMatch);
123 void DocumentMarkerController::addTextMatchMarker(const Range* range, bool activeMatch) in addTextMatchMarker() function in WebCore::DocumentMarkerController
150 void addTextMatchMarker(const Range*, bool isActive);
102 void addTextMatchMarker(Range range, boolean isActive);
877 void Internals::addTextMatchMarker(const Range* range, bool isActive) in addTextMatchMarker() function in WebCore::Internals880 range->ownerDocument().markers()->addTextMatchMarker(range, isActive); in addTextMatchMarker()
2403 frame()->document()->markers()->addTextMatchMarker(range, activeMatch); in addMarker()