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

/external/chromium_org/components/search_engines/
H A Dtemplate_url_service_sync_unittest.cc493 scoped_ptr<TemplateURL> sync_turl(CreateTestTemplateURL(
497 model()->IsLocalTemplateURLBetter(local_turl, sync_turl.get()));
516 scoped_ptr<TemplateURL> sync_turl(CreateTestTemplateURL(original_turl_keyword,
519 model()->ResolveSyncKeywordConflict(sync_turl.get(), original_turl, &changes);
520 EXPECT_NE(original_turl_keyword, sync_turl->keyword());
537 sync_turl.reset(CreateTestTemplateURL(original_turl_keyword, "http://new.com",
539 model()->ResolveSyncKeywordConflict(sync_turl.get(), original_turl, &changes);
540 EXPECT_EQ(original_turl_keyword, sync_turl->keyword());
552 // sync_turl can fit.
556 sync_turl
2113 TemplateURL* sync_turl = CopyTemplateURL(default_turl.get(), local
2142 TemplateURL* sync_turl = CopyTemplateURL(default_turl.get(), local
[all...]
H A Dtemplate_url_service.cc1136 scoped_ptr<TemplateURL> sync_turl(
1140 if (!sync_turl.get())
1143 if (pre_sync_deletes_.find(sync_turl->sync_guid()) !=
1162 if (sync_turl->last_modified() > local_turl->last_modified()) {
1168 if (UpdateNoNotify(local_turl, *sync_turl))
1172 } else if (sync_turl->last_modified() < local_turl->last_modified()) {
1186 MergeInSyncTemplateURL(sync_turl.get(), sync_data_map, &new_changes,
2163 const TemplateURL* sync_turl) {
2165 return local_turl->last_modified() > sync_turl->last_modified() ||
2212 TemplateURL* sync_turl,
2161 IsLocalTemplateURLBetter( const TemplateURL* local_turl, const TemplateURL* sync_turl) argument
2211 MergeInSyncTemplateURL( TemplateURL* sync_turl, const SyncDataMap& sync_data, syncer::SyncChangeList* change_list, SyncDataMap* local_data, syncer::SyncMergeResult* merge_result) argument
[all...]

Completed in 1305 milliseconds