/external/cronet/base/win/ |
D | object_watcher.cc | 21 StopWatching(); in ~ObjectWatcher() 36 bool ObjectWatcher::StopWatching() { in StopWatching() function in base::win::ObjectWatcher 117 StopWatching(); in Signal()
|
D | object_watcher_unittest.cc | 74 watcher.StopWatching(); in RunTest_BasicCancel() 99 watcher.StopWatching(); in RunTest_CancelAfterSet() 184 EXPECT_TRUE(watcher.StopWatching()); in RunTest_ExecuteMultipleTimes()
|
D | object_watcher.h | 97 bool StopWatching();
|
/external/cronet/base/synchronization/ |
D | waitable_event_watcher_win.cc | 43 void WaitableEventWatcher::StopWatching() { in StopWatching() function in base::WaitableEventWatcher 46 watcher_.StopWatching(); in StopWatching()
|
D | waitable_event_watcher_mac.cc | 15 StopWatching(); in ~WaitableEventWatcher() 66 void WaitableEventWatcher::StopWatching() { in StopWatching() function in base::WaitableEventWatcher
|
D | waitable_event_watcher_posix.cc | 119 StopWatching(); in ~WaitableEventWatcher() 166 void WaitableEventWatcher::StopWatching() { in StopWatching() function in base::WaitableEventWatcher
|
D | waitable_event_watcher.h | 106 void StopWatching();
|
D | waitable_event_watcher_unittest.cc | 103 watcher.StopWatching(); in TEST_P() 127 watcher.StopWatching(); in TEST_P()
|
/external/libchrome/base/synchronization/ |
D | waitable_event_watcher_posix.cc | 118 StopWatching(); in ~WaitableEventWatcher() 165 void WaitableEventWatcher::StopWatching() { in StopWatching() function in base::WaitableEventWatcher
|
D | waitable_event_watcher.h | 103 void StopWatching();
|
D | waitable_event_watcher_unittest.cc | 101 watcher.StopWatching(); in TEST_P() 125 watcher.StopWatching(); in TEST_P()
|
/external/libchrome/ipc/ |
D | ipc_sync_channel.cc | 99 outer_state_->StopWatching(); in NestedSendDoneWatcher() 122 void StopWatching() { watcher_.StopWatching(); } in StopWatching() function in IPC::SyncChannel::ReceivedSyncMsgQueue::NestedSendDoneWatcher 493 shutdown_watcher_.StopWatching(); in OnChannelError() 508 shutdown_watcher_.StopWatching(); in OnChannelClosed()
|
/external/openscreen/osp/impl/presentation/ |
D | url_availability_requester.cc | 269 StopWatching(&event_watch); in RefreshWatches() 349 StopWatching(&response_watch); in RemoveUnobservedRequests() 374 StopWatching(&event_watch); in RemoveUnobservedWatches() 461 StopWatching(&response_watch); in OnStreamMessage()
|
D | presentation_receiver.cc | 358 StopWatching(&availability_watch_); in SetReceiverDelegate() 359 StopWatching(&initiation_watch_); in SetReceiverDelegate() 360 StopWatching(&connection_watch_); in SetReceiverDelegate()
|
/external/libchrome/base/message_loop/ |
D | message_loop_io_posix_unittest.cc | 250 void StopWatching(MessagePumpForIO::FdWatchController* controller, in StopWatching() function 261 CallClosureHandler handler(BindOnce(&StopWatching, &watcher, &run_loop), in TEST_F()
|
D | message_pump_libevent_unittest.cc | 257 io_runner()->PostTask(FROM_HERE, BindOnce(&WaitableEventWatcher::StopWatching, in TEST_F()
|
/external/cronet/net/socket/ |
D | tcp_socket_win.cc | 199 write_watcher_.StopWatching(); in ~Core() 220 read_watcher_.StopWatching(); in StopWatchingForRead() 229 read_watcher_.StopWatching(); in Detach() 713 accept_watcher_.StopWatching(); in Close()
|
D | udp_socket_win.cc | 129 read_watcher_.StopWatching(); in ~Core() 130 write_watcher_.StopWatching(); in ~Core() 332 read_write_watcher_.StopWatching(); in Close()
|
/external/openscreen/osp/public/ |
D | message_demuxer.h | 122 void StopWatching(MessageDemuxer::MessageWatch* watch);
|
/external/cronet/ipc/ |
D | ipc_sync_channel.cc | 411 shutdown_watcher_.StopWatching(); in OnChannelError() 428 shutdown_watcher_.StopWatching(); in OnChannelClosed()
|
/external/cronet/base/message_loop/ |
D | fd_watch_controller_posix_unittest.cc | 399 void StopWatching(MessagePumpForIO::FdWatchController* controller, in StopWatching() function 410 CallClosureHandler handler(BindOnce(&StopWatching, &watcher, &run_loop), in TEST_F()
|
D | message_pump_libevent_unittest.cc | 291 io_runner()->PostTask(FROM_HERE, BindOnce(&WaitableEventWatcher::StopWatching, in TEST_P()
|
/external/cronet/base/files/ |
D | file_path_watcher_win.cc | 287 watcher_.StopWatching(); in DestroyWatch()
|
/external/openscreen/osp/impl/ |
D | message_demuxer.cc | 284 void StopWatching(MessageDemuxer::MessageWatch* watch) { in StopWatching() function
|
/external/cronet/net/base/ |
D | network_change_notifier_win.cc | 132 addr_watcher_.StopWatching(); in ~NetworkChangeNotifierWin()
|