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 102 void DocumentMarkerController::addTextMatchMarker(const Range* range, bool activeMatch)
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h 147 void addTextMatchMarker(const Range*, bool isActive);
Internals.idl 99 void addTextMatchMarker(Range range, boolean isActive);
Internals.cpp 879 void Internals::addTextMatchMarker(const Range* range, bool isActive)
882 range->ownerDocument()->markers()->addTextMatchMarker(range, isActive);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp     [all...]

Completed in 207 milliseconds