HomeSort by relevance Sort by last modified time
    Searched full:wait_handle_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome_frame/
registry_watcher.cc 22 wait_handle_(NULL),
59 if (RegisterWaitForSingleObject(&wait_handle_,
82 if (wait_handle_) {
84 UnregisterWaitEx(wait_handle_, INVALID_HANDLE_VALUE);
85 wait_handle_ = NULL;
registry_watcher.h 29 HANDLE wait_handle_; member in class:RegistryWatcher

Completed in 54 milliseconds