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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseClasspathContainerInitializer.java 42 * @param markerType the marker type to be used.
46 final String markerType, boolean outputToConsole) {
54 BaseProjectHelper.markProject(project, markerType,
66 markerType,
85 project.deleteMarkers(markerType, true,
95 project.deleteMarkers(markerType, true,
  /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/internal/build/builders/
BaseBuilder.java 324 protected void stopOnMarker(IProject project, String markerType, int depth,
328 IMarker[] markers = project.findMarkers(markerType, false /*includeSubtypes*/, depth);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java 429 * @param markerType the marker type
437 @NonNull String markerType,
443 IMarker[] markers = file.findMarkers(markerType, true, IResource.DEPTH_ZERO);
  /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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 3981 milliseconds