Searched refs:OnAlarm (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/tools/flip_server/
H A Doutput_ordering.h57 virtual int64 OnAlarm();
H A Depoll_server.h355 // If the callback returns a positive number from its OnAlarm() function,
373 // positive number from its OnAlarm() function, then the callback will be
395 // be warned that a token may have become already invalid when OnAlarm()
702 // all alarms that were reregistered because OnAlarm() returned a
706 // OnAlarm on any alarm in this set. This ensures that we do not
987 // WARNING: If a token was saved to refer to an alarm callback, OnAlarm must
992 virtual int64 OnAlarm() = 0;
1036 virtual int64 OnAlarm();
H A Doutput_ordering.cc58 int64 OutputOrdering::BeginOutputtingAlarm::OnAlarm() { function in class:net::OutputOrdering::BeginOutputtingAlarm
H A Depoll_server.cc759 // Execute the OnAlarm() only if we did not register
769 const int64 new_timeout_time_in_us = cb->OnAlarm();
800 int64 EpollAlarm::OnAlarm() { function in class:net::EpollAlarm

Completed in 38 milliseconds