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

  /external/webkit/Source/WebCore/editing/
SpellingCorrectionController.cpp 51 static const Vector<DocumentMarker::MarkerType>& markerTypesForAutocorrection()
53 DEFINE_STATIC_LOCAL(Vector<DocumentMarker::MarkerType>, markerTypesForAutoCorrection, ());
63 static const Vector<DocumentMarker::MarkerType>& markerTypesForReplacement()
65 DEFINE_STATIC_LOCAL(Vector<DocumentMarker::MarkerType>, markerTypesForReplacement, ());
195 void SpellingCorrectionController::applyCorrectionPanelInfo(const Vector<DocumentMarker::MarkerType>& markerTypesToAdd)
240 DocumentMarker::MarkerType markerType = markerTypesToAdd[i];
242 if (m_correctionPanelInfo.panelType != CorrectionPanelInfo::PanelTypeReversion && (markerType == DocumentMarker::Replacement || markerType == DocumentMarker::Autocorrected))
244 markers->addMarker(replacementRange.get(), markerType, description)
    [all...]
Editor.cpp     [all...]
  /external/webkit/Source/WebCore/dom/
DocumentMarkerController.cpp 60 void DocumentMarkerController::addMarker(Range* range, DocumentMarker::MarkerType type, String description)
276 DocumentMarker* DocumentMarkerController::markerContainingPoint(const IntPoint& point, DocumentMarker::MarkerType markerType)
278 if (!possiblyHasMarkers(markerType))
295 if (marker.type != markerType)
320 Vector<DocumentMarker> DocumentMarkerController::markersInRange(Range* range, DocumentMarker::MarkerType markerType)
322 if (!possiblyHasMarkers(markerType))
337 if (markerType != it->type)
349 Vector<IntRect> DocumentMarkerController::renderedRectsForMarkers(DocumentMarker::MarkerType markerType
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java 341 * @param markerType the marker type
347 public static List<IMarker> findMarkersOnLine(String markerType,
351 IMarker[] markers = file.findMarkers(markerType, true, IResource.DEPTH_ZERO);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
BaseBuilder.java 318 protected void stopOnMarker(IProject project, String markerType, int depth,
322 IMarker[] markers = project.findMarkers(markerType, false /*includeSubtypes*/, depth);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java     [all...]
  /external/webkit/Source/WebCore/rendering/
InlineTextBox.cpp     [all...]

Completed in 212 milliseconds