Searched refs:throttle (Results 1 – 3 of 3) sorted by relevance
53 bool throttle = (pw_handle->version >= HANDLE_VERSION_THROTTLE); in Enroll() local54 if (throttle) { in Enroll()74 if (throttle && timeout > 0) { in Enroll()125 bool throttle = (password_handle->version >= HANDLE_VERSION_THROTTLE); in Verify() local127 if (throttle) { in Verify()155 if (throttle) ClearFailureRecord(uid, user_id, throttle_secure); in Verify()158 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()));