Searched refs:conflicting_turl (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/search_engines/
H A Dtemplate_url_service.cc2221 TemplateURL* conflicting_turl = local
2227 // directly. Otherwise, modify |conflicting_turl| to make room for
2229 if (conflicting_turl) {
2230 if (IsFromSync(conflicting_turl, sync_data)) {
2231 // |conflicting_turl| is already known to Sync, so we're not allowed to
2235 ResolveSyncKeywordConflict(sync_turl, conflicting_turl, change_list);
2239 // |conflicting_turl| is not yet known to Sync. If it is better, then we
2242 const std::string guid = conflicting_turl->sync_guid();
2243 if (IsLocalTemplateURLBetter(conflicting_turl, sync_turl)) {
2244 ResetTemplateURLGUID(conflicting_turl, sync_tur
[all...]

Completed in 1370 milliseconds