Searched refs:OnEvent (Results 1 - 22 of 22) sorted by relevance

/external/chromium/net/disk_cache/
H A Dstats.h61 void OnEvent(Counters an_event);
H A Dbackend_impl.cc575 stats_.OnEvent(Stats::DOOM_CACHE);
632 stats_.OnEvent(Stats::DOOM_RECENT);
677 stats_.OnEvent(Stats::OPEN_MISS);
684 stats_.OnEvent(Stats::OPEN_MISS);
692 stats_.OnEvent(Stats::OPEN_HIT);
742 stats_.OnEvent(Stats::CREATE_ERROR);
750 stats_.OnEvent(Stats::CREATE_ERROR);
762 stats_.OnEvent(Stats::CREATE_ERROR);
788 stats_.OnEvent(Stats::CREATE_HIT);
929 stats_.OnEvent(Stat
1131 void BackendImpl::OnEvent(Stats::Counters an_event) { function in class:disk_cache::BackendImpl
[all...]
H A Dbackend_impl.h202 void OnEvent(Stats::Counters an_event);
H A Dstats.cc177 void Stats::OnEvent(Counters an_event) { function in class:disk_cache::Stats
H A Deviction.cc133 backend_->OnEvent(Stats::TRIM_ENTRY);
279 backend_->OnEvent(Stats::TRIM_ENTRY);
H A Dentry_impl.cc952 backend_->OnEvent(Stats::READ_DATA);
1040 backend_->OnEvent(Stats::WRITE_DATA);
H A Drankings.cc571 backend_->OnEvent(Stats::OPEN_RANKINGS);
/external/chromium/net/tools/flip_server/
H A Dacceptor_thread.h54 virtual void OnEvent(int fd, EpollEvent* event);
H A Dsm_connection.h87 virtual void OnEvent(int fd, EpollEvent* event);
H A Dacceptor_thread.cc195 void SMAcceptorThread::OnEvent(int fd, EpollEvent* event) { function in class:net::SMAcceptorThread
H A Depoll_server.cc48 // - The ready list is "one shot": each entry is removed before OnEvent is
63 void OnEvent(int fd, EpollEvent* event) { function in class:net::ReadPipeCallback
274 // inside the callchain of OnEvent.
287 // OnEvent. Since the EpollServer needs a valid CBAndEventMask after OnEvent
296 // enough so the code that calls OnEvent doesn't have to worry about
712 // OnEvent() may call UnRegister, so we set in_use, here. Any
717 cb_and_mask->cb->OnEvent(cb_and_mask->fd, &event);
720 // Since OnEvent may have called UnregisterFD, we must check here that
H A Depoll_server.h58 // OnEvent.
91 // parameter for OnEvent to inform the EpollServer whether to put
93 virtual void OnEvent(int fd, EpollEvent* event) = 0;
271 // it's OnEvent() method is called with the file-descriptor 'fd',
306 // OnEvent method of all callbacks associated with the fds on the ready
309 // callback's OnEvent() method is invoked. To stay on the ready list, the
310 // OnEvent() (or some function in that call chain) must call SetFDReady
317 // SetFDNotReady() (since OnEvent cannot distinguish between invocation
321 // Since the ready list invokes EpollCallbackInterface::OnEvent, only fds
329 // when OnEvent() i
[all...]
H A Dsm_connection.cc226 void SMConnection::OnEvent(int fd, EpollEvent* event) { function in class:net::SMConnection
/external/chromium/third_party/libjingle/source/talk/base/
H A Dphysicalsocketserver.h63 virtual void OnEvent(uint32 ff, int err) = 0;
H A Dopensslstreamadapter.h92 virtual void OnEvent(StreamInterface* stream, int events, int err);
H A Dphysicalsocketserver.cc563 virtual void OnEvent(uint32 ff, int err) { function in class:talk_base::EventDispatcher
724 virtual void OnEvent(uint32 ff, int err) {
846 virtual void OnEvent(uint32 ff, int err) {
910 virtual void OnEvent(uint32 ff, int err) {
991 virtual void OnEvent(uint32 ff, int err) {
1073 virtual void OnEvent(uint32 ff, int err) {
1138 void OnEvent(uint32 ff, int err) {
1352 pdispatcher->OnEvent(ff, errcode);
1526 event_owners[index]->OnEvent(0, 0);
1592 disp->OnEvent(f
[all...]
H A Dopensslstreamadapter.cc348 void OpenSSLStreamAdapter::OnEvent(StreamInterface* stream, int events, function in class:talk_base::OpenSSLStreamAdapter
354 LOG(LS_INFO) << "OpenSSLStreamAdapter::OnEvent SE_OPEN";
367 LOG(LS_INFO) << "OpenSSLStreamAdapter::OnEvent"
391 LOG(LS_INFO) << "OpenSSLStreamAdapter::OnEvent(SE_CLOSE, " << err << ")";
394 // SE_CLOSE is the only event that uses the final parameter to OnEvent().
399 StreamAdapterInterface::OnEvent(stream, events_to_signal, signal_error);
474 StreamAdapterInterface::OnEvent(stream(), SE_OPEN|SE_READ|SE_WRITE, 0);
501 StreamAdapterInterface::OnEvent(stream(), SE_CLOSE, err);
H A Dstream.h318 virtual void OnEvent(StreamInterface* stream, int events, int err) { function in class:talk_base::StreamAdapterInterface
603 virtual void OnEvent(StreamInterface* stream, int events, int err);
H A Dstream.cc145 stream_->SignalEvent.connect(this, &StreamAdapterInterface::OnEvent);
156 stream_->SignalEvent.connect(this, &StreamAdapterInterface::OnEvent);
916 void LoggingAdapter::OnEvent(StreamInterface* stream, int events, int err) { function in class:talk_base::LoggingAdapter
924 StreamAdapterInterface::OnEvent(stream, events, err);
/external/chromium/third_party/libjingle/source/talk/examples/login/
H A Dxmppsocket.h69 void OnEvent(talk_base::StreamInterface* stream, int events, int err);
H A Dxmppsocket.cc71 stream_->SignalEvent.connect(this, &XmppSocket::OnEvent);
124 void XmppSocket::OnEvent(talk_base::StreamInterface* stream, function in class:XmppSocket
204 OnEvent(stream_, talk_base::SE_WRITE, 0);
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Ddevicemanager.cc95 virtual void OnEvent(uint32 ff, int err);
929 void DeviceWatcher::OnEvent(uint32 ff, int err) { function in class:cricket::DeviceWatcher

Completed in 138 milliseconds