OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compositor_host_window_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc
223
compositor_host_window_
(NULL),
461
if (!
compositor_host_window_
)
469
::ShowWindow(
compositor_host_window_
, SW_HIDE);
470
::SetParent(
compositor_host_window_
, NULL);
475
NewRunnableFunction(::DestroyWindow,
compositor_host_window_
),
478
compositor_host_window_
= NULL;
861
::ShowWindow(
compositor_host_window_
, SW_HIDE);
[
all
...]
render_widget_host_view_win.h
278
HWND
compositor_host_window_
;
member in class:RenderWidgetHostViewWin
Completed in 222 milliseconds