/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/llvm/lib/VMCore/ |
BasicBlock.cpp | 70 Constant *Replacement = 74 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement,
|
Constants.cpp | [all...] |
/external/clang/include/clang/AST/ |
TemplateName.h | 343 TemplateName Replacement; 346 TemplateName replacement) 348 Parameter(parameter), Replacement(replacement) {} 352 TemplateName getReplacement() const { return Replacement; } 358 TemplateName replacement);
|
ExprCXX.h | [all...] |
/external/llvm/lib/Transforms/Utils/ |
Local.cpp | 434 Constant *Replacement = 436 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement, [all...] |
/external/chromium/chrome/browser/search_engines/ |
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/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 609 static char ID; // Class identification, replacement for typeinfo [all...] |
/external/clang/lib/Sema/ |
SemaTemplateDeduction.cpp | [all...] |
TreeTransform.h | [all...] |
/external/clang/lib/Rewrite/ |
RewriteObjC.cpp | 186 // If replacement succeeded or warning disabled return with no warning. 211 // If replacement succeeded or warning disabled return with no warning. [all...] |
/external/clang/lib/Serialization/ |
ASTReader.cpp | [all...] |