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

  /external/webkit/Source/WebCore/dom/
DocumentMarkerController.h 48 void addMarker(Range*, DocumentMarker::MarkerType, String description = String());
69 DocumentMarker* markerContainingPoint(const IntPoint&, DocumentMarker::MarkerType);
71 Vector<DocumentMarker> markersInRange(Range*, DocumentMarker::MarkerType);
72 Vector<IntRect> renderedRectsForMarkers(DocumentMarker::MarkerType);
DocumentMarker.h 36 enum MarkerType {
63 bool contains(MarkerType type) const { return m_mask & type; }
82 MarkerType type;
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...]
  /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...]
SpellChecker.cpp 142 static DocumentMarker::MarkerType toMarkerType(TextCheckingType type)
SpellingCorrectionController.h 94 void applyCorrectionPanelInfo(const Vector<DocumentMarker::MarkerType>&) UNLESS_ENABLED({})
Editor.h 386 bool selectionStartHasMarkerFor(DocumentMarker::MarkerType, int from, int length) const;
432 void applyCorrectionPanelInfo(const Vector<DocumentMarker::MarkerType>& markerTypesToAdd);
Editor.cpp     [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 

Completed in 110 milliseconds