Home
last modified time | relevance | path

Searched defs:activeMatch (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentMarker.cpp73 bool activeMatch() const { return m_match; } in activeMatch() function in WebCore::DocumentMarkerTextMatch
134 DocumentMarker::DocumentMarker(unsigned startOffset, unsigned endOffset, bool activeMatch) in DocumentMarker()
170 bool DocumentMarker::activeMatch() const in activeMatch() function in WebCore::DocumentMarker
DDocumentMarkerController.cpp123 void DocumentMarkerController::addTextMatchMarker(const Range* range, bool activeMatch) in addTextMatchMarker()
/external/chromium_org/third_party/WebKit/Source/web/
DWebFrameImpl.h285 WebCore::Range* activeMatch() const { return m_activeMatch.get(); } in activeMatch() function
DWebFrameImpl.cpp2401 void WebFrameImpl::addMarker(Range* range, bool activeMatch) in addMarker()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebFrameTest.cpp3151 FloatRect activeMatch = mainFrame->activeFindMatchRect(); in TEST_F() local