Home | History | Annotate | Download | only in webkit

Lines Matching refs:sync

34  * To set up for sync, the host application has to call<p>
46 * To get instant sync instead of waiting for the timer to trigger, the host can
49 * <pre class="prettyprint">CookieSyncManager.getInstance().sync()</pre><p>
51 * The sync interval is 5 minutes, so you will want to force syncs
53 * WebViewClient#onPageFinished}. Note that even sync() happens
59 * To manually force a sync you can use the CookieManager
61 * replacement for {@link #sync}.
107 * sync() forces sync manager to sync now
111 public void sync() {
124 * resetSync() resets sync manager's timer.
133 * startSync() requests sync manager to start sync.
142 * stopSync() requests sync manager to stop sync. remove any SYNC_MESSAGE in
143 * the queue to break the sync loop