Searched defs:throttle (Results 1 – 13 of 13) sorted by relevance
5 throttle(): Function<T>; method17 throttle(): Function<T>; method
74 throttle(wait: number): T; method565 throttle<T extends Function>(func: T, wait: number): T; method
19 namespace throttle { namespace102 std::unique_ptr<content::NavigationThrottle> throttle = in CreateThrottlesForNavigation() local
51 const __DRI2throttleExtension *throttle; member
101 throttle: 500, property
60 boolean throttle; member
675 throttle(struct brw_context *brw) in throttle() function
528 _.throttle = function(func, wait) { function
373 struct util_throttle throttle; member
291 void (*throttle)(__DRIcontext *ctx, member
1458 gst_base_sink_set_throttle_time (GstBaseSink * sink, guint64 throttle) in gst_base_sink_set_throttle_time()