Searched defs:activeMatch (Results 1 – 7 of 7) sorted by relevance
73 bool activeMatch() const { return m_match; } in activeMatch() function in blink::FINAL117 DocumentMarker::DocumentMarker(unsigned startOffset, unsigned endOffset, bool activeMatch) in DocumentMarker()162 bool DocumentMarker::activeMatch() const in activeMatch() function in blink::DocumentMarker
113 void DocumentMarkerController::addTextMatchMarker(const Range* range, bool activeMatch) in addTextMatchMarker()
79 Range* activeMatch() const { return m_activeMatch.get(); } in activeMatch() function
624 void TextFinder::addMarker(Range* range, bool activeMatch) in addMarker()
1694 if (Range* activeMatch = m_textFinder->activeMatch()) { in setFindEndstateFocusAndSelection() local1899 Range* WebLocalFrameImpl::activeMatch() const in activeMatch() function in blink::WebLocalFrameImpl
79 Range* activeMatch = textFinder().activeMatch(); in TEST_F() local168 Range* activeMatch = textFinder().activeMatch(); in TEST_F() local
3216 FloatRect activeMatch = mainFrame->activeFindMatchRect(); in TEST_F() local