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 56 void addTextMatchMarker(const Range*, bool activeMatch);
DocumentMarkerController.cpp 110 void DocumentMarkerController::addTextMatchMarker(const Range* range, bool activeMatch)
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h 150 void addTextMatchMarker(const Range*, bool isActive);
Internals.idl 102 void addTextMatchMarker(Range range, boolean isActive);
Internals.cpp 846 void Internals::addTextMatchMarker(const Range* range, bool isActive)
849 range->ownerDocument().markers().addTextMatchMarker(range, isActive);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
TextFinder.cpp 627 m_ownerFrame.frame()->document()->markers().addTextMatchMarker(range, activeMatch);

Completed in 251 milliseconds