HomeSort by relevance Sort by last modified time
    Searched full:dispatch_ (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/resources/sync_internals/
chrome_sync.js 49 Event.prototype.dispatch_ = function() {
148 chrome.sync.onSyncServiceStateChanged.dispatch_();
154 chrome.sync.onSyncNotificationStateChange.dispatch_(notificationsEnabled);
158 chrome.sync.onSyncIncomingNotification.dispatch_(changedTypes);
164 chrome.sync.onChangesApplied.dispatch_(modelType, changes);
168 chrome.sync.onChangesComplete.dispatch_(modelType);
172 chrome.sync.onSyncCycleCompleted.dispatch_(snapshot);
176 chrome.sync.onAuthError.dispatch_(authError);
180 chrome.sync.onUpdatedToken.dispatch_(token);
184 chrome.sync.onPassphraseRequired.dispatch_(forDecryption)
    [all...]

Completed in 164 milliseconds