Searched defs:StopWatching (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/base/synchronization/
H A Dwaitable_event_watcher_win.cc28 void WaitableEventWatcher::StopWatching() { function in class:base::WaitableEventWatcher
31 watcher_.StopWatching();
H A Dwaitable_event_watcher_posix.cc83 // See StopWatching for discussion
119 StopWatching();
177 void WaitableEventWatcher::StopWatching() { function in class:base::WaitableEventWatcher
268 StopWatching();
/external/chromium_org/base/win/
H A Dobject_watcher.cc23 StopWatching();
58 bool ObjectWatcher::StopWatching() { function in class:base::win::ObjectWatcher
100 StopWatching();
107 StopWatching();
H A Dregistry.cc153 StopWatching();
171 StopWatching();
400 LONG RegKey::StopWatching() { function in class:base::win::RegKey
/external/chromium_org/content/browser/android/
H A Dcontent_view_statics.cc47 StopWatching(host);
52 StopWatching(host);
83 void StopWatching(content::RenderProcessHost* host) { function in class:__anon6966::SuspendedProcessWatcher
/external/chromium_org/content/browser/
H A Dtime_zone_monitor_linux.cc61 void StopWatching() { function in class:content::__anon7448::TimeZoneMonitorLinuxImpl
155 impl_->StopWatching();
/external/chromium_org/ipc/
H A Dunix_domain_socket_util_unittest.cc47 base::Bind(&SocketAcceptor::StopWatching, base::Unretained(this),
59 void StopWatching(base::MessageLoopForIO::FileDescriptorWatcher* watcher) { function in class:__anon8502::SocketAcceptor
/external/chromium_org/remoting/host/
H A Dconfig_file_watcher.cc48 void StopWatching();
98 impl_->StopWatching();
158 void ConfigFileWatcherImpl::StopWatching() { function in class:remoting::ConfigFileWatcherImpl
/external/chromium_org/chromeos/process_proxy/
H A Dprocess_proxy.cc130 bool ProcessProxy::StopWatching() { function in class:chromeos::ProcessProxy
152 StopWatching();
/external/chromium_org/remoting/host/policy_hack/
H A Dpolicy_watcher.cc168 void PolicyWatcher::StopWatching(base::WaitableEvent* done) { function in class:remoting::policy_hack::PolicyWatcher
171 base::Bind(&PolicyWatcher::StopWatching,
H A Dpolicy_watcher_unittest.cc101 void StopWatching() { function in class:remoting::policy_hack::PolicyWatcherTest
103 policy_watcher_->StopWatching(&stop_event);
179 StopWatching();
188 StopWatching();
197 StopWatching();
206 StopWatching();
215 StopWatching();
224 StopWatching();
234 StopWatching();
245 StopWatching();
[all...]
/external/chromium_org/mojo/common/
H A Dhandle_watcher.cc69 void StopWatching(WatcherID watcher_id);
108 void WatcherBackend::StopWatching(WatcherID watcher_id) { function in class:mojo::common::__anon8728::WatcherBackend
173 void StopWatching(WatcherID watcher_id);
247 void WatcherThreadManager::StopWatching(WatcherID watcher_id) { function in class:mojo::common::WatcherThreadManager
248 // Handle the case of StartWatching() followed by StopWatching() before
300 backend_.StopWatching(requests[i].stop_id);
431 // StopWatching(). To do so would needlessly entail posting a task and
434 WatcherThreadManager::GetInstance()->StopWatching(watcher_id_);
/external/chromium_org/dbus/
H A Dbus.cc81 void StopWatching() { function in class:dbus::__anon7965::Watch
1065 watch->StopWatching();

Completed in 317 milliseconds