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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentMarkerController.h 79 WillBeHeapVector<DocumentMarker*> markersInRange(Range*, DocumentMarker::MarkerTypes);
DocumentMarkerController.cpp 421 WillBeHeapVector<DocumentMarker*> DocumentMarkerController::markersInRange(Range* range, DocumentMarker::MarkerTypes markerTypes)
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellCheckRequester.cpp 71 const WillBeHeapVector<DocumentMarker*>& markers = checkingRange->ownerDocument().markers().markersInRange(checkingRange.get(), DocumentMarker::SpellCheckClientMarkers());
CompositeEditCommand.cpp 513 copyMarkers(markerController.markersInRange(Range::create(document(), node.get(), offset, node.get(), offset + count).get(), DocumentMarker::AllMarkers()), markers);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestResult.cpp 367 return m_innerNonSharedNode->document().markers().markersInRange(
  /external/chromium_org/third_party/WebKit/Source/web/
ContextMenuClientImpl.cpp 164 WillBeHeapVector<DocumentMarker*> markers = selectedFrame->document()->markers().markersInRange(selectionRange.get(), DocumentMarker::MisspellingMarkers());
WebLocalFrameImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 400 WillBeHeapVector<DocumentMarker*> markers = innerNode->document().markers().markersInRange(makeRange(pos, pos).get(), DocumentMarker::MisspellingMarkers());
    [all...]

Completed in 133 milliseconds