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 523 scoped_ptr<TemplateURL> sync_turl(CreateTestTemplateURL(
527 model()->IsLocalTemplateURLBetter(local_turl, sync_turl.get()));
546 scoped_ptr<TemplateURL> sync_turl(CreateTestTemplateURL(original_turl_keyword,
549 model()->ResolveSyncKeywordConflict(sync_turl.get(), original_turl, &changes);
550 EXPECT_NE(original_turl_keyword, sync_turl->keyword());
567 sync_turl.reset(CreateTestTemplateURL(original_turl_keyword, "http://new.com",
569 model()->ResolveSyncKeywordConflict(sync_turl.get(), original_turl, &changes);
570 EXPECT_EQ(original_turl_keyword, sync_turl->keyword());
582 // sync_turl can fit.
586 sync_turl.reset(CreateTestTemplateURL(original_turl_keyword, "http://new.com"
2170 TemplateURL* sync_turl = CopyTemplateURL(default_turl.get(), local
2199 TemplateURL* sync_turl = CopyTemplateURL(default_turl.get(), local
    [all...]
template_url_service.cc     [all...]
template_url_service.h 560 // Returns true iff |local_turl| is considered "better" than |sync_turl| for
562 // known to the local model (though it may already be synced), and |sync_turl|
564 // The criteria for if |local_turl| is better than |sync_turl| is whether any
566 // * |local_turl|'s last_modified timestamp is newer than sync_turl.
570 const TemplateURL* sync_turl);
584 // Adds |sync_turl| into the local model, possibly removing or updating a
585 // local TemplateURL to make room for it. This expects |sync_turl| to be a new
592 // model during MergeDataAndStartSyncing. If |sync_turl| replaces a local
596 // deleted are updated depending on how the |sync_turl| is merged in.
598 void MergeInSyncTemplateURL(TemplateURL* sync_turl,
    [all...]

Completed in 60 milliseconds