Searched defs:start_delay (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/app_list/views/
H A Dpulsing_block_view.cc73 PulsingBlockView::PulsingBlockView(const gfx::Size& size, bool start_delay) { argument
78 const int delay = start_delay ? base::RandInt(0, max_delay) : 0;
/external/chromium_org/third_party/webrtc/base/
H A Dasynchttprequest.h36 // If start_delay is less than or equal to zero, this starts immediately.
38 int start_delay() const { return start_delay_; } function in class:rtc::AsyncHttpRequest
/external/fio/
H A Deta.c218 uint64_t start_delay = td->o.start_delay; local
221 t_eta = timeout + start_delay + ramp_time;
236 r_eta += (td->o.start_delay / 1000000ULL);
H A Dthread_options.h136 unsigned long long start_delay; member in struct:thread_options
360 uint64_t start_delay; member in struct:thread_options_pack

Completed in 320 milliseconds