Searched defs:activeMatch (Results 1 – 5 of 5) sorted by relevance
73 bool activeMatch() const { return m_match; } in activeMatch() function in WebCore::DocumentMarkerTextMatch134 DocumentMarker::DocumentMarker(unsigned startOffset, unsigned endOffset, bool activeMatch) in DocumentMarker()170 bool DocumentMarker::activeMatch() const in activeMatch() function in WebCore::DocumentMarker
123 void DocumentMarkerController::addTextMatchMarker(const Range* range, bool activeMatch) in addTextMatchMarker()
285 WebCore::Range* activeMatch() const { return m_activeMatch.get(); } in activeMatch() function
2401 void WebFrameImpl::addMarker(Range* range, bool activeMatch) in addMarker()
3151 FloatRect activeMatch = mainFrame->activeFindMatchRect(); in TEST_F() local