activeMatch 134 Source/core/dom/DocumentMarker.cpp DocumentMarker::DocumentMarker(unsigned startOffset, unsigned endOffset, bool activeMatch) activeMatch 138 Source/core/dom/DocumentMarker.cpp , m_details(DocumentMarkerTextMatch::instanceFor(activeMatch)) activeMatch 173 Source/core/dom/DocumentMarker.cpp return details->activeMatch(); activeMatch 100 Source/core/dom/DocumentMarker.h DocumentMarker(unsigned startOffset, unsigned endOffset, bool activeMatch); activeMatch 109 Source/core/dom/DocumentMarker.h bool activeMatch() const; activeMatch 123 Source/core/dom/DocumentMarkerController.cpp void DocumentMarkerController::addTextMatchMarker(const Range* range, bool activeMatch) activeMatch 130 Source/core/dom/DocumentMarkerController.cpp addMarker(textPiece->startContainer(), DocumentMarker(startOffset, endOffset, activeMatch)); activeMatch 727 Source/core/dom/DocumentMarkerController.cpp fprintf(stderr, " %d:[%d:%d](%d)", marker.type(), marker.startOffset(), marker.endOffset(), marker.activeMatch()); activeMatch 57 Source/core/dom/DocumentMarkerController.h void addTextMatchMarker(const Range*, bool activeMatch); activeMatch 1290 Source/core/rendering/InlineTextBox.cpp Color color = marker->activeMatch() ? activeMatch 732 Source/core/rendering/svg/SVGInlineTextBox.cpp Color color = marker->activeMatch() ? activeMatch 845 Source/core/testing/Internals.cpp if ((*iter)->activeMatch()) activeMatch 437 Source/web/TextFinder.cpp return activeMatchFrame && activeMatchFrame->activeMatch() && activeMatchFrame->frame()->tree().isDescendantOf(mainFrameImpl->frame()); activeMatch 485 Source/web/TextFinder.cpp return WebFloatRect(findInPageRectFromRange(m_currentActiveMatchFrame->activeMatch())); activeMatch 629 Source/web/TextFinder.cpp void TextFinder::addMarker(Range* range, bool activeMatch) activeMatch 631 Source/web/TextFinder.cpp m_ownerFrame.frame()->document()->markers().addTextMatchMarker(range, activeMatch); activeMatch 81 Source/web/TextFinder.h WebCore::Range* activeMatch() const { return m_activeMatch.get(); } activeMatch 147 Source/web/TextFinder.h void addMarker(WebCore::Range*, bool activeMatch); activeMatch 1809 Source/web/WebFrameImpl.cpp if (Range* activeMatch = m_textFinder->activeMatch()) { activeMatch 1818 Source/web/WebFrameImpl.cpp Node* node = activeMatch->firstNode(); activeMatch 1832 Source/web/WebFrameImpl.cpp frame()->selection().setSelection(VisibleSelection(activeMatch)); activeMatch 1841 Source/web/WebFrameImpl.cpp node = activeMatch->firstNode(); activeMatch 1842 Source/web/WebFrameImpl.cpp for (; node && node != activeMatch->pastLastNode(); node = NodeTraversal::next(*node)) { activeMatch 1857 Source/web/WebFrameImpl.cpp frame()->selection().setSelection(VisibleSelection(activeMatch)); activeMatch 1951 Source/web/WebFrameImpl.cpp return m_textFinder->activeMatch(); activeMatch 281 Source/web/WebFrameImpl.h WebCore::Range* activeMatch() const; activeMatch 3212 Source/web/tests/WebFrameTest.cpp Range* result = mainFrame->activeMatchFrame()->activeMatch(); activeMatch 3219 Source/web/tests/WebFrameTest.cpp FloatRect activeMatch = mainFrame->activeFindMatchRect(); activeMatch 3220 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(enclosingIntRect(activeMatch), enclosingIntRect(resultRect));