Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Dprocess_singleton_win.cc46 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 …]
Dprocess_singleton.h88 return (NULL != remote_window_); in FoundOtherProcessWindow()
149 HWND remote_window_; // The HWND_MESSAGE of another browser. variable