HomeSort by relevance Sort by last modified time
    Searched refs:MessagePumpLibevent (Results 1 - 7 of 7) sorted by null

  /external/chromium/base/
message_pump_libevent.h 22 class MessagePumpLibevent : public MessagePump {
64 friend class MessagePumpLibevent;
66 // Called by MessagePumpLibevent, ownership of |e| is transferred to this
70 // Used by MessagePumpLibevent to take ownership of event_.
73 void set_pump(MessagePumpLibevent* pump) { pump_ = pump; }
74 MessagePumpLibevent* pump() { return pump_; }
78 void OnFileCanReadWithoutBlocking(int fd, MessagePumpLibevent* pump);
79 void OnFileCanWriteWithoutBlocking(int fd, MessagePumpLibevent* pump);
83 MessagePumpLibevent* pump_;
95 MessagePumpLibevent();
    [all...]
message_pump_libevent.cc 28 // MessagePumpLibevent::WatchFileDescriptor(),
36 // is active after its MessagePumpLibevent has been destroyed.
52 MessagePumpLibevent::FileDescriptorWatcher::FileDescriptorWatcher()
59 MessagePumpLibevent::FileDescriptorWatcher::~FileDescriptorWatcher() {
65 bool MessagePumpLibevent::FileDescriptorWatcher::StopWatchingFileDescriptor() {
78 void MessagePumpLibevent::FileDescriptorWatcher::Init(event *e,
87 event *MessagePumpLibevent::FileDescriptorWatcher::ReleaseEvent() {
93 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBlocking(
94 int fd, MessagePumpLibevent* pump) {
100 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanWriteWithoutBlocking
    [all...]
message_loop.h 386 base::MessagePumpLibevent* pump_libevent() {
387 return static_cast<base::MessagePumpLibevent*>(pump_.get());
579 typedef base::MessagePumpLibevent::Watcher Watcher;
580 typedef base::MessagePumpLibevent::FileDescriptorWatcher
582 typedef base::MessagePumpLibevent::IOObserver IOObserver;
585 WATCH_READ = base::MessagePumpLibevent::WATCH_READ,
586 WATCH_WRITE = base::MessagePumpLibevent::WATCH_WRITE,
587 WATCH_READ_WRITE = base::MessagePumpLibevent::WATCH_READ_WRITE
627 // Please see MessagePumpLibevent for definition.
635 base::MessagePumpLibevent* pump_io()
    [all...]
message_loop.cc 140 #define MESSAGE_PUMP_IO new base::MessagePumpLibevent()
143 #define MESSAGE_PUMP_IO new base::MessagePumpLibevent()
146 #define MESSAGE_PUMP_IO new base::MessagePumpLibevent()
154 #define MESSAGE_PUMP_IO new base::MessagePumpLibevent()
726 static_cast<base::MessagePumpLibevent::Mode>(mode),
message_loop_unittest.cc     [all...]
  /external/chromium/chrome/common/
service_process_util_posix.h 39 : public base::MessagePumpLibevent::Watcher {
49 // base::MessagePumpLibevent::Watcher overrides
80 base::MessagePumpLibevent::FileDescriptorWatcher watcher_;
  /external/chromium/net/proxy/
proxy_config_service_linux.cc 433 public base::MessagePumpLibevent::Watcher {
560 // Implement base::MessagePumpLibevent::Delegate.
    [all...]

Completed in 217 milliseconds