Home
last modified time | relevance | path

Searched refs:OnLibeventNotification (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/base/message_loop/
Dmessage_pump_libevent_unittest.cc46 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()
Dmessage_pump_libevent.cc183 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
Dmessage_pump_libevent.h140 static void OnLibeventNotification(int fd, short flags,