Home | History | Annotate | Download | only in message_loop

Lines Matching defs:MessagePumpLibevent

38 // MessagePumpLibevent::WatchFileDescriptor(),
46 // is active after its MessagePumpLibevent has been destroyed.
53 MessagePumpLibevent::FileDescriptorWatcher::FileDescriptorWatcher()
60 MessagePumpLibevent::FileDescriptorWatcher::~FileDescriptorWatcher() {
70 bool MessagePumpLibevent::FileDescriptorWatcher::StopWatchingFileDescriptor() {
83 void MessagePumpLibevent::FileDescriptorWatcher::Init(event *e) {
90 event *MessagePumpLibevent::FileDescriptorWatcher::ReleaseEvent() {
96 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBlocking(
97 int fd, MessagePumpLibevent* pump) {
107 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanWriteWithoutBlocking(
108 int fd, MessagePumpLibevent* pump) {
115 MessagePumpLibevent::MessagePumpLibevent()
126 MessagePumpLibevent::~MessagePumpLibevent() {
142 bool MessagePumpLibevent::WatchFileDescriptor(int fd,
208 void MessagePumpLibevent::AddIOObserver(IOObserver *obs) {
212 void MessagePumpLibevent::RemoveIOObserver(IOObserver *obs) {
223 void MessagePumpLibevent::Run(Delegate* delegate) {
287 void MessagePumpLibevent::Quit() {
294 void MessagePumpLibevent::ScheduleWork() {
302 void MessagePumpLibevent::ScheduleDelayedWork(
310 void MessagePumpLibevent::WillProcessIOEvent() {
314 void MessagePumpLibevent::DidProcessIOEvent() {
318 bool MessagePumpLibevent::Init() {
346 void MessagePumpLibevent::OnLibeventNotification(int fd,
352 TRACE_EVENT1("toplevel", "MessagePumpLibevent::OnLibeventNotification",
355 MessagePumpLibevent* pump = controller->pump();
377 void MessagePumpLibevent::OnWakeup(int socket, short /* flags */,
379 MessagePumpLibevent* that = static_cast<MessagePumpLibevent*>(context);