OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OnUnregistration
(Results
1 - 7
of
7
) sorted by null
/external/chromium/net/tools/flip_server/
acceptor_thread.h
55
virtual void
OnUnregistration
(int fd, bool replaced) {}
output_ordering.cc
59
OnUnregistration
();
74
void OutputOrdering::BeginOutputtingAlarm::
OnUnregistration
() {
79
OnUnregistration
();
sm_connection.cc
235
void SMConnection::
OnUnregistration
(int fd, bool replaced) {
epoll_server.cc
75
void
OnUnregistration
(int, bool) {} // COV_NF_LINE
203
other_cb->
OnUnregistration
(fd, true);
285
cb->
OnUnregistration
(fd, false);
480
cb->
OnUnregistration
();
814
void EpollAlarm::
OnUnregistration
() {
/external/chromium_org/net/tools/flip_server/
output_ordering.cc
61
OnUnregistration
();
76
void OutputOrdering::BeginOutputtingAlarm::
OnUnregistration
() {
82
OnUnregistration
();
sm_connection.cc
236
void SMConnection::
OnUnregistration
(int fd, bool replaced) {
/external/chromium_org/net/tools/epoll_server/
epoll_server.cc
75
virtual void
OnUnregistration
(int, bool) OVERRIDE {} // COV_NF_LINE
203
other_cb->
OnUnregistration
(fd, true);
285
cb->
OnUnregistration
(fd, false);
480
cb->
OnUnregistration
();
803
void EpollAlarm::
OnUnregistration
() {
Completed in 99 milliseconds