Searched refs:gViewWindow (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Tools/WinLauncher/
H A DWinLauncher.cpp48 HWND gViewWindow = 0; variable
136 MoveWindow(gViewWindow, 0, URLBAR_HEIGHT, rcClient.right, rcClient.bottom - URLBAR_HEIGHT, TRUE);
225 hr = viewExt->viewWindow((OLE_HANDLE*) &gViewWindow);
227 if (FAILED(hr) || !gViewWindow)
232 ShowWindow(gViewWindow, nCmdShow);
233 UpdateWindow(gViewWindow);
493 SetFocus(gViewWindow);

Completed in 15 milliseconds