Searched refs:StopWatchingFileDescriptor (Results 1 - 11 of 11) sorted by relevance

/external/chromium/base/
H A Dmessage_pump_libevent.h54 ~FileDescriptorWatcher(); // Implicitly calls StopWatchingFileDescriptor.
61 bool StopWatchingFileDescriptor();
H A Dmessage_pump_libevent.cc30 // StopWatchingFileDescriptor().
61 StopWatchingFileDescriptor();
65 bool MessagePumpLibevent::FileDescriptorWatcher::StopWatchingFileDescriptor() { function in class:base::MessagePumpLibevent::FileDescriptorWatcher
H A Dmessage_loop_unittest.cc1680 // Verify that it's ok to call StopWatchingFileDescriptor().
1695 controller.StopWatchingFileDescriptor();
/external/chromium/net/udp/
H A Dudp_socket_libevent.cc70 bool ok = read_socket_watcher_.StopWatchingFileDescriptor();
72 ok = write_socket_watcher_.StopWatchingFileDescriptor();
277 bool ok = read_socket_watcher_.StopWatchingFileDescriptor();
309 write_socket_watcher_.StopWatchingFileDescriptor();
/external/chromium/net/base/
H A Dnetwork_change_notifier_linux.cc85 netlink_watcher_.StopWatchingFileDescriptor();
H A Dlisten_socket.cc265 watcher_.StopWatchingFileDescriptor();
/external/chromium/net/socket/
H A Dtcp_client_socket_libevent.cc297 write_socket_watcher_.StopWatchingFileDescriptor();
329 bool ok = read_socket_watcher_.StopWatchingFileDescriptor();
331 ok = write_socket_watcher_.StopWatchingFileDescriptor();
640 bool ok = read_socket_watcher_.StopWatchingFileDescriptor();
667 write_socket_watcher_.StopWatchingFileDescriptor();
/external/chromium/chrome/browser/
H A Dcrash_handler_host_linux.cc168 file_descriptor_watcher_.StopWatchingFileDescriptor();
375 file_descriptor_watcher_.StopWatchingFileDescriptor();
H A Dprocess_singleton_linux.cc547 fd_watcher_.StopWatchingFileDescriptor();
727 fd_reader_.StopWatchingFileDescriptor();
/external/chromium/base/files/
H A Dfile_path_watcher_mac.cc476 kqueue_watcher_.StopWatchingFileDescriptor();
/external/chromium/net/proxy/
H A Dproxy_config_service_linux.cc534 inotify_watcher_.StopWatchingFileDescriptor();
868 inotify_watcher_.StopWatchingFileDescriptor();

Completed in 1524 milliseconds