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

  /external/webkit/Source/WebCore/dom/
DocumentMarkerController.h 57 void removeMarkers(Range*, DocumentMarker::MarkerTypes = DocumentMarker::AllMarkers(), RemovePartiallyOverlappingMarkerOrNot = DoNotRemovePartiallyOverlappingMarker);
58 void removeMarkers(Node*, unsigned startOffset, int length, DocumentMarker::MarkerTypes = DocumentMarker::AllMarkers(), RemovePartiallyOverlappingMarkerOrNot = DoNotRemovePartiallyOverlappingMarker);
60 void removeMarkers(DocumentMarker::MarkerTypes = DocumentMarker::AllMarkers());
61 void removeMarkers(Node*, DocumentMarker::MarkerTypes = DocumentMarker::AllMarkers());
DocumentMarkerController.cpp 71 void DocumentMarkerController::removeMarkers(Range* range, DocumentMarker::MarkerTypes markerTypes, RemovePartiallyOverlappingMarkerOrNot shouldRemovePartiallyOverlappingMarker)
81 removeMarkers(textPiece->startContainer(), startOffset, endOffset - startOffset, markerTypes, shouldRemovePartiallyOverlappingMarker);
201 void DocumentMarkerController::removeMarkers(Node* node, unsigned startOffset, int length, DocumentMarker::MarkerTypes markerTypes, RemovePartiallyOverlappingMarkerOrNot shouldRemovePartiallyOverlappingMarker)
385 void DocumentMarkerController::removeMarkers(Node* node, DocumentMarker::MarkerTypes markerTypes)
396 void DocumentMarkerController::removeMarkers(DocumentMarker::MarkerTypes markerTypes)
Document.cpp     [all...]
  /external/webkit/Source/WebCore/editing/
SpellingCorrectionController.cpp 277 markers->removeMarkers(range.get(), DocumentMarker::Spelling | DocumentMarker::Autocorrected, DocumentMarkerController::RemovePartiallyOverlappingMarker);
415 m_frame->document()->markers()->removeMarkers(DocumentMarker::CorrectionIndicator);
442 changedRange->startContainer()->document()->markers()->removeMarkers(changedRange.get(), DocumentMarker::Autocorrected, DocumentMarkerController::RemovePartiallyOverlappingMarker);
474 markers->removeMarkers(rangeOfCorrection, DocumentMarker::Autocorrected, DocumentMarkerController::RemovePartiallyOverlappingMarker);
Editor.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFixGenerator.java 243 EclipseLintClient.removeMarkers(resource, id);
EclipseLintClient.java 435 public static void removeMarkers(IResource resource, String id) {
442 removeMarkers(p, id);
    [all...]
  /external/webkit/Source/WebCore/page/
Page.cpp 560 frame->document()->markers()->removeMarkers(DocumentMarker::TextMatch);
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm 402 document->markers()->removeMarkers(DocumentMarker::Grammar);
412 document->markers()->removeMarkers(DocumentMarker::Spelling);
    [all...]
WebHTMLView.mm     [all...]
  /external/webkit/Source/WebKit/win/
WebFrame.cpp     [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp     [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_frame.cpp 794 sd->frame->document()->markers()->removeMarkers(WebCore::DocumentMarker::TextMatch);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]

Completed in 642 milliseconds