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

1 2 3

  /external/chromium_org/base/synchronization/
waitable_event_watcher_win.cc 28 void WaitableEventWatcher::StopWatching() {
31 watcher_.StopWatching();
waitable_event_watcher_posix.cc 83 // See StopWatching for discussion
119 StopWatching();
177 void WaitableEventWatcher::StopWatching() {
268 StopWatching();
waitable_event_watcher.h 83 void StopWatching();
waitable_event_watcher_unittest.cc 74 watcher.StopWatching();
97 watcher.StopWatching();
  /external/chromium_org/base/win/
object_watcher.cc 23 StopWatching();
58 bool ObjectWatcher::StopWatching() {
100 StopWatching();
107 StopWatching();
object_watcher.h 75 bool StopWatching();
object_watcher_unittest.cc 70 watcher.StopWatching();
94 watcher.StopWatching();
  /external/chromium_org/chrome_frame/
registry_watcher.h 21 void StopWatching();
registry_watcher.cc 33 StopWatching();
80 void RegistryWatcher::StopWatching() {
  /external/chromium_org/remoting/host/policy_hack/
policy_watcher_unittest.cc 89 void StopWatching() {
91 policy_watcher_->StopWatching(&stop_event);
154 StopWatching();
163 StopWatching();
172 StopWatching();
181 StopWatching();
190 StopWatching();
199 StopWatching();
209 StopWatching();
220 StopWatching();
    [all...]
policy_watcher.h 23 // StopWatching() have completed (the provided |done| event must be signaled).
42 virtual void StopWatching(base::WaitableEvent* done);
policy_watcher.cc 150 void PolicyWatcher::StopWatching(base::WaitableEvent* done) {
153 base::Bind(&PolicyWatcher::StopWatching,
  /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();
  /external/chromium/chrome/browser/policy/
configuration_policy_loader_win.cc 39 user_policy_watcher_.StopWatching();
40 machine_policy_watcher_.StopWatching();
  /external/chromium_org/remoting/host/
config_file_watcher.cc 45 void StopWatching();
91 impl_->StopWatching();
147 void ConfigFileWatcherImpl::StopWatching() {
  /external/chromium_org/chrome/service/cloud_print/
print_system.h 85 virtual bool StopWatching() = 0;
106 virtual bool StopWatching() = 0;
  /external/chromium/net/base/
network_change_notifier_win.cc 26 addr_watcher_.StopWatching();
  /external/chromium_org/chromeos/process_proxy/
process_proxy.h 70 bool StopWatching();
  /external/chromium_org/ipc/
unix_domain_socket_util_unittest.cc 47 base::Bind(&SocketAcceptor::StopWatching, base::Unretained(this),
59 void StopWatching(base::MessageLoopForIO::FileDescriptorWatcher* watcher) {

Completed in 510 milliseconds

1 2 3