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

  /external/libchrome/base/synchronization/
waitable_event_watcher_posix.cc 84 // See StopWatching for discussion
118 StopWatching();
176 void WaitableEventWatcher::StopWatching() {
267 StopWatching();
  /external/libbrillo/brillo/message_loops/
base_message_loop.cc 53 io_task.second.StopWatching();
314 void BaseMessageLoop::IOTask::StopWatching() {
329 // StopWatching() and wait, instead we dispatch the callback immediately.
343 StopWatching();
  /external/libchrome/dbus/
bus.cc 75 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 1874 milliseconds