Searched refs:OnLibeventNotification (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/base/message_loop/
H A Dmessage_pump_libevent_unittest.cc44 void OnLibeventNotification( function in class:base::MessagePumpLibeventTest
47 pump->OnLibeventNotification(0, EV_WRITE | EV_READ, controller);
133 OnLibeventNotification(pump.get(), watcher);
157 OnLibeventNotification(pump.get(), &watcher);
H A Dmessage_pump_libevent.h140 static void OnLibeventNotification(int fd, short flags,
H A Dmessage_pump_libevent.cc183 event_set(evt.get(), fd, event_mask, OnLibeventNotification, controller);
341 void MessagePumpLibevent::OnLibeventNotification(int fd, short flags, function in class:base::MessagePumpLibevent
/external/chromium/base/
H A Dmessage_pump_libevent.h132 static void OnLibeventNotification(int fd, short flags,
H A Dmessage_pump_libevent.cc175 event_set(evt.get(), fd, event_mask, OnLibeventNotification, controller);
325 void MessagePumpLibevent::OnLibeventNotification(int fd, short flags, function in class:base::MessagePumpLibevent

Completed in 79 milliseconds