OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeMarkers
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentMarkerController.h
67
void
removeMarkers
(Range*, DocumentMarker::MarkerTypes = DocumentMarker::AllMarkers(), RemovePartiallyOverlappingMarkerOrNot = DoNotRemovePartiallyOverlappingMarker);
68
void
removeMarkers
(Node*, unsigned startOffset, int length, DocumentMarker::MarkerTypes = DocumentMarker::AllMarkers(), RemovePartiallyOverlappingMarkerOrNot = DoNotRemovePartiallyOverlappingMarker);
70
void
removeMarkers
(DocumentMarker::MarkerTypes = DocumentMarker::AllMarkers());
71
void
removeMarkers
(Node*, DocumentMarker::MarkerTypes = DocumentMarker::AllMarkers());
DocumentMarkerController.cpp
148
void DocumentMarkerController::
removeMarkers
(Range* range, DocumentMarker::MarkerTypes markerTypes, RemovePartiallyOverlappingMarkerOrNot shouldRemovePartiallyOverlappingMarker)
158
removeMarkers
(textPiece->startContainer(), startOffset, endOffset - startOffset, markerTypes, shouldRemovePartiallyOverlappingMarker);
293
void DocumentMarkerController::
removeMarkers
(Node* node, unsigned startOffset, int length, DocumentMarker::MarkerTypes markerTypes, RemovePartiallyOverlappingMarkerOrNot shouldRemovePartiallyOverlappingMarker)
495
void DocumentMarkerController::
removeMarkers
(Node* node, DocumentMarker::MarkerTypes markerTypes)
506
void DocumentMarkerController::
removeMarkers
(DocumentMarker::MarkerTypes markerTypes)
Node.cpp
323
document.markers()->
removeMarkers
(this);
[
all
...]
Document.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp
147
m_frame.document()->markers()->
removeMarkers
(selectedRange.get(), DocumentMarker::Spelling);
352
m_frame.document()->markers()->
removeMarkers
(selectedRange.get(), DocumentMarker::MisspellingMarkers());
[
all
...]
SpellCheckRequester.cpp
255
m_frame.document()->markers()->
removeMarkers
(m_processingRequest->checkingRange().get(), markers);
/external/chromium_org/third_party/WebKit/Source/web/
SpellCheckerClientImpl.cpp
98
frame->document()->markers()->
removeMarkers
(DocumentMarker::MisspellingMarkers());
WebFrameImpl.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/page/
Page.cpp
323
frame->document()->markers()->
removeMarkers
(DocumentMarker::TextMatch);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFixGenerator.java
240
EclipseLintClient.
removeMarkers
(resource, id);
EclipseLintClient.java
454
public static void
removeMarkers
(IResource resource, String id) {
461
removeMarkers
(p, id);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar
Completed in 1176 milliseconds