Home
last modified time | relevance | path

Searched refs:addTextMatchMarker (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentMarkerController.h56 void addTextMatchMarker(const Range*, bool activeMatch);
DDocumentMarkerController.cpp110 void DocumentMarkerController::addTextMatchMarker(const Range* range, bool activeMatch) in addTextMatchMarker() function in WebCore::DocumentMarkerController
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.h150 void addTextMatchMarker(const Range*, bool isActive);
DInternals.idl102 void addTextMatchMarker(Range range, boolean isActive);
DInternals.cpp846 void Internals::addTextMatchMarker(const Range* range, bool isActive) in addTextMatchMarker() function in WebCore::Internals
849 range->ownerDocument().markers().addTextMatchMarker(range, isActive); in addTextMatchMarker()
/external/chromium_org/third_party/WebKit/Source/web/
DTextFinder.cpp627 m_ownerFrame.frame()->document()->markers().addTextMatchMarker(range, activeMatch); in addMarker()