HomeSort by relevance Sort by last modified time
    Searched refs:addTextMatchMarker (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentMarkerController.h 66 void addTextMatchMarker(const Range*, bool activeMatch);
DocumentMarkerController.cpp 113 void DocumentMarkerController::addTextMatchMarker(const Range* range, bool activeMatch)
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h 149 void addTextMatchMarker(const Range*, bool isActive);
Internals.idl 95 [TypeChecking=Interface] void addTextMatchMarker(Range range, boolean isActive);
Internals.cpp 768 void Internals::addTextMatchMarker(const Range* range, bool isActive)
772 range->ownerDocument().markers().addTextMatchMarker(range, isActive);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
TextFinder.cpp 626 m_ownerFrame.frame()->document()->markers().addTextMatchMarker(range, activeMatch);

Completed in 266 milliseconds