HomeSort by relevance Sort by last modified time
    Searched refs:lParam (Results 76 - 100 of 110) sorted by null

1 2 34 5

  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5events.c 479 LRESULT DX5_HandleMessage(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
509 SizeX = LOWORD(lParam);
510 SizeY = HIWORD(lParam);
555 wmmsg.lParam = lParam;
563 return CallWindowProc(userWindowProc, hwnd, msg, wParam, lParam);
568 return(DefWindowProc(hwnd, msg, wParam, lParam));
  /external/openssl/apps/
s_socket.c 132 LPARAM lParam)
145 return CallWindowProc(lpTopWndProc,hwnd,message,wParam,lParam);
148 static BOOL CALLBACK enumproc(HWND hwnd,LPARAM lParam)
  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovieGWorld.cpp 379 LRESULT QTMovieGWorld::fullscreenWndProc(HWND wnd, UINT message, WPARAM wParam, LPARAM lParam)
387 return DefWindowProc(wnd, message, wParam, lParam);
389 return movie->m_private->m_fullscreenClient->fullscreenClientWndProc(wnd, message, wParam, lParam);
FontCacheWin.cpp 73 static int CALLBACK metaFileEnumProc(HDC hdc, HANDLETABLE* table, CONST ENHMETARECORD* record, int tableEntries, LPARAM logFont)
82 static int CALLBACK linkedFontEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM hfont)
280 EnumFontFamiliesEx(hdc, &logFont, linkedFontEnumProc, reinterpret_cast<LPARAM>(&hfont), 0);
415 static int CALLBACK matchImprovingEnumProc(CONST LOGFONT* candidate, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam)
417 MatchImprovingProcData* matchData = reinterpret_cast<MatchImprovingProcData*>(lParam);
460 EnumFontFamiliesEx(hdc, &logFont, matchImprovingEnumProc, reinterpret_cast<LPARAM>(&matchData), 0);
515 static int CALLBACK traitsInFamilyEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam)
517 TraitsInFamilyProcData* procData = reinterpret_cast<TraitsInFamilyProcData*>(lParam);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/chromium/chrome/browser/ui/views/
html_dialog_view.cc 194 event.os_event.wParam, event.os_event.lParam);
about_ipc_dialog.cc 155 INT_PTR CALLBACK DialogProc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) {
167 NMLISTVIEW* info = reinterpret_cast<NM_LISTVIEW*>(lparam);
171 OnCheck(static_cast<int>(info->lParam), checked);
  /external/skia/include/views/
SkEvent.h 263 static bool WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp 381 static int CALLBACK traitsInFamilyEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam)
383 TraitsInFamilyProcData* procData = reinterpret_cast<TraitsInFamilyProcData*>(lParam);
417 static int CALLBACK getLastResortFallbackFontProc(const LOGFONT* logFont, const TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam)
419 GetLastResortFallbackFontProcData* procData = reinterpret_cast<GetLastResortFallbackFontProcData*>(lParam);
581 EnumFontFamilies(dc, 0, getLastResortFallbackFontProc, reinterpret_cast<LPARAM>(&procData));
604 EnumFontFamiliesEx(hdc, &logFont, traitsInFamilyEnumProc, reinterpret_cast<LPARAM>(&procData), 0);
  /external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.h 78 static LRESULT CALLBACK WebPopupMenuProxyWndProc(HWND, UINT, WPARAM, LPARAM);
79 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
82 LRESULT onMouseActivate(HWND, UINT message, WPARAM, LPARAM, bool& handled);
83 LRESULT onSize(HWND, UINT message, WPARAM, LPARAM, bool& handled);
84 LRESULT onKeyDown(HWND, UINT message, WPARAM, LPARAM, bool& handled);
85 LRESULT onChar(HWND, UINT message, WPARAM, LPARAM, bool& handled);
86 LRESULT onMouseMove(HWND, UINT message, WPARAM, LPARAM, bool& handled);
87 LRESULT onLButtonDown(HWND, UINT message, WPARAM, LPARAM, bool& handled);
88 LRESULT onLButtonUp(HWND, UINT message, WPARAM, LPARAM, bool& handled)
    [all...]
WebView.h 94 static LRESULT CALLBACK WebViewWndProc(HWND, UINT, WPARAM, LPARAM);
95 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
97 LRESULT onMouseEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
98 LRESULT onWheelEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
99 LRESULT onHorizontalScroll(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
100 LRESULT onVerticalScroll(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
101 LRESULT onGestureNotify(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
102 LRESULT onGesture(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
103 LRESULT onKeyEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled)
    [all...]
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
NPNInvalidateRectInvalidatesWindow.cpp 78 virtual LRESULT wndProc(UINT message, WPARAM, LPARAM, bool& handled);
130 LRESULT NPNInvalidateRectInvalidatesWindow::wndProc(UINT message, WPARAM wParam, LPARAM lParam, bool& handled)
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontCacheWinCE.cpp 187 static int CALLBACK traitsInFamilyEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam)
189 TraitsInFamilyProcData* procData = reinterpret_cast<TraitsInFamilyProcData*>(lParam);
347 EnumFontFamiliesEx(g_screenDC, &logFont, traitsInFamilyEnumProc, reinterpret_cast<LPARAM>(&procData), 0);
  /external/webkit/Source/WebCore/platform/win/
PasteboardWin.cpp 52 static LRESULT CALLBACK PasteboardOwnerWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
75 lresult = DefWindowProc(hWnd, message, wParam, lParam);
  /external/libpng/contrib/visupng/
VisualPng.c 40 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
41 BOOL CALLBACK AboutDlgProc (HWND, UINT, WPARAM, LPARAM) ;
146 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)
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
assocSM.c 646 paramInfo_t *lParam;
650 lParam = (paramInfo_t *)os_memoryAlloc(pHandle->hOs, sizeof(paramInfo_t));
651 if (!lParam)
657 lParam->paramType = CTRL_DATA_CURRENT_BSS_TYPE_PARAM;
658 ctrlData_getParam(pHandle->hCtrlData, lParam);
659 bssType = lParam->content.ctrlDataCurrentBssType;
660 os_memoryFree(pHandle->hOs, lParam, sizeof(paramInfo_t));
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
EventSender.cpp 111 static MSG makeMsg(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
117 result.lParam = lParam;
540 // eventSender.dispatchMessage(message, wParam, lParam, time = currentEventTime(), x = lastMousePosition.x, y = lastMousePosition.y)
556 msg.lParam = static_cast<ULONG_PTR>(JSValueToNumber(context, arguments[2], exception));
  /external/quake/quake/src/QW/client/
vid_win.c 149 LONG WINAPI MainWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
    [all...]
  /external/quake/quake/src/WinQuake/
vid_win.cpp 145 LONG WINAPI MainWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
1363 SendMessage (mainwindow, WM_SETICON, (WPARAM)TRUE, (LPARAM)hIcon);
    [all...]
  /external/webkit/Source/WebCore/bridge/
npapi.h 546 uintptr_t lParam;
553 uint32_t lParam;
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 175 LRESULT CALLBACK dummyWndProc(HWND hwnd,UINT uMsg,WPARAM wParam,LPARAM lParam)
177 return DefWindowProc(hwnd, uMsg, wParam, lParam);
  /external/bluetooth/glib/tests/
gio-test.c 255 msg.hwnd, msg.message, msg.wParam, msg.lParam);
264 LPARAM lparam)
267 hwnd, message, wparam, lparam);
268 return DefWindowProc (hwnd, message, wparam, lparam);
428 LPARAM lparam = rand (); local
430 msg, wparam, lparam, hwnd);
431 PostMessage (hwnd, msg, wparam, lparam);
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc 91 BOOL CALLBACK DismissOwnedPopups(HWND window, LPARAM arg) {
156 BOOL CALLBACK DetachPluginWindowsCallback(HWND window, LPARAM param) {
193 WPARAM wparam, LPARAM lparam) {
199 ::SendMessage(GetParent(window), message, wparam, lparam); local
205 return ::DefWindowProc(window, message, wparam, lparam);
454 static BOOL CALLBACK AddChildWindowToVector(HWND hwnd, LPARAM lparam) {
455 std::vector<HWND>* vector = reinterpret_cast<std::vector<HWND>*>(lparam);
607 BOOL CALLBACK EnumChildProc(HWND hwnd, LPARAM lparam)
648 LPARAM lparam = reinterpret_cast<LPARAM>(&invalid_screen_rect); local
    [all...]
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_drag_win.cc 43 LRESULT CALLBACK MsgFilterProc(int code, WPARAM wparam, LPARAM lparam) {
46 MSG* msg = reinterpret_cast<MSG*>(lparam);
55 msg->lParam);
65 return CallNextHookEx(msg_hook, code, wparam, lparam);
  /external/chromium/chrome/browser/
external_tab_container_win.cc 268 msg.lParam);
669 event.os_event.wParam, event.os_event.lParam);
849 LPARAM lparam) {
867 msg.lParam = lparam;
    [all...]

Completed in 3004 milliseconds

1 2 34 5