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.h57 void addTextMatchMarker(const Range*, bool activeMatch);
DDocumentMarkerController.cpp123 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.cpp877 void Internals::addTextMatchMarker(const Range* range, bool isActive) in addTextMatchMarker() function in WebCore::Internals
880 range->ownerDocument().markers()->addTextMatchMarker(range, isActive); in addTextMatchMarker()
/external/chromium_org/third_party/WebKit/Source/web/
DWebFrameImpl.cpp2403 frame()->document()->markers()->addTextMatchMarker(range, activeMatch); in addMarker()