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

  /external/chromium/base/synchronization/
waitable_event_watcher_win.cc 40 void WaitableEventWatcher::StopWatching() {
43 watcher_.StopWatching();
waitable_event_watcher.h 104 void StopWatching();
waitable_event_watcher_posix.cc 77 // See StopWatching for discussion
130 StopWatching();
186 void WaitableEventWatcher::StopWatching() {
277 StopWatching();
waitable_event_watcher_unittest.cc 64 watcher.StopWatching();
85 watcher.StopWatching();
  /external/chromium/base/win/
object_watcher.cc 29 watcher->StopWatching();
41 StopWatching();
76 bool ObjectWatcher::StopWatching() {
136 StopWatching();
object_watcher.h 72 bool StopWatching();
object_watcher_unittest.cc 68 watcher.StopWatching();
93 watcher.StopWatching();
registry.h 85 LONG StopWatching();
registry.cc 96 StopWatching();
267 LONG RegKey::StopWatching() {
  /external/chromium/chrome/browser/policy/
configuration_policy_loader_win.cc 39 user_policy_watcher_.StopWatching();
40 machine_policy_watcher_.StopWatching();
  /external/chromium/net/base/
network_change_notifier_win.cc 26 addr_watcher_.StopWatching();
listen_socket.cc 263 watcher_.StopWatching();
  /external/chromium/base/files/
file_path_watcher_win.cc 269 watcher_.StopWatching();
  /external/chromium/net/udp/
udp_socket_win.cc 70 read_watcher_.StopWatching();
71 write_watcher_.StopWatching();
  /external/chromium/net/socket/
tcp_client_socket_win.cc 164 read_watcher_.StopWatching();
165 write_watcher_.StopWatching();

Completed in 996 milliseconds