Searched refs:Replacement (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocumentMarker.h47 // if a Replacement marker contains non-empty description, a reversion UI will be shown.
48 Replacement = 1 << 3, enumerator in enum:WebCore::DocumentMarker::MarkerType
50 // correction. Text with Replacement marker doesn't necessarily has CorrectionIndicator
51 // marker. For instance, after some text has been corrected, it will have both Replacement
53 // CorrectionIndicator marker, but retain Replacement marker.
90 : MarkerTypes(Spelling | Grammar | TextMatch | Replacement | CorrectionIndicator | RejectedCorrection | Autocorrected | SpellCheckingExemption | DeletedAutocorrection | DictationAlternatives)
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DAlternativeTextController.cpp96 markerTypesForAutoCorrection.append(DocumentMarker::Replacement);
108 markerTypesForReplacement.append(DocumentMarker::Replacement);
329 markers->addMarker(range.get(), DocumentMarker::Replacement);
505 markers->addMarker(range.get(), DocumentMarker::Replacement);
555 if (markerType == DocumentMarker::Replacement || markerType == DocumentMarker::Autocorrected)
613 if (markerController->hasMarkers(rangeWithAlternative, DocumentMarker::Replacement)) {
638 return (((marker.type() == DocumentMarker::Replacement && !marker.description().isNull()) || marker.type() == DocumentMarker::Spelling || marker.type() == DocumentMarker::DictationAlternatives) && static_cast<int>(marker.endOffset()) == endOffset);
661 case DocumentMarker::Replacement:
687 if (alternativeTextType != AlternativeTextTypeReversion && alternativeTextType != AlternativeTextTypeDictationAlternatives && (markerType == DocumentMarker::Replacement || markerType == DocumentMarker::Autocorrected))
H A DEditor.cpp2370 changedRange->startContainer()->document()->markers()->addMarker(changedRange.get(), DocumentMarker::Replacement, String());
2471 document->markers()->clearDescriptionOnMarkersIntersectingRange(wordRange.get(), DocumentMarker::Replacement);
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DBasicBlock.cpp70 Constant *Replacement = local
74 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement,
H A DConstants.cpp2481 Constant *Replacement = 0; local
2483 Replacement = ConstantAggregateZero::get(getType());
2485 Replacement = UndefValue::get(getType());
2493 Replacement = I->first;
2519 assert(Replacement != this && "I didn't contain From!");
2522 replaceAllUsesWith(Replacement);
2567 Constant *Replacement = 0; local
2569 Replacement = ConstantAggregateZero::get(getType());
2571 Replacement = UndefValue::get(getType());
2579 Replacement
2615 Constant *Replacement = get(Values); local
2636 Constant *Replacement = getWithOperands(NewOps); local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp1088 Value *Replacement; local
1090 Replacement = Val;
1092 Replacement = ConstantInt::get(Type::getInt1Ty(Val->getContext()),
1105 (*UI)->replaceUsesOfWith(LIC, Replacement);
H A DObjCARC.cpp4164 Instruction *Replacement = Inst; local
4170 if (Replacement->getType() != UseTy)
4171 Replacement = new BitCastInst(Replacement, UseTy, "",
4183 PHI->setIncomingValue(i, Replacement);
4186 if (Replacement->getType() != UseTy)
4187 Replacement = new BitCastInst(Replacement, UseTy, "",
4189 U.set(Replacement);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DLocal.cpp496 Constant *Replacement = local
498 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement,
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DHitTestResult.cpp209 DocumentMarker* marker = m_innerNonSharedNode->document()->markers()->markerContainingPoint(m_hitTestLocation.point(), DocumentMarker::Replacement);
H A DInlineTextBox.cpp1398 // Replacement markers are not actually drawn, but their rects need to be computed for hit testing.
1431 case DocumentMarker::Replacement:
1466 case DocumentMarker::Replacement:
/macosx-10.9.5/WebCore-7537.78.1/testing/
H A DInternals.cpp210 else if (equalIgnoringCase(markerType, "Replacement"))
211 result = DocumentMarker::Replacement;

Completed in 125 milliseconds