Searched refs:throttle (Results 1 – 3 of 3) sorted by relevance
57 bool throttle = (pw_handle->version >= HANDLE_VERSION_THROTTLE); in Enroll() local58 if (throttle) { in Enroll()78 if (throttle && timeout > 0) { in Enroll()136 bool throttle = (password_handle->version >= HANDLE_VERSION_THROTTLE); in Verify() local138 if (throttle) { in Verify()167 if (throttle) ClearFailureRecord(uid, user_id, throttle_secure); in Verify()170 if (throttle && timeout > 0) { in Verify()
26 function throttle(callback) { function38 window.addEventListener('resize', throttle(function() {
1448 function throttle(callback) { function1460 $(window).resize(throttle(() => this._adjustTextSize()));