Searched refs:addTextMatchMarker (Results 1 – 6 of 6) sorted by relevance
56 void addTextMatchMarker(const Range*, bool activeMatch);
110 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);
846 void Internals::addTextMatchMarker(const Range* range, bool isActive) in addTextMatchMarker() function in WebCore::Internals849 range->ownerDocument().markers().addTextMatchMarker(range, isActive); in addTextMatchMarker()
627 m_ownerFrame.frame()->document()->markers().addTextMatchMarker(range, activeMatch); in addMarker()