Searched defs:lParam (Results 51 - 70 of 70) sorted by relevance

123

/external/webkit/Source/WebCore/platform/graphics/win/
H A DFontCacheWin.cpp415 static int CALLBACK matchImprovingEnumProc(CONST LOGFONT* candidate, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam) argument
417 MatchImprovingProcData* matchData = reinterpret_cast<MatchImprovingProcData*>(lParam);
515 static int CALLBACK traitsInFamilyEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam) argument
517 TraitsInFamilyProcData* procData = reinterpret_cast<TraitsInFamilyProcData*>(lParam);
H A DQTMovieGWorld.cpp379 LRESULT QTMovieGWorld::fullscreenWndProc(HWND wnd, UINT message, WPARAM wParam, LPARAM lParam) argument
387 return DefWindowProc(wnd, message, wParam, lParam);
389 return movie->m_private->m_fullscreenClient->fullscreenClientWndProc(wnd, message, wParam, lParam);
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DFontPlatformData.cpp84 static int CALLBACK enumFontFamProc(const LOGFONT FAR* lpelf, const TEXTMETRIC FAR* lpntm, DWORD FontType, LPARAM lParam);
96 static int CALLBACK enumFontFamProc(const LOGFONT FAR* lpelf, const TEXTMETRIC FAR* lpntm, DWORD FontType, LPARAM lParam);
179 int CALLBACK FontFamilyChecker::enumFontFamProc(const LOGFONT FAR* lpelf, const TEXTMETRIC FAR* lpntm, DWORD FontType, LPARAM lParam) argument
181 ((FontFamilyChecker*)lParam)->m_exists = true;
185 int CALLBACK ValidFontFamilyFinder::enumFontFamProc(const LOGFONT FAR* lpelf, const TEXTMETRIC FAR* lpntm, DWORD FontType, LPARAM lParam) argument
188 ((ValidFontFamilyFinder*)lParam)->m_family = String(lpelf->lfFaceName);
/external/webkit/Source/WebCore/plugins/win/
H A DPluginViewWin.cpp330 LRESULT CALLBACK PluginView::PluginViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
334 return pluginView->wndProc(hWnd, message, wParam, lParam);
351 PluginView::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
380 m_messageThrottler->appendMessage(hWnd, message, wParam, lParam);
410 LRESULT result = ::CallWindowProc(m_pluginWndProc, hWnd, message, wParam, lParam);
544 npEvent.lParam = reinterpret_cast<uintptr_t>(&windowpos);
556 npEvent.lParam = 0;
649 npEvent.lParam = 0;
652 npEvent.lParam = 0x8000;
670 npEvent.lParam
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium/third_party/libjingle/source/talk/base/
H A Dwin32socketserver.cc169 virtual bool OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam,
174 bool OnSocketNotify(UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT& result);
175 bool OnDnsNotify(WPARAM wParam, LPARAM lParam, LRESULT& result);
190 LPARAM lParam, LRESULT& result) {
194 return OnSocketNotify(uMsg, wParam, lParam, result);
196 return OnDnsNotify(wParam, lParam, result);
202 LPARAM lParam, LRESULT& result) {
205 int wsa_event = WSAGETSELECTEVENT(lParam);
206 int wsa_error = WSAGETSELECTERROR(lParam);
219 bool Win32Socket::EventSink::OnDnsNotify(WPARAM wParam, LPARAM lParam, argument
189 OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT& result) argument
201 OnSocketNotify(UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT& result) argument
[all...]
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Ddevicemanager.cc593 bool DeviceWatcher::OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, argument
599 reinterpret_cast<DEV_BROADCAST_DEVICEINTERFACE*>(lParam);
/external/libpng/contrib/visupng/
H A DVisualPng.c146 LPARAM lParam)
178 hInstance = ((LPCREATESTRUCT) lParam)->hInstance ;
214 cxWinSize = LOWORD (lParam);
215 cyWinSize = HIWORD (lParam);
426 return DefWindowProc (hwnd, message, wParam, lParam);
430 WPARAM wParam, LPARAM lParam)
145 WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) argument
429 AboutDlgProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) argument
/external/webkit/Source/WebCore/platform/win/
H A DPopupMenuWin.cpp81 static void translatePoint(LPARAM& lParam, HWND from, HWND to) argument
84 pt.x = (short)GET_X_LPARAM(lParam);
85 pt.y = (short)GET_Y_LPARAM(lParam);
87 lParam = MAKELPARAM(pt.x, pt.y);
236 translatePoint(msg.lParam, msg.hwnd, m_popup);
760 LRESULT CALLBACK PopupMenuWin::PopupMenuWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
769 return popup->wndProc(hWnd, message, wParam, lParam);
772 LPCREATESTRUCT createStruct = reinterpret_cast<LPCREATESTRUCT>(lParam);
783 return ::DefWindowProc(hWnd, message, wParam, lParam);
788 LRESULT PopupMenuWin::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
[all...]
/external/webkit/Source/WebKit/win/
H A DFullscreenVideoController.cpp379 LRESULT FullscreenVideoController::fullscreenClientWndProc(HWND wnd, UINT message, WPARAM wParam, LPARAM lParam) argument
389 onMouseDown(IntPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam)));
392 onMouseMove(IntPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam)));
395 onMouseUp(IntPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam)));
399 return DefWindowProc(wnd, message, wParam, lParam);
559 LRESULT FullscreenVideoController::hudWndProc(HWND wnd, UINT message, WPARAM wParam, LPARAM lParam) argument
564 return DefWindowProc(wnd, message, wParam, lParam);
[all...]
H A DWebView.cpp1258 bool WebView::handleContextMenuEvent(WPARAM wParam, LPARAM lParam) argument
1261 POINT coords = { GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam) };
1278 lParam = MAKELPARAM(coords.x, coords.y);
1287 PlatformMouseEvent mouseEvent(m_viewWindow, WM_RBUTTONUP, wParam, lParam);
1333 bool WebView::onMeasureItem(WPARAM /*wParam*/, LPARAM lParam) argument
1343 m_uiDelegate->measureCustomMenuItem((IWebView*)this, (void*)lParam);
1347 bool WebView::onDrawItem(WPARAM /*wParam*/, LPARAM lParam) argument
1357 m_uiDelegate->drawCustomMenuItem((IWebView*)this, (void*)lParam);
1361 bool WebView::onInitMenuPopup(WPARAM wParam, LPARAM /*lParam*/)
1397 performContextMenuAction(WPARAM wParam, LPARAM lParam, bool byPosition) argument
1408 handleMouseEvent(UINT message, WPARAM wParam, LPARAM lParam) argument
[all...]
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebPopupMenuProxyWin.cpp65 static void translatePoint(LPARAM& lParam, HWND from, HWND to) argument
68 pt.x = static_cast<short>(GET_X_LPARAM(lParam));
69 pt.y = static_cast<short>(GET_Y_LPARAM(lParam));
71 lParam = MAKELPARAM(pt.x, pt.y);
74 LRESULT CALLBACK WebPopupMenuProxyWin::WebPopupMenuProxyWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
79 return popupMenuProxy->wndProc(hWnd, message, wParam, lParam);
82 LPCREATESTRUCT createStruct = reinterpret_cast<LPCREATESTRUCT>(lParam);
89 return ::DefWindowProc(hWnd, message, wParam, lParam);
92 LRESULT WebPopupMenuProxyWin::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
99 lResult = onMouseActivate(hWnd, message, wParam, lParam, handle
521 onSize(HWND hWnd, UINT message, WPARAM, LPARAM lParam, bool& handled) argument
537 onKeyDown(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) argument
628 onMouseMove(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) argument
666 onLButtonDown(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) argument
696 onLButtonUp(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) argument
[all...]
H A DWebView.cpp106 LRESULT CALLBACK WebView::WebViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
111 return webView->wndProc(hWnd, message, wParam, lParam);
114 LPCREATESTRUCT createStruct = reinterpret_cast<LPCREATESTRUCT>(lParam);
121 return ::DefWindowProc(hWnd, message, wParam, lParam);
124 LRESULT WebView::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
141 lResult = onPaintEvent(hWnd, message, wParam, lParam, handled);
144 lResult = onPrintClientEvent(hWnd, message, wParam, lParam, handled);
161 lResult = onMouseEvent(hWnd, message, wParam, lParam, handled);
165 lResult = onWheelEvent(hWnd, message, wParam, lParam, handled);
168 lResult = onHorizontalScroll(hWnd, message, wParam, lParam, handle
389 onMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) argument
426 onWheelEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) argument
442 onHorizontalScroll(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) argument
474 onVerticalScroll(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) argument
506 onGestureNotify(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) argument
529 onGesture(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) argument
609 onKeyEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) argument
714 onSizeEvent(HWND, UINT, WPARAM, LPARAM lParam, bool& handled) argument
728 onWindowPositionChangedEvent(HWND, UINT, WPARAM, LPARAM lParam, bool& handled) argument
737 onSetFocusEvent(HWND, UINT, WPARAM, LPARAM lParam, bool& handled) argument
744 onKillFocusEvent(HWND, UINT, WPARAM, LPARAM lParam, bool& handled) argument
764 onShowWindowEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) argument
776 onSetCursor(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool& handled) argument
[all...]
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_win.cc1217 msg.lParam = lparam;
1389 new_message.lParam = lparam;
1484 WPARAM wParam, LPARAM lParam) {
1494 return DefWindowProc(hWnd, message, wParam, lParam);
1483 CompositorHostWindowProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
/external/quake/quake/src/QW/client/
H A Dgl_vidnt.c123 LONG WINAPI MainWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
1020 LPARAM lParam)
1040 window_x = (int) LOWORD(lParam);
1041 window_y = (int) HIWORD(lParam);
1047 Key_Event (MapKey(lParam), true);
1052 Key_Event (MapKey(lParam), false);
1128 lRet = CDAudio_MessageHandler (hWnd, uMsg, wParam, lParam);
1133 lRet = DefWindowProc (hWnd, uMsg, wParam, lParam);
1016 MainWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) argument
H A Dvid_win.c149 LONG WINAPI MainWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
2853 LONG CDAudio_MessageHandler(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
2860 LPARAM lParam)
2916 lRet = DefWindowProc (hWnd, uMsg, wParam, lParam);
2926 window_x = (int) LOWORD(lParam);
2927 window_y = (int) HIWORD(lParam);
2979 Key_Event (MapKey(lParam), true);
2985 Key_Event (MapKey(lParam), false);
3076 lRet = CDAudio_MessageHandler (hWnd, uMsg, wParam, lParam);
3081 lRet = DefWindowProc (hWnd, uMsg, wParam, lParam);
2856 MainWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) argument
[all...]
/external/quake/quake/src/WinQuake/
H A Dgl_vidnt.cpp123 LONG WINAPI MainWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
1020 LPARAM lParam)
1040 window_x = (int) LOWORD(lParam);
1041 window_y = (int) HIWORD(lParam);
1047 Key_Event (MapKey(lParam), true);
1052 Key_Event (MapKey(lParam), false);
1128 lRet = CDAudio_MessageHandler (hWnd, uMsg, wParam, lParam);
1133 lRet = DefWindowProc (hWnd, uMsg, wParam, lParam);
1016 MainWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) argument
H A Dvid_win.cpp145 LONG WINAPI MainWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
2812 LONG CDAudio_MessageHandler(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
2819 LPARAM lParam)
2868 lRet = DefWindowProc (hWnd, uMsg, wParam, lParam);
2878 window_x = (int) LOWORD(lParam);
2879 window_y = (int) HIWORD(lParam);
2931 Key_Event (MapKey(lParam), true);
2937 Key_Event (MapKey(lParam), false);
3029 lRet = CDAudio_MessageHandler (hWnd, uMsg, wParam, lParam);
3034 lRet = DefWindowProc (hWnd, uMsg, wParam, lParam);
2815 MainWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) argument
[all...]
/external/webkit/Tools/DumpRenderTree/win/
H A DDumpRenderTree.cpp211 static LRESULT CALLBACK DumpRenderTreeWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) argument
225 return DefWindowProc(hWnd, msg, wParam, lParam);
/external/webkit/Source/WebCore/bridge/
H A Dnpapi.h546 uintptr_t lParam; member in struct:_NPEvent
553 uint32_t lParam; member in struct:_NPEvent

Completed in 473 milliseconds

123