Home
last modified time | relevance | path

Searched refs:wait_handle_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome_frame/
Dregistry_watcher.cc22 wait_handle_(NULL), in RegistryWatcher()
59 if (RegisterWaitForSingleObject(&wait_handle_, in StartWatching()
82 if (wait_handle_) { in StopWatching()
84 UnregisterWaitEx(wait_handle_, INVALID_HANDLE_VALUE); in StopWatching()
85 wait_handle_ = NULL; in StopWatching()
Dregistry_watcher.h29 HANDLE wait_handle_; variable