Home | History | Annotate | Download | only in search_engines

Lines Matching refs:sync_turl

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,