Searched defs:markerType (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DDocumentMarkerController.cpp276 DocumentMarker* DocumentMarkerController::markerContainingPoint(const IntPoint& point, DocumentMarker::MarkerType markerType) argument
278 if (!possiblyHasMarkers(markerType))
295 if (marker.type != markerType)
320 Vector<DocumentMarker> DocumentMarkerController::markersInRange(Range* range, DocumentMarker::MarkerType markerType) argument
322 if (!possiblyHasMarkers(markerType))
337 if (markerType != it->type)
349 Vector<IntRect> DocumentMarkerController::renderedRectsForMarkers(DocumentMarker::MarkerType markerType) argument
353 if (!possiblyHasMarkers(markerType))
370 if (marker.type != markerType)
/external/webkit/Source/WebCore/editing/
H A DSpellingCorrectionController.cpp240 DocumentMarker::MarkerType markerType = markerTypesToAdd[i]; local
242 if (m_correctionPanelInfo.panelType != CorrectionPanelInfo::PanelTypeReversion && (markerType == DocumentMarker::Replacement || markerType == DocumentMarker::Autocorrected))
244 markers->addMarker(replacementRange.get(), markerType, description);
451 DocumentMarker::MarkerType markerType = markerTypesToAdd[i]; local
452 if (markerType == DocumentMarker::Replacement || markerType == DocumentMarker::Autocorrected)
453 markers->addMarker(replacedRange.get(), markerType, replacedString);
455 markers->addMarker(replacedRange.get(), markerType);
H A DEditor.cpp3220 bool Editor::selectionStartHasMarkerFor(DocumentMarker::MarkerType markerType, int from, int length) const argument
3231 if (marker.startOffset <= startOffset && endOffset <= marker.endOffset && marker.type == markerType)
/external/webkit/Source/WebCore/rendering/
H A DInlineTextBox.cpp967 static GraphicsContext::TextCheckingLineStyle textCheckingLineStyleForMarkerType(DocumentMarker::MarkerType markerType) argument
969 switch (markerType) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 168 milliseconds