HomeSort by relevance Sort by last modified time
    Searched refs:Replacement (Results 1 - 25 of 33) sorted by null

1 2

  /external/webkit/Source/WebCore/dom/
DocumentMarker.h 42 // if a Replacement marker contains non-empty description, a reversion UI will be shown.
43 Replacement = 1 << 3,
45 // correction. Text with Replacement marker doesn't necessarily has CorrectionIndicator
46 // marker. For instance, after some text has been corrected, it will have both Replacement
48 // CorrectionIndicator marker, but retain Replacement marker.
77 : MarkerTypes(Spelling | Grammar | TextMatch | Replacement | CorrectionIndicator | RejectedCorrection | Autocorrected | SpellCheckingExemption)
  /external/chromium/chrome/browser/search_engines/
template_url.cc 118 replacements->push_back(Replacement(SEARCH_TERMS, start));
131 replacements->push_back(Replacement(LANGUAGE, start));
133 replacements->push_back(Replacement(ENCODING, start));
138 replacements->push_back(Replacement(GOOGLE_ACCEPTED_SUGGESTION, start));
140 replacements->push_back(Replacement(GOOGLE_BASE_URL, start));
142 replacements->push_back(Replacement(GOOGLE_BASE_SUGGEST_URL, start));
144 replacements->push_back(Replacement(GOOGLE_ORIGINAL_QUERY_FOR_SUGGESTION,
147 replacements->push_back(Replacement(GOOGLE_RLZ, start));
149 replacements->push_back(Replacement(GOOGLE_UNESCAPED_SEARCH_TERMS, start));
template_url.h 59 // Returns true if this URL supports replacement.
69 // If this TemplateURLRef does not support replacement (SupportsReplacement
127 // Returns true if this TemplateURLRef has a replacement term of
165 struct Replacement {
166 Replacement(ReplacementType type, size_t index)
173 typedef std::vector<struct Replacement> Replacements;
175 // TemplateURLRef internally caches values to make replacement quick. This
242 // Do we support replacement?
289 // replacement.
381 // a TemplateURLRef that supports replacement. Use ShowInDefaultList t
    [all...]
  /external/markdown/markdown/extensions/
headerid.py 78 """ Replacement BlockProcessor for Header IDs. """
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodegettextcontent09.js 101 txt = doc.createTextNode("Replacement Text");
105 assertEquals("nodegettextcontent09","Replacement Text",textContent);
  /external/llvm/lib/VMCore/
Constants.cpp     [all...]
BasicBlock.cpp 70 Constant *Replacement =
74 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement,
  /external/clang/include/clang/AST/
TemplateName.h 340 TemplateName Replacement;
343 TemplateName replacement)
345 Parameter(parameter), Replacement(replacement) {}
349 TemplateName getReplacement() const { return Replacement; }
355 TemplateName replacement);
ExprCXX.h     [all...]
  /external/webkit/Source/WebCore/editing/
SpellingCorrectionController.cpp 55 markerTypesForAutoCorrection.append(DocumentMarker::Replacement);
67 markerTypesForReplacement.append(DocumentMarker::Replacement);
154 void SpellingCorrectionController::show(PassRefPtr<Range> rangeToReplace, const String& replacement)
161 m_correctionPanelInfo.replacementString = replacement;
163 client()->showCorrectionPanel(m_correctionPanelInfo.panelType, boundingBox, m_correctionPanelInfo.replacedString, replacement, Vector<String>());
209 // However, once the replacement took place, the value of rangeToBeReplaced is not valid anymore.
210 // So before we carry out the replacement, we need to store the start position of rangeToBeReplaced
223 // Take note of the location of autocorrection so that we can add marker after the replacement took place.
233 // Check to see if replacement succeeded.
242 if (m_correctionPanelInfo.panelType != CorrectionPanelInfo::PanelTypeReversion && (markerType == DocumentMarker::Replacement || markerType == DocumentMarker::Autocorrected)
    [all...]
SpellingCorrectionController.h 92 void show(PassRefPtr<Range> rangeToReplace, const String& replacement) UNLESS_ENABLED({ UNUSED_PARAM(rangeToReplace); UNUSED_PARAM(replacement); })
125 return (((marker.type == DocumentMarker::Replacement && !marker.description.isNull())
  /external/clang/lib/AST/
TemplateName.cpp 31 Profile(ID, Parameter, Replacement);
36 TemplateName replacement) {
38 ID.AddPointer(replacement.getAsVoidPointer());
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLDocument19.js 113 doc.write("<title>Replacement</title>");
HTMLDocument20.js 113 doc.writeln("<title>Replacement</title>");
HTMLDocument21.js 117 doc.writeln("<title>Replacement</title>");
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLDocument19.js 113 doc.write("<title>Replacement</title>");
HTMLDocument20.js 113 doc.writeln("<title>Replacement</title>");
HTMLDocument21.js 117 doc.writeln("<title>Replacement</title>");
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 92 static char ID; // Pass ID, replacement for typeid
    [all...]
ObjCARC.cpp 16 // redundant weak pointer operations, pattern-matching and replacement of
618 static char ID; // Class identification, replacement for typeinfo
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 443 Constant *Replacement =
445 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement,
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
TreeTransform.h     [all...]
  /external/webkit/Source/WebCore/rendering/
HitTestResult.cpp 219 DocumentMarker* marker = m_innerNonSharedNode->document()->markers()->markerContainingPoint(m_point, DocumentMarker::Replacement);
InlineTextBox.cpp     [all...]

Completed in 803 milliseconds

1 2