Searched refs:OnLibeventNotification (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/base/message_loop/ |
D | message_pump_libevent_unittest.cc | 46 void OnLibeventNotification( in OnLibeventNotification() function in base::MessagePumpLibeventTest 49 pump->OnLibeventNotification(0, EV_WRITE | EV_READ, controller); in OnLibeventNotification() 141 OnLibeventNotification(pump.get(), watcher); in TEST_F() 165 OnLibeventNotification(pump.get(), &watcher); in TEST_F() 200 OnLibeventNotification(pump.get(), &watcher); in TEST_F()
|
D | message_pump_libevent.cc | 183 event_set(evt.get(), fd, event_mask, OnLibeventNotification, controller); in WatchFileDescriptor() 339 void MessagePumpLibevent::OnLibeventNotification(int fd, short flags, in OnLibeventNotification() function in base::MessagePumpLibevent
|
D | message_pump_libevent.h | 140 static void OnLibeventNotification(int fd, short flags,
|