• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/WebKit-7600.1.25/win/

Lines Matching defs:message

1481 bool WebView::handleMouseEvent(UINT message, WPARAM wParam, LPARAM lParam)
1488 if (message == WM_CANCELMODE) {
1496 LPARAM position = (message == WM_MOUSELEAVE) ? ((MINSHORT << 16) | MINSHORT) : lParam;
1497 PlatformMouseEvent mouseEvent(m_viewWindow, message, wParam, position, m_mouseActivated);
1507 if (message == WM_LBUTTONDOWN || message == WM_MBUTTONDOWN || message == WM_RBUTTONDOWN) {
1529 } else if (message == WM_LBUTTONDBLCLK || message == WM_MBUTTONDBLCLK || message == WM_RBUTTONDBLCLK) {
1533 } else if (message == WM_LBUTTONUP || message == WM_MBUTTONUP || message == WM_RBUTTONUP) {
1540 } else if (message == WM_MOUSELEAVE && m_mouseOutTracker) {
1546 } else if (message == WM_MOUSEMOVE) {
1574 // If we don't have this function, we shouldn't be receiving this message
2184 LRESULT CALLBACK WebView::WebViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
2191 return DefWindowProc(hWnd, message, wParam, lParam);
2201 // Windows Media Player has a modal message loop that will deliver messages
2207 if (message == WM_PAINT)
2208 PostMessage(hWnd, message, wParam, lParam);
2214 switch (message) {
2253 handled = webView->handleMouseEvent(message, wParam, lParam);
2259 handled = webView->mouseWheel(wParam, lParam, message == WM_VISTA_MOUSEHWHEEL);
2285 lResult = DefWindowProc(hWnd, message, wParam, lParam);
2349 else // If the high word of wParam is 0, the message is from a menu
2393 if (lpMsg->message == WM_KEYDOWN)
2455 if (webView->needsDisplay() && message != WM_PAINT)
2459 lResult = DefWindowProc(hWnd, message, wParam, lParam);
2461 // Let the client know whether we consider this message handled.
2462 return (message == WM_KEYDOWN || message == WM_SYSKEYDOWN || message == WM_KEYUP || message == WM_SYSKEYUP) ? !handled : lResult;
3396 void WebView::windowReceivedMessage(HWND, UINT message, WPARAM wParam, LPARAM)
3398 switch (message) {
3412 // This function is called while processing the WM_NCACTIVATE message.
3454 // Turn the WebView into a message-only window so it will no longer be a child of the