Home | History | Annotate | Download | only in win

Lines Matching defs:hostWindow

1026     HWND hostWindow;
1027 webView->hostWindow(reinterpret_cast<OLE_HANDLE*>(&hostWindow));
1066 if (window == hostWindow)
1201 HWND hostWindow = CreateWindowEx(WS_EX_TOOLWINDOW, kDumpRenderTreeClassName, TEXT("DumpRenderTree"), WS_POPUP,
1212 if (FAILED(webView->setHostWindow((OLE_HANDLE)(ULONG64)hostWindow)))
1245 ShowWindow(hostWindow, SW_SHOW);
1269 openWindows().append(hostWindow);
1270 windowToWebViewMap().set(hostWindow, webView);