Home | History | Annotate | Download | only in search_engines

Lines Matching refs:sync_turl

1170     scoped_ptr<TemplateURL> sync_turl(
1173 if (!sync_turl.get())
1176 if (pre_sync_deletes_.find(sync_turl->sync_guid()) !=
1195 if (sync_turl->last_modified() > local_turl->last_modified()) {
1201 if (UpdateNoNotify(local_turl, *sync_turl, search_terms_data()))
1205 } else if (sync_turl->last_modified() < local_turl->last_modified()) {
1219 MergeInSyncTemplateURL(sync_turl.get(), sync_data_map, &new_changes,
2260 const TemplateURL* sync_turl) {
2262 return local_turl->last_modified() > sync_turl->last_modified() ||
2310 TemplateURL* sync_turl,
2315 DCHECK(sync_turl);
2316 DCHECK(!GetTemplateURLForGUID(sync_turl->sync_guid()));
2317 DCHECK(IsFromSync(sync_turl, sync_data));
2320 FindNonExtensionTemplateURLForKeyword(sync_turl->keyword());
2324 // |sync_turl|, skip the following preparation steps and just add |sync_turl|
2326 // |sync_turl|.
2333 ResolveSyncKeywordConflict(sync_turl, conflicting_turl, change_list);
2341 if (IsLocalTemplateURLBetter(conflicting_turl, sync_turl)) {
2342 ResetTemplateURLGUID(conflicting_turl, sync_turl->sync_guid());
2369 TemplateURLData data(sync_turl->data());