Searched refs:remote_window_ (Results 1 – 2 of 2) sorted by relevance
46 remote_window_ = FindWindowEx(HWND_MESSAGE, NULL, in ProcessSingleton()49 if (!remote_window_) { in ProcessSingleton()69 remote_window_ = FindWindowEx(HWND_MESSAGE, NULL, in ProcessSingleton()72 if (!remote_window_) in ProcessSingleton()87 if (!remote_window_) in NotifyOtherProcess()104 DWORD thread_id = GetWindowThreadProcessId(remote_window_, &process_id); in NotifyOtherProcess()107 remote_window_ = NULL; in NotifyOtherProcess()118 if (SendMessageTimeout(remote_window_, in NotifyOtherProcess()127 remote_window_ = NULL; in NotifyOtherProcess()134 if (!IsWindow(remote_window_)) { in NotifyOtherProcess()[all …]
88 return (NULL != remote_window_); in FoundOtherProcessWindow()149 HWND remote_window_; // The HWND_MESSAGE of another browser. variable