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

/external/chromium/chrome/browser/importer/
H A Dprofile_writer.cc196 HostPathMap* host_path_map) {
201 const TemplateURL* existing_turl = (*host_path_map)[host_path];
209 (*host_path_map)[host_path] = template_urls[i];
220 HostPathMap host_path_map; local
222 BuildHostPathMap(*model, &host_path_map);
248 host_path_map.find(
249 BuildHostPathKey(t_url, true)) != host_path_map.end()) {
252 host_path_map[BuildHostPathKey(t_url, true)];
195 BuildHostPathMap(const TemplateURLModel& model, HostPathMap* host_path_map) argument

Completed in 41 milliseconds