HomeSort by relevance Sort by last modified time
    Searched refs:lParam (Results 101 - 125 of 179) 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/chromium_org/chrome/browser/speech/
tts_win.cc 42 static void __stdcall SpeechEventCallback(WPARAM w_param, LPARAM l_param);
212 char_position_ = static_cast<ULONG>(event.lParam) - prefix_len_;
218 char_position_ = static_cast<ULONG>(event.lParam) - prefix_len_;
255 WPARAM w_param, LPARAM l_param) {
  /external/chromium_org/win8/metro_driver/
metro_driver_win7.cc 26 WPARAM wparam, LPARAM lparam) {
49 return ::DefWindowProc(hwnd, message, wparam, lparam);
183 position->X = gfx::ToRoundedInt(CR_GET_X_LPARAM(msg_.lParam) / scale);
184 position->Y = gfx::ToRoundedInt(CR_GET_Y_LPARAM(msg_.lParam) / scale);
414 key_status->RepeatCount = msg_.lParam & 0x0000FFFF;
415 key_status->ScanCode = (msg_.lParam >> 16) & 0x00FF;
416 key_status->IsExtendedKey = (msg_.lParam & (1 << 24));
417 key_status->IsMenuKeyDown = (msg_.lParam & (1 << 29));
418 key_status->WasKeyDown = (msg_.lParam & (1 << 30))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shdeprecated.h     [all...]
prsht.h 99 LPARAM lParam; \
114 LPARAM lParam; \
227 typedef int (CALLBACK *PFNPROPSHEETCALLBACK)(HWND,UINT,LPARAM);
321 typedef WINBOOL (CALLBACK *LPFNADDPROPSHEETPAGE)(HPROPSHEETPAGE,LPARAM);
322 typedef WINBOOL (CALLBACK *LPFNADDPROPSHEETPAGES)(LPVOID,LPFNADDPROPSHEETPAGE,LPARAM);
326 LPARAM lParam;
351 #define PropSheet_SetCurSel(hDlg,hpage,index) SNDMSG(hDlg,PSM_SETCURSEL,(WPARAM)index,(LPARAM)hpage
    [all...]
dimm.h 396 virtual HRESULT WINAPI IsUIMessageA(HWND hWndIME,UINT msg,WPARAM wParam,LPARAM lParam) = 0;
397 virtual HRESULT WINAPI IsUIMessageW(HWND hWndIME,UINT msg,WPARAM wParam,LPARAM lParam) = 0;
416 virtual HRESULT WINAPI OnDefWindowProc(HWND hWnd,UINT Msg,WPARAM wParam,LPARAM lParam,LRESULT *plResult) = 0;
471 HRESULT (WINAPI *IsUIMessageA)(IActiveIMMApp *This,HWND hWndIME,UINT msg,WPARAM wParam,LPARAM lParam);
472 HRESULT (WINAPI *IsUIMessageW)(IActiveIMMApp *This,HWND hWndIME,UINT msg,WPARAM wParam,LPARAM lParam);
    [all...]
wdsclientapi.h 28 LPARAM lParam,
msacm.h 121 MMRESULT ACMAPI acmDriverAddA(LPHACMDRIVERID phadid,HINSTANCE hinstModule,LPARAM lParam,DWORD dwPriority,DWORD fdwAdd);
122 MMRESULT ACMAPI acmDriverAddW(LPHACMDRIVERID phadid,HINSTANCE hinstModule,LPARAM lParam,DWORD dwPriority,DWORD fdwAdd);
136 typedef LRESULT (CALLBACK *ACMDRIVERPROC)(DWORD_PTR,HACMDRIVERID,UINT,LPARAM,LPARAM);
142 LRESULT ACMAPI acmDriverMessage(HACMDRIVER had,UINT uMsg,LPARAM lParam1,LPARAM lParam2);
389 typedef UINT (CALLBACK *ACMFORMATCHOOSEHOOKPROCA)(HWND hwnd,UINT uMsg,WPARAM wParam,LPARAM lParam);
    [all...]
shlobj.h 218 STDMETHOD(HandleMenuMsg)(THIS_ UINT uMsg,WPARAM wParam,LPARAM lParam) PURE;
232 STDMETHOD(HandleMenuMsg)(THIS_ UINT uMsg,WPARAM wParam,LPARAM lParam) PURE;
233 STDMETHOD(HandleMenuMsg2)(THIS_ UINT uMsg,WPARAM wParam,LPARAM lParam,LRESULT *plResult) PURE;
952 typedef int (CALLBACK *BFFCALLBACK)(HWND hwnd,UINT uMsg,LPARAM lParam,LPARAM lpData);
963 LPARAM lParam
    [all...]
  /external/chromium_org/third_party/npapi/npspy/windows/
dirpick.cpp 520 static BOOL CALLBACK DirPickDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
524 onInitDialog(hWnd, (LPSTR)lParam);
527 HANDLE_WM_COMMAND(hWnd, wParam, lParam, onCommand);
532 LPMEASUREITEMSTRUCT lpmis = (LPMEASUREITEMSTRUCT)lParam;
551 onDrawItem((LPDRAWITEMSTRUCT)lParam, ((UINT)wParam == ID_COMBO_DIR));
603 int ret = DialogBoxParam(hInst, MAKEINTRESOURCE(ID_DIALOG_CHOOSEDIR), hWndOwner, DirPickDlgProc, (LPARAM)lpszString);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 84 void CPWL_EditCtrl::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam)
86 CPWL_Wnd::OnNotify(pWnd,msg,wParam,lParam);
96 pChild->OnNotify(pWnd,PNM_SETSCROLLINFO,wParam,lParam);
107 pChild->OnNotify(pWnd,PNM_SETSCROLLPOS,wParam,lParam);
114 FX_FLOAT fPos = *(FX_FLOAT*)lParam;
PWL_ListBox.cpp 359 void CPWL_ListBox::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam)
361 CPWL_Wnd::OnNotify(pWnd,msg,wParam,lParam);
373 pChild->OnNotify(pWnd,PNM_SETSCROLLINFO,wParam,lParam);
384 pChild->OnNotify(pWnd,PNM_SETSCROLLPOS,wParam,lParam);
390 fPos = *(FX_FLOAT*)lParam;
  /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/chromium_org/third_party/openssl/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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/chromium_org/third_party/skia/include/views/
SkEvent.h 260 static bool WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
  /external/chromium_org/ui/events/
event_unittest.cc 372 const LPARAM lParam = GetLParamFromScanCode(kNativeCodeSpace);
373 MSG native_event = { NULL, WM_KEYUP, VKEY_SPACE, lParam };
385 const LPARAM lParam = GetLParamFromScanCode(kNativeCodeHome);
387 MSG native_event = { NULL, WM_KEYUP, VKEY_HOME, lParam };
416 const LPARAM lParam_a = GetLParamFromScanCode(kNativeCodeA);
417 const LPARAM lParam_b = GetLParamFromScanCode(kNativeCodeB);
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_EditCtrl.h 70 virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = 0);
PWL_ScrollBar.h 113 virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = 0);
  /external/skia/include/views/
SkEvent.h 260 static bool WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
win32devicemanager.cc 69 virtual bool OnMessage(UINT msg, WPARAM wp, LPARAM lp, LRESULT& result);
385 bool Win32DeviceWatcher::OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam,
391 reinterpret_cast<DEV_BROADCAST_DEVICEINTERFACE*>(lParam);
  /external/libpng/contrib/visupng/
VisualPng.c 42 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
43 BOOL CALLBACK AboutDlgProc (HWND, UINT, WPARAM, LPARAM) ;
148 LPARAM lParam)
180 hInstance = ((LPCREATESTRUCT) lParam)->hInstance ;
216 cxWinSize = LOWORD (lParam);
217 cyWinSize = HIWORD (lParam);
428 return DefWindowProc (hwnd, message, wParam, lParam);
432 WPARAM wParam, LPARAM lParam)
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npapi.h 516 uint32 lParam;
523 uint32 lParam;
  /external/chromium_org/ui/views/win/
hwnd_message_handler.h 78 LPARAM l_param, \
92 LPARAM lParam, \
100 lParam; \
216 LPARAM l_param) OVERRIDE;
221 LPARAM l_param) OVERRIDE;
224 LPARAM l_param) OVERRIDE;
227 LPARAM l_param) OVERRIDE;
231 LPARAM l_param) OVERRIDE;
235 LPARAM l_param) OVERRIDE
    [all...]

Completed in 1044 milliseconds

1 2 3 45 6 7 8