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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentMarkerController.h56 void addTextMatchMarker(const Range*, bool activeMatch);
H A DDocumentMarkerController.cpp102 void DocumentMarkerController::addTextMatchMarker(const Range* range, bool activeMatch) function in class:WebCore::DocumentMarkerController
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.h147 void addTextMatchMarker(const Range*, bool isActive);
H A DInternals.idl99 void addTextMatchMarker(Range range, boolean isActive);
H A DInternals.cpp879 void Internals::addTextMatchMarker(const Range* range, bool isActive) function in class:WebCore::Internals
882 range->ownerDocument()->markers()->addTextMatchMarker(range, isActive);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFrameImpl.cpp2361 frame()->document()->markers()->addTextMatchMarker(range, activeMatch);

Completed in 134 milliseconds