OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bind_options
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/host/setup/
daemon_controller_delegate_win.cc
358
BIND_OPTS3
bind_options
;
local
359
memset(&
bind_options
, 0, sizeof(
bind_options
));
360
bind_options
.cbStruct = sizeof(
bind_options
);
361
bind_options
.hwnd = GetTopLevelWindow(window_handle_);
362
bind_options
.dwClassContext = CLSCTX_LOCAL_SERVER;
366
&
bind_options
,
daemon_installer_win.cc
360
BIND_OPTS3
bind_options
;
local
361
memset(&
bind_options
, 0, sizeof(
bind_options
));
362
bind_options
.cbStruct = sizeof(
bind_options
);
363
bind_options
.hwnd = GetTopLevelWindow(window_handle);
364
bind_options
.dwClassContext = CLSCTX_LOCAL_SERVER;
366
&
bind_options
,
Completed in 539 milliseconds