HomeSort by relevance Sort by last modified time
    Searched defs:StopWatching (Results 1 - 14 of 14) 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/base/win/
object_watcher.cc 23 StopWatching();
58 bool ObjectWatcher::StopWatching() {
100 StopWatching();
107 StopWatching();
registry.cc 153 StopWatching();
171 StopWatching();
400 LONG RegKey::StopWatching() {
  /external/chromium_org/content/browser/android/
content_view_statics.cc 47 StopWatching(host);
52 StopWatching(host);
83 void StopWatching(content::RenderProcessHost* host) {
  /external/chromium_org/content/browser/
time_zone_monitor_linux.cc 61 void StopWatching() {
155 impl_->StopWatching();
  /external/chromium_org/remoting/host/
config_file_watcher.cc 48 void StopWatching();
98 impl_->StopWatching();
158 void ConfigFileWatcherImpl::StopWatching() {
  /external/chromium_org/chromeos/process_proxy/
process_proxy.cc 130 bool ProcessProxy::StopWatching() {
152 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 168 void PolicyWatcher::StopWatching(base::WaitableEvent* done) {
171 base::Bind(&PolicyWatcher::StopWatching,
policy_watcher_unittest.cc 101 void StopWatching() {
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/
handle_watcher.cc 71 void StopWatching(WatcherID watcher_id);
110 void WatcherBackend::StopWatching(WatcherID watcher_id) {
174 void StopWatching(WatcherID watcher_id);
220 void WatcherThreadManager::StopWatching(WatcherID watcher_id) {
224 base::Bind(&WatcherBackend::StopWatching,
265 WatcherThreadManager::GetInstance()->StopWatching(watcher_id_);
  /external/chromium_org/dbus/
bus.cc 81 void StopWatching() {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oledbdep.h 356 virtual HRESULT WINAPI StopWatching(void) = 0;
366 HRESULT (WINAPI *StopWatching)(IRowsetWatchAll *This);
378 #define IRowsetWatchAll_StopWatching(This) (This)->lpVtbl->StopWatching(This)
466 HRESULT (WINAPI *StopWatching)(IRowsetWatchRegion *This);
484 #define IRowsetWatchRegion_StopWatching(This) (This)->lpVtbl->StopWatching(This)
    [all...]

Completed in 657 milliseconds