Searched defs:host_path (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/importer/
H A Dprofile_writer.cc199 const std::string host_path = BuildHostPathKey(template_urls[i], false); local
200 if (!host_path.empty()) {
201 const TemplateURL* existing_turl = (*host_path_map)[host_path];
209 (*host_path_map)[host_path] = template_urls[i];

Completed in 17 milliseconds