HomeSort by relevance Sort by last modified time
    Searched refs:webViewWindow (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebKitTools/DumpRenderTree/win/
DumpRenderTreeWin.h 44 extern HWND webViewWindow;
52 IWebView* createWebViewAndOffscreenWindow(HWND* webViewWindow = 0);
EventSender.cpp 138 MSG msg = makeMsg(webViewWindow, WM_RBUTTONDOWN, 0, MAKELPARAM(lastMousePosition.x, lastMousePosition.y));
141 msg = makeMsg(webViewWindow, WM_RBUTTONUP, 0, MAKELPARAM(lastMousePosition.x, lastMousePosition.y));
205 MSG msg = makeMsg(webViewWindow, mouseType, wparam, MAKELPARAM(lastMousePosition.x, lastMousePosition.y));
240 ::ClientToScreen(webViewWindow, &screenPoint);
291 MSG msg = makeMsg(webViewWindow, mouseType, wparam, MAKELPARAM(lastMousePosition.x, lastMousePosition.y));
312 ::ClientToScreen(webViewWindow, &screenPoint);
339 MSG msg = makeMsg(webViewWindow, WM_MOUSEMOVE, down ? MK_LBUTTON : 0, MAKELPARAM(lastMousePosition.x, lastMousePosition.y));
393 ::PostMessage(webViewWindow, WM_DRT_SEND_QUEUED_EVENT, 0, 0);
394 while (::GetMessage(&msg, webViewWindow, 0, 0)) {
425 ::PostMessage(webViewWindow, WM_DRT_SEND_QUEUED_EVENT, 0, 0)
    [all...]
PixelDumpSupportWin.cpp 50 if (!GetWindowRect(webViewWindow, &frame))
66 SendMessage(webViewWindow, WM_PRINTCLIENT, reinterpret_cast<WPARAM>(memoryDC), PRF_CLIENT | PRF_CHILDREN | PRF_OWNED);
AccessibilityControllerWin.cpp 91 HWND webViewWindow;
92 if (FAILED(viewPrivate->viewWindow((OLE_HANDLE*)&webViewWindow)))
98 if (FAILED(AccessibleObjectFromWindow(webViewWindow, static_cast<DWORD>(OBJID_CLIENT), __uuidof(IAccessible), reinterpret_cast<void**>(&rootAccessible))))
DumpRenderTree.cpp 104 HWND webViewWindow;
329 ::InvalidateRect(webViewWindow, 0, TRUE);
330 ::SendMessage(webViewWindow, WM_PAINT, 0, 0);
658 ::InvalidateRect(webViewWindow, 0, TRUE);
659 ::SendMessage(webViewWindow, WM_PAINT, 0, 0);
674 ::SetWindowPos(webViewWindow, 0, 0, 0, width, height, SWP_NOMOVE);
675 ::InvalidateRect(webViewWindow, 0, TRUE);
676 ::SendMessage(webViewWindow, WM_PAINT, 0, 0);
    [all...]
LayoutTestControllerWin.cpp 644 HWND webViewWindow;
645 if (FAILED(viewPrivate->viewWindow((OLE_HANDLE*)&webViewWindow)))
648 ::SendMessage(webViewWindow, flag ? WM_SETFOCUS : WM_KILLFOCUS, (WPARAM)::GetDesktopWindow(), 0);
    [all...]

Completed in 334 milliseconds