Home
last modified time | relevance | path

Searched refs:MessagePumpLibevent (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/base/message_loop/
Dmessage_pump_libevent_unittest.cc47 MessagePumpLibevent* pump, in OnLibeventNotification()
48 MessagePumpLibevent::FileDescriptorWatcher* controller) { in OnLibeventNotification()
63 class StupidWatcher : public MessagePumpLibevent::Watcher {
77 MessagePumpLibevent::FileDescriptorWatcher watcher; in TEST_F()
87 scoped_ptr<MessagePumpLibevent> pump(new MessagePumpLibevent); in TEST_F()
94 class BaseWatcher : public MessagePumpLibevent::Watcher {
96 explicit BaseWatcher(MessagePumpLibevent::FileDescriptorWatcher* controller) in BaseWatcher()
112 MessagePumpLibevent::FileDescriptorWatcher* controller_;
118 MessagePumpLibevent::FileDescriptorWatcher* controller) in DeleteWatcher()
133 scoped_ptr<MessagePumpLibevent> pump(new MessagePumpLibevent); in TEST_F()
[all …]
Dmessage_pump_libevent.cc53 MessagePumpLibevent::FileDescriptorWatcher::FileDescriptorWatcher() in FileDescriptorWatcher()
60 MessagePumpLibevent::FileDescriptorWatcher::~FileDescriptorWatcher() { in ~FileDescriptorWatcher()
66 bool MessagePumpLibevent::FileDescriptorWatcher::StopWatchingFileDescriptor() { in StopWatchingFileDescriptor()
79 void MessagePumpLibevent::FileDescriptorWatcher::Init(event *e) { in Init()
86 event *MessagePumpLibevent::FileDescriptorWatcher::ReleaseEvent() { in ReleaseEvent()
92 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBlocking( in OnFileCanReadWithoutBlocking()
93 int fd, MessagePumpLibevent* pump) { in OnFileCanReadWithoutBlocking()
103 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanWriteWithoutBlocking( in OnFileCanWriteWithoutBlocking()
104 int fd, MessagePumpLibevent* pump) { in OnFileCanWriteWithoutBlocking()
111 MessagePumpLibevent::MessagePumpLibevent() in MessagePumpLibevent() function in base::MessagePumpLibevent
[all …]
Dmessage_pump_libevent.h24 class BASE_EXPORT MessagePumpLibevent : public MessagePump {
68 friend class MessagePumpLibevent;
78 void set_pump(MessagePumpLibevent* pump) { pump_ = pump; } in set_pump()
79 MessagePumpLibevent* pump() const { return pump_; } in pump()
83 void OnFileCanReadWithoutBlocking(int fd, MessagePumpLibevent* pump);
84 void OnFileCanWriteWithoutBlocking(int fd, MessagePumpLibevent* pump);
87 MessagePumpLibevent* pump_;
100 MessagePumpLibevent();
101 virtual ~MessagePumpLibevent();
172 DISALLOW_COPY_AND_ASSIGN(MessagePumpLibevent);
Dmessage_loop.h564 MessagePumpLibevent::Mode mode,
565 MessagePumpLibevent::FileDescriptorWatcher* controller,
566 MessagePumpLibevent::Watcher* delegate);
620 typedef MessagePumpLibevent::Watcher Watcher;
621 typedef MessagePumpLibevent::FileDescriptorWatcher
623 typedef MessagePumpLibevent::IOObserver IOObserver;
626 WATCH_READ = MessagePumpLibevent::WATCH_READ,
627 WATCH_WRITE = MessagePumpLibevent::WATCH_WRITE,
628 WATCH_READ_WRITE = MessagePumpLibevent::WATCH_READ_WRITE
Dmessage_loop.cc106 typedef MessagePumpLibevent MessagePumpForIO;
226 typedef MessagePumpLibevent MessagePumpForUI; in CreateMessagePumpForType()
662 MessagePumpLibevent::Mode mode, in WatchFileDescriptor()
663 MessagePumpLibevent::FileDescriptorWatcher *controller, in WatchFileDescriptor()
664 MessagePumpLibevent::Watcher *delegate) { in WatchFileDescriptor()
665 return static_cast<MessagePumpLibevent*>(pump_.get())->WatchFileDescriptor( in WatchFileDescriptor()
/external/chromium_org/ui/events/platform/x11/
Dx11_event_source_libevent.cc17 public base::MessagePumpLibevent::Watcher {
37 base::MessagePumpLibevent::WATCH_READ, &watcher_controller_, this); in AddEventWatcher()
55 base::MessagePumpLibevent::FileDescriptorWatcher watcher_controller_;
/external/chromium_org/ui/events/ozone/evdev/
Devent_converter_evdev.h20 : public base::MessagePumpLibevent::Watcher {
42 base::MessagePumpLibevent::FileDescriptorWatcher controller_;
Devent_converter_evdev.cc23 fd_, true, base::MessagePumpLibevent::WATCH_READ, &controller_, this); in Start()
Dkey_event_converter_evdev.h41 base::MessagePumpLibevent::FileDescriptorWatcher controller_;
/external/chromium_org/content/browser/
Dudev_linux.h54 class UdevLinux : public base::MessagePumpLibevent::Watcher {
89 base::MessagePumpLibevent::FileDescriptorWatcher monitor_watcher_;
/external/chromium_org/ui/events/ozone/device/udev/
Ddevice_manager_udev.h19 : public DeviceManager, base::MessagePumpLibevent::Watcher {
42 base::MessagePumpLibevent::FileDescriptorWatcher controller_;
Ddevice_manager_udev.cc95 fd, true, base::MessagePumpLibevent::WATCH_READ, &controller_, this); in CreateMonitor()
/external/chromium_org/device/hid/
Ddevice_monitor_linux.h27 public base::MessagePumpLibevent::Watcher {
64 base::MessagePumpLibevent::FileDescriptorWatcher monitor_watcher_;
Dhid_connection_linux.h17 public base::MessagePumpLibevent::Watcher {
49 base::MessagePumpLibevent::FileDescriptorWatcher device_file_watcher_;
/external/chromium_org/remoting/host/posix/
Dsignal_handler.cc24 class SignalListener : public base::MessagePumpLibevent::Watcher {
35 base::MessagePumpLibevent::FileDescriptorWatcher controller;
/external/chromium_org/remoting/host/
Dlocal_input_monitor_linux.cc48 public base::MessagePumpLibevent::Watcher {
84 base::MessagePumpLibevent::FileDescriptorWatcher controller_;
/external/chromium_org/media/base/
Duser_input_monitor_linux.cc39 : public base::MessagePumpLibevent::Watcher,
77 base::MessagePumpLibevent::FileDescriptorWatcher controller_;
/external/chromium_org/dbus/
Dbus.cc43 class Watch : public base::MessagePumpLibevent::Watcher {
99 base::MessagePumpLibevent::FileDescriptorWatcher file_descriptor_watcher_;
/external/chromium_org/net/proxy/
Dproxy_config_service_linux.cc858 public base::MessagePumpLibevent::Watcher {
1333 base::MessagePumpLibevent::FileDescriptorWatcher inotify_watcher_;