HomeSort by relevance Sort by last modified time
    Searched full:lparam (Results 101 - 125 of 188) sorted by null

1 2 3 45 6 7 8

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c 163 WPARAM wParam, LPARAM lParam)
201 return DefWindowProc(wnd, message, wParam, lParam);
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysevents.c 90 LONG (*HandleMessage)(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)=NULL;
251 LRESULT CALLBACK WinMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
261 fprintf(stderr, " -- 0x%X, 0x%X\n", wParam, lParam);
445 x = (Sint16)LOWORD(lParam);
446 y = (Sint16)HIWORD(lParam);
547 info = (MINMAXINFO *)lParam;
561 WINDOWPOS *windowpos = (WINDOWPOS*)lParam;
618 hittest = LOWORD(lParam);
    [all...]
  /external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp 330 LRESULT CALLBACK PluginView::PluginViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
334 return pluginView->wndProc(hWnd, message, wParam, lParam);
351 PluginView::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
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
    [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/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KeyStore_Impl2Test.java 155 KeyStore.LoadStoreParameter lParam = new MyLoadStoreParams(
168 keyS.store(lParam);
173 keyS.load(lParam);
282 KeyStore.LoadStoreParameter lParam = new MyLoadStoreParams(
285 keyS.store(lParam);
  /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);
native_tab_contents_view_win.cc 157 LPARAM l_param) {
182 LPARAM l_param) {
254 LRESULT NativeTabContentsViewWin::OnNCCalcSize(BOOL w_param, LPARAM l_param) {
294 reinterpret_cast<LPARAM>(scrollbar));
  /external/webkit/Source/WebCore/platform/graphics/win/
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...]
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);
  /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...]
  /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/
cd_win.c 363 LONG CDAudio_MessageHandler(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
365 if (lParam != wDeviceID)
  /external/quake/quake/src/WinQuake/
cd_win.cpp 363 LONG CDAudio_MessageHandler(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
365 if (lParam != wDeviceID)
  /external/webkit/Source/WebCore/platform/wince/
PasteboardWinCE.cpp 55 static LRESULT CALLBACK PasteboardOwnerWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
73 lresult = DefWindowProc(hWnd, message, wParam, lParam);
  /external/webkit/Source/WebKit/win/
WebScrollBar.cpp 225 LPARAM lParam)
227 PlatformMouseEvent mouseEvent((HWND)(ULONG64)window, msg, wParam, lParam);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/win/
NetscapePluginWin.cpp 163 npEvent.lParam = reinterpret_cast<uintptr_t>(&windowpos);
173 npEvent.lParam = reinterpret_cast<uintptr_t>(&dirtyWinRect);
188 npEvent.lParam = MAKELPARAM(event.position().x(), event.position().y());
  /external/chromium/chrome/browser/
external_tab_container_win.h 256 LPARAM lparam);
360 WPARAM wparam, LPARAM lparam) {
  /external/chromium/chrome/browser/ui/views/
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);
unhandled_keyboard_event_handler.cc 64 event.os_event.wParam, event.os_event.lParam);
  /external/dropbear/libtomcrypt/testprof/
rsa_test.c 131 static unsigned char lparam[] = { 0x01, 0x02, 0x03, 0x04 }; local
183 /* encrypt the key (without lparam) */
233 /* encrypt the key (with lparam) */
237 DO(rsa_encrypt_key(in, rsa_msgsize, out, &len, lparam, sizeof(lparam), &yarrow_prng, prng_idx, hash_idx, &key));
240 DO(rsa_decrypt_key(out, len, tmp, &len2, lparam, sizeof(lparam), hash_idx, &stat2, &key));
249 DO(rsa_decrypt_key(out, len, tmp, &len2, lparam, sizeof(lparam), hash_idx, &stat, &key));
  /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/WebKit2/Shared/
NativeWebKeyboardEvent.h 50 NativeWebKeyboardEvent(HWND, UINT message, WPARAM, LPARAM);
NativeWebMouseEvent.h 47 NativeWebMouseEvent(HWND, UINT message, WPARAM, LPARAM, bool);
  /external/webkit/Tools/TestWebKitAPI/
PlatformWebView.h 78 static LRESULT CALLBACK wndProc(HWND, UINT message, WPARAM, LPARAM);
  /external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
AltKeyGeneratesWMSysCommand.cpp 42 virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM)

Completed in 1912 milliseconds

1 2 3 45 6 7 8