HomeSort by relevance Sort by last modified time
    Searched refs:FileDescriptorWatcher (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium_org/base/message_loop/
message_pump_libevent.h 55 class FileDescriptorWatcher {
57 FileDescriptorWatcher();
58 ~FileDescriptorWatcher(); // Implicitly calls StopWatchingFileDescriptor.
89 WeakPtrFactory<FileDescriptorWatcher> weak_factory_;
91 DISALLOW_COPY_AND_ASSIGN(FileDescriptorWatcher);
105 // Callers must provide a preallocated FileDescriptorWatcher object which
107 // If a FileDescriptorWatcher is passed in which is already attached to
118 FileDescriptorWatcher *controller,
message_pump_libevent_unittest.cc 46 MessagePumpLibevent::FileDescriptorWatcher* controller) {
75 MessagePumpLibevent::FileDescriptorWatcher watcher;
88 explicit BaseWatcher(MessagePumpLibevent::FileDescriptorWatcher* controller)
104 MessagePumpLibevent::FileDescriptorWatcher* controller_;
110 MessagePumpLibevent::FileDescriptorWatcher* controller)
126 MessagePumpLibevent::FileDescriptorWatcher* watcher =
127 new MessagePumpLibevent::FileDescriptorWatcher;
139 MessagePumpLibevent::FileDescriptorWatcher* controller)
151 MessagePumpLibevent::FileDescriptorWatcher watcher;
message_pump_io_ios.h 52 class FileDescriptorWatcher {
54 FileDescriptorWatcher();
55 ~FileDescriptorWatcher(); // Implicitly calls StopWatchingFileDescriptor.
90 DISALLOW_COPY_AND_ASSIGN(FileDescriptorWatcher);
104 // Callers must provide a preallocated FileDescriptorWatcher object which
106 // If a FileDescriptorWatcher is passed in which is already attached to
116 FileDescriptorWatcher *controller,
message_pump_io_ios.cc 9 MessagePumpIOSForIO::FileDescriptorWatcher::FileDescriptorWatcher()
17 MessagePumpIOSForIO::FileDescriptorWatcher::~FileDescriptorWatcher() {
21 bool MessagePumpIOSForIO::FileDescriptorWatcher::StopWatchingFileDescriptor() {
36 void MessagePumpIOSForIO::FileDescriptorWatcher::Init(
50 void MessagePumpIOSForIO::FileDescriptorWatcher::OnFileCanReadWithoutBlocking(
59 void MessagePumpIOSForIO::FileDescriptorWatcher::OnFileCanWriteWithoutBlocking(
78 FileDescriptorWatcher *controller,
175 FileDescriptorWatcher* controller
    [all...]
message_pump_io_ios_unittest.cc 45 void HandleFdIOEvent(MessageLoopForIO::FileDescriptorWatcher* watcher) {
79 MessagePumpIOSForIO::FileDescriptorWatcher watcher;
92 BaseWatcher(MessagePumpIOSForIO::FileDescriptorWatcher* controller)
108 MessagePumpIOSForIO::FileDescriptorWatcher* controller_;
114 MessagePumpIOSForIO::FileDescriptorWatcher* controller)
130 MessagePumpIOSForIO::FileDescriptorWatcher* watcher =
131 new MessagePumpIOSForIO::FileDescriptorWatcher;
142 StopWatcher(MessagePumpIOSForIO::FileDescriptorWatcher* controller,
166 MessagePumpIOSForIO::FileDescriptorWatcher watcher;
177 MessagePumpIOSForIO::FileDescriptorWatcher watcher
    [all...]
message_pump_libevent.cc 30 // is owned by the FileDescriptorWatcher, and is destroyed in
36 // At the moment bad things happen if a FileDescriptorWatcher
53 MessagePumpLibevent::FileDescriptorWatcher::FileDescriptorWatcher()
60 MessagePumpLibevent::FileDescriptorWatcher::~FileDescriptorWatcher() {
66 bool MessagePumpLibevent::FileDescriptorWatcher::StopWatchingFileDescriptor() {
79 void MessagePumpLibevent::FileDescriptorWatcher::Init(event *e) {
86 event *MessagePumpLibevent::FileDescriptorWatcher::ReleaseEvent() {
92 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBlocking
    [all...]
message_loop.h 630 typedef MessagePumpIOSForIO::FileDescriptorWatcher
631 FileDescriptorWatcher;
641 typedef MessagePumpLibevent::FileDescriptorWatcher
642 FileDescriptorWatcher;
688 FileDescriptorWatcher *controller,
701 FileDescriptorWatcher* controller,
  /external/chromium/base/
message_pump_libevent.h 51 class FileDescriptorWatcher {
53 FileDescriptorWatcher();
54 ~FileDescriptorWatcher(); // Implicitly calls StopWatchingFileDescriptor.
86 DISALLOW_COPY_AND_ASSIGN(FileDescriptorWatcher);
100 // Callers must provide a preallocated FileDescriptorWatcher object which
102 // If a FileDescriptorWatcher is passed in which is already attached to
112 FileDescriptorWatcher *controller,
message_pump_libevent.cc 29 // is owned by the FileDescriptorWatcher, and is destroyed in
35 // At the moment bad things happen if a FileDescriptorWatcher
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
    [all...]
  /external/chromium_org/ipc/
ipc_channel_factory.h 47 base::MessageLoopForIO::FileDescriptorWatcher
ipc_channel_posix.h 121 base::MessageLoopForIO::FileDescriptorWatcher
123 base::MessageLoopForIO::FileDescriptorWatcher read_watcher_;
124 base::MessageLoopForIO::FileDescriptorWatcher write_watcher_;
unix_domain_socket_util_unittest.cc 54 watcher_.reset(new base::MessageLoopForIO::FileDescriptorWatcher);
59 void StopWatching(base::MessageLoopForIO::FileDescriptorWatcher* watcher) {
73 scoped_ptr<base::MessageLoopForIO::FileDescriptorWatcher> watcher_;
  /external/chromium_org/net/dns/
notify_watcher_mac.h 40 base::MessageLoopForIO::FileDescriptorWatcher watcher_;
  /external/chromium_org/ui/base/ozone/
event_factory_ozone.h 49 typedef base::MessagePumpLibevent::FileDescriptorWatcher* FDWatcher;
  /external/chromium/net/socket/
tcp_server_socket_libevent.h 43 MessageLoopForIO::FileDescriptorWatcher accept_socket_watcher_;
tcp_client_socket_libevent.h 160 MessageLoopForIO::FileDescriptorWatcher read_socket_watcher_;
161 MessageLoopForIO::FileDescriptorWatcher write_socket_watcher_;
  /external/chromium_org/content/browser/
udev_linux.h 89 base::MessagePumpLibevent::FileDescriptorWatcher monitor_watcher_;
  /external/chromium/chrome/common/
service_process_util_posix.h 80 base::MessagePumpLibevent::FileDescriptorWatcher watcher_;
  /external/chromium_org/media/audio/
async_socket_io_handler.h 98 base::MessageLoopForIO::FileDescriptorWatcher socket_watcher_;
  /external/chromium_org/net/socket/
tcp_server_socket_libevent.h 45 base::MessageLoopForIO::FileDescriptorWatcher accept_socket_watcher_;
tcp_client_socket_libevent.h 207 base::MessageLoopForIO::FileDescriptorWatcher read_socket_watcher_;
208 base::MessageLoopForIO::FileDescriptorWatcher write_socket_watcher_;
  /external/chromium/net/udp/
udp_socket_libevent.h 164 MessageLoopForIO::FileDescriptorWatcher read_socket_watcher_;
165 MessageLoopForIO::FileDescriptorWatcher write_socket_watcher_;
  /external/chromium/chrome/browser/
crash_handler_host_linux.h 90 MessageLoopForIO::FileDescriptorWatcher file_descriptor_watcher_;
  /external/chromium_org/chrome/browser/
crash_handler_host_linux.h 80 base::MessageLoopForIO::FileDescriptorWatcher file_descriptor_watcher_;
  /external/chromium_org/chrome/common/
service_process_util_posix.h 79 base::MessageLoopForIO::FileDescriptorWatcher watcher_;

Completed in 3149 milliseconds

1 2