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

1 2 3 4 56 7 8

  /external/chromium/chrome/browser/ui/views/tabs/
native_view_photobooth_win.cc 17 RECT* monitor_rect, LPARAM data) {
36 reinterpret_cast<LPARAM>(&point));
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_syswm.h 141 LPARAM lParam; /**< LONG message parameter */
  /external/qemu/distrib/sdl-1.2.15/src/audio/mme/
SDL_mmeaudio.c 109 LPARAM dwParam1,
110 LPARAM dwParam2)
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5events.c 554 LRESULT DX5_HandleMessage(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
586 SizeX = LOWORD(lParam);
587 SizeY = HIWORD(lParam);
629 wmmsg.lParam = lParam;
637 return CallWindowProc(userWindowProc, hwnd, msg, wParam, lParam);
642 return(DefWindowProc(hwnd, msg, wParam, lParam));
  /external/webkit/Source/WebCore/platform/
PlatformKeyboardEvent.h 44 typedef long LPARAM;
172 PlatformKeyboardEvent(HWND, WPARAM, LPARAM, Type, bool);
PlatformMouseEvent.h 53 typedef long LPARAM;
163 PlatformMouseEvent(HWND, UINT, WPARAM, LPARAM, bool didActivateWebView = false);
PlatformWheelEvent.h 49 typedef long LPARAM;
169 PlatformWheelEvent(HWND, WPARAM, LPARAM, bool isMouseHWheel);
  /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/WebCore/platform/win/
KeyEventWin.cpp 145 static bool isKeypadEvent(WPARAM code, LPARAM keyData, PlatformKeyboardEvent::Type type)
189 PlatformKeyboardEvent::PlatformKeyboardEvent(HWND, WPARAM code, LPARAM keyData, Type type, bool systemKey)
PasteboardWin.cpp 52 static LRESULT CALLBACK PasteboardOwnerWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
75 lresult = DefWindowProc(hWnd, message, wParam, lParam);
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.h 119 virtual LRESULT fullscreenClientWndProc(HWND, UINT message, WPARAM, LPARAM);
140 static LRESULT CALLBACK hudWndProc(HWND, UINT message, WPARAM, LPARAM);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_syswm.h 141 LPARAM lParam; /**< LONG message parameter */
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_syswm.h 141 LPARAM lParam; /**< LONG message parameter */
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_syswm.h 141 LPARAM lParam; /**< LONG message parameter */
  /external/quake/quake/src/QW/client/
gl_vidnt.c 123 LONG WINAPI MainWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
277 SendMessage (mainwindow, WM_SETICON, (WPARAM)TRUE, (LPARAM)hIcon);
278 SendMessage (mainwindow, WM_SETICON, (WPARAM)FALSE, (LPARAM)hIcon);
366 SendMessage (mainwindow, WM_SETICON, (WPARAM)TRUE, (LPARAM)hIcon);
367 SendMessage (mainwindow, WM_SETICON, (WPARAM)FALSE, (LPARAM)hIcon);
1020 LPARAM lParam)
1040 window_x = (int) LOWORD(lParam);
1041 window_y = (int) HIWORD(lParam);
    [all...]
  /external/quake/quake/src/WinQuake/
gl_vidnt.cpp 123 LONG WINAPI MainWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
277 SendMessage (mainwindow, WM_SETICON, (WPARAM)TRUE, (LPARAM)hIcon);
278 SendMessage (mainwindow, WM_SETICON, (WPARAM)FALSE, (LPARAM)hIcon);
366 SendMessage (mainwindow, WM_SETICON, (WPARAM)TRUE, (LPARAM)hIcon);
367 SendMessage (mainwindow, WM_SETICON, (WPARAM)FALSE, (LPARAM)hIcon);
1020 LPARAM lParam)
1040 window_x = (int) LOWORD(lParam);
1041 window_y = (int) HIWORD(lParam);
    [all...]
  /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/chromium/chrome/browser/ui/views/
shell_dialogs_win.cc 168 WPARAM wparam, LPARAM lparam) {
632 LPARAM parameter,
633 LPARAM data);
767 LPARAM parameter,
768 LPARAM data) {
771 // data lParam member of the BROWSEINFO structure.
772 SendMessage(window, BFFM_SETSELECTION, TRUE, (LPARAM)data);
793 browse_info.lParam = (LPARAM)path->value().c_str()
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyStoreTest.java 132 KeyStore.LoadStoreParameter lParam = new MyLoadStoreParams(
135 kss[i].load(lParam);
137 kss[i].store(lParam);
  /external/chromium/chrome/browser/
aeropeek_manager.cc 640 LPARAM lparam);
648 LPARAM lparam);
861 reinterpret_cast<LPARAM>(title_.c_str()));
    [all...]
  /external/chromium/chrome/browser/automation/
ui_controls_win.cc 62 LRESULT CALLBACK MouseHook(int n_code, WPARAM w_param, LPARAM l_param) {
72 LRESULT CALLBACK KeyHook(int n_code, WPARAM w_param, LPARAM l_param) {
177 LPARAM l_param = 0;
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Surface.cpp 315 static LRESULT CALLBACK SurfaceWindowProc(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam) {
323 return CallWindowProc(prevWndFunc, hwnd, message, wparam, lparam);
  /external/webkit/Source/WebCore/plugins/
PluginView.h 246 static LRESULT CALLBACK PluginViewWndProc(HWND, UINT, WPARAM, LPARAM);
247 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStoreTest.java 131 KeyStore.LoadStoreParameter lParam = new MyLoadStoreParams(
134 kss[i].load(lParam);
136 kss[i].store(lParam);
  /external/chromium/chrome/browser/hang_monitor/
hung_plugin_action.cc 134 BOOL CALLBACK HungPluginAction::DismissMessageBox(HWND window, LPARAM ignore) {

Completed in 871 milliseconds

1 2 3 4 56 7 8