Home
last modified time | relevance | path

Searched refs:to_replace (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/custom_handlers/
Dprotocol_handler_registry.cc364 ProtocolHandlerList to_replace(GetReplacedHandlers(handler)); in AttemptReplace() local
365 if (to_replace.empty()) in AttemptReplace()
367 for (ProtocolHandlerList::iterator p = to_replace.begin(); in AttemptReplace()
368 p != to_replace.end(); ++p) { in AttemptReplace()
/external/chromium_org/components/search_engines/
Dtemplate_url_service.cc1585 TemplateURL** to_replace) { in CanReplaceKeywordForHost() argument
1586 DCHECK(!to_replace || !*to_replace); in CanReplaceKeywordForHost()
1592 if (to_replace) in CanReplaceKeywordForHost()
1593 *to_replace = *i; in CanReplaceKeywordForHost()
Dtemplate_url_service.h468 TemplateURL** to_replace);
/external/chromium_org/tools/gyp/pylib/gyp/generator/
Dxcode.py542 (to_replace, variable) = match
547 string = re.sub(re.escape(to_replace), replacement, string)
/external/chromium_org/tools/gyp/pylib/gyp/
Dxcode_emulation.py1480 to_replace, variable = match
1482 str = str.replace(to_replace, '${' + variable + '}')
/external/chromium_org/v8/src/
Djsregexp.cc5481 CharacterRange to_replace = list->at(start_pos); in InsertRangeInCanonicalList() local
5482 int new_from = Min(to_replace.from(), from); in InsertRangeInCanonicalList()
5483 int new_to = Max(to_replace.to(), to); in InsertRangeInCanonicalList()
Dobjects.cc2199 DescriptorArray* to_replace = instance_descriptors(); in DeprecateTarget() local
2201 GetHeap()->incremental_marking()->RecordWrites(to_replace); in DeprecateTarget()
2202 while (current->instance_descriptors() == to_replace) { in DeprecateTarget()