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

  /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();
  /external/chromium_org/chrome_frame/
registry_watcher.cc 33 StopWatching();
80 void RegistryWatcher::StopWatching() {
  /external/chromium/base/synchronization/
waitable_event_watcher_win.cc 40 void WaitableEventWatcher::StopWatching() {
43 watcher_.StopWatching();
waitable_event_watcher_posix.cc 77 // See StopWatching for discussion
130 StopWatching();
186 void WaitableEventWatcher::StopWatching() {
277 StopWatching();
  /external/chromium_org/base/win/
object_watcher.cc 23 StopWatching();
58 bool ObjectWatcher::StopWatching() {
100 StopWatching();
107 StopWatching();
registry.cc 113 StopWatching();
128 StopWatching();
322 LONG RegKey::StopWatching() {
  /external/chromium/base/win/
object_watcher.cc 29 watcher->StopWatching();
41 StopWatching();
76 bool ObjectWatcher::StopWatching() {
136 StopWatching();
registry.cc 96 StopWatching();
267 LONG RegKey::StopWatching() {
  /external/chromium_org/remoting/host/
config_file_watcher.cc 45 void StopWatching();
91 impl_->StopWatching();
147 void ConfigFileWatcherImpl::StopWatching() {
  /external/chromium_org/chromeos/process_proxy/
process_proxy.cc 129 bool ProcessProxy::StopWatching() {
151 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) {
  /external/chromium_org/remoting/host/policy_hack/
policy_watcher.cc 150 void PolicyWatcher::StopWatching(base::WaitableEvent* done) {
153 base::Bind(&PolicyWatcher::StopWatching,
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...]
  /external/chromium_org/dbus/
bus.cc 81 void StopWatching() {
    [all...]

Completed in 424 milliseconds