HomeSort by relevance Sort by last modified time
    Searched refs:sync_turl (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/search_engines/
template_url_service_sync_unittest.cc 496 scoped_ptr<TemplateURL> sync_turl(CreateTestTemplateURL(
500 model()->IsLocalTemplateURLBetter(local_turl, sync_turl.get()));
519 scoped_ptr<TemplateURL> sync_turl(CreateTestTemplateURL(original_turl_keyword,
522 model()->ResolveSyncKeywordConflict(sync_turl.get(), original_turl, &changes);
523 EXPECT_NE(original_turl_keyword, sync_turl->keyword());
540 sync_turl.reset(CreateTestTemplateURL(original_turl_keyword, "http://new.com",
542 model()->ResolveSyncKeywordConflict(sync_turl.get(), original_turl, &changes);
543 EXPECT_EQ(original_turl_keyword, sync_turl->keyword());
555 // sync_turl can fit.
559 sync_turl.reset(CreateTestTemplateURL(original_turl_keyword, "http://new.com"
2111 TemplateURL* sync_turl = CopyTemplateURL(default_turl.get(), local
2140 TemplateURL* sync_turl = CopyTemplateURL(default_turl.get(), local
    [all...]
template_url_service.cc     [all...]
template_url_service.h 591 // Returns true iff |local_turl| is considered "better" than |sync_turl| for
593 // known to the local model (though it may already be synced), and |sync_turl|
595 // The criteria for if |local_turl| is better than |sync_turl| is whether any
597 // * |local_turl|'s last_modified timestamp is newer than sync_turl.
601 const TemplateURL* sync_turl);
615 // Adds |sync_turl| into the local model, possibly removing or updating a
616 // local TemplateURL to make room for it. This expects |sync_turl| to be a new
623 // model during MergeDataAndStartSyncing. If |sync_turl| replaces a local
627 // deleted are updated depending on how the |sync_turl| is merged in.
629 void MergeInSyncTemplateURL(TemplateURL* sync_turl,
    [all...]

Completed in 880 milliseconds