OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:remote_window
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/
chrome_process_finder_win.h
29
NotifyChromeResult AttemptToNotifyRunningChrome(HWND
remote_window
,
chrome_process_finder_win.cc
105
NotifyChromeResult AttemptToNotifyRunningChrome(HWND
remote_window
,
107
DCHECK(
remote_window
);
111
DWORD thread_id = GetWindowThreadProcessId(
remote_window
, &process_id);
183
if (::SendMessageTimeout(
remote_window
,
194
if (!::IsWindow(
remote_window
))
/external/chromium_org/ui/aura/
remote_root_window_host_win.h
112
// |
remote_window
| is the actual window owned by the viewer process.
113
void Connected(IPC::Sender* host, HWND
remote_window
);
remote_root_window_host_win.cc
176
void RemoteRootWindowHostWin::Connected(IPC::Sender* host, HWND
remote_window
) {
179
remote_window_ =
remote_window
;
/external/openssh/
channels.c
318
c->
remote_window
= 0;
814
u_int limit = compat20 ? c->
remote_window
: packet_get_maxsize();
842
buffer_len(&c->extended) < c->
remote_window
)
[
all
...]
channels.h
122
u_int
remote_window
;
member in struct:Channel
serverloop.c
1073
c->
remote_window
= rwindow;
[
all
...]
clientloop.c
[
all
...]
Completed in 94 milliseconds