Searched refs:to_replace (Results 1 – 7 of 7) sorted by relevance
364 ProtocolHandlerList to_replace(GetReplacedHandlers(handler)); in AttemptReplace() local365 if (to_replace.empty()) in AttemptReplace()367 for (ProtocolHandlerList::iterator p = to_replace.begin(); in AttemptReplace()368 p != to_replace.end(); ++p) { in AttemptReplace()
1585 TemplateURL** to_replace) { in CanReplaceKeywordForHost() argument1586 DCHECK(!to_replace || !*to_replace); in CanReplaceKeywordForHost()1592 if (to_replace) in CanReplaceKeywordForHost()1593 *to_replace = *i; in CanReplaceKeywordForHost()
468 TemplateURL** to_replace);
542 (to_replace, variable) = match547 string = re.sub(re.escape(to_replace), replacement, string)
1480 to_replace, variable = match1482 str = str.replace(to_replace, '${' + variable + '}')
5481 CharacterRange to_replace = list->at(start_pos); in InsertRangeInCanonicalList() local5482 int new_from = Min(to_replace.from(), from); in InsertRangeInCanonicalList()5483 int new_to = Max(to_replace.to(), to); in InsertRangeInCanonicalList()
2199 DescriptorArray* to_replace = instance_descriptors(); in DeprecateTarget() local2201 GetHeap()->incremental_marking()->RecordWrites(to_replace); in DeprecateTarget()2202 while (current->instance_descriptors() == to_replace) { in DeprecateTarget()