HomeSort by relevance Sort by last modified time
    Searched defs:OnLibeventNotification (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/base/message_loop/
message_pump_libevent_unittest.cc 44 void OnLibeventNotification(
47 pump->OnLibeventNotification(0, EV_WRITE | EV_READ, controller);
133 OnLibeventNotification(pump.get(), watcher);
157 OnLibeventNotification(pump.get(), &watcher);
message_pump_libevent.cc 183 event_set(evt.get(), fd, event_mask, OnLibeventNotification, controller);
341 void MessagePumpLibevent::OnLibeventNotification(int fd, short flags,
  /external/chromium/base/
message_pump_libevent.cc 175 event_set(evt.get(), fd, event_mask, OnLibeventNotification, controller);
325 void MessagePumpLibevent::OnLibeventNotification(int fd, short flags,

Completed in 144 milliseconds