HomeSort by relevance Sort by last modified time
    Searched refs:WPARAM (Results 51 - 75 of 229) sorted by null

1 23 4 5 6 7 8 910

  /external/chromium_org/ui/gfx/win/
singleton_hwnd.cc 29 WPARAM wparam,
35 OnWndProc(window, message, wparam, lparam));
  /external/skia/src/views/win/
skia_win.cpp 23 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
24 INT_PTR CALLBACK About(HWND, UINT, WPARAM, LPARAM);
56 return (int) msg.wParam;
162 // FUNCTION: WndProc(HWND, UINT, WPARAM, LPARAM)
171 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
175 return DefWindowProc(hWnd, message, wParam, lParam);
180 if (gSkWind->wndProc(hWnd, message, wParam, lParam)) {
183 return DefWindowProc(hWnd, message, wParam, lParam);
190 INT_PTR CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapiwz.h 26 typedef WINBOOL (WINAPI SERVICEWIZARDDLGPROC)(HWND hDlg,UINT wMsgID,WPARAM wParam,LPARAM lParam);
commdlg.h 42 typedef UINT_PTR (CALLBACK *LPOFNHOOKPROC) (HWND,UINT,WPARAM,LPARAM);
201 typedef UINT_PTR (CALLBACK *LPCCHOOKPROC) (HWND,UINT,WPARAM,LPARAM);
251 #define CommDlg_OpenSave_GetSpecA(_hdlg,_psz,_cbmax) (int)SNDMSG(_hdlg,CDM_GETSPEC,(WPARAM)_cbmax,(LPARAM)(LPSTR)_psz)
252 #define CommDlg_OpenSave_GetSpecW(_hdlg,_psz,_cbmax) (int)SNDMSG(_hdlg,CDM_GETSPEC,(WPARAM)_cbmax,(LPARAM)(LPWSTR)_psz)
257 #define CommDlg_OpenSave_GetFilePathA(_hdlg,_psz,_cbmax) (int)SNDMSG(_hdlg,CDM_GETFILEPATH,(WPARAM)_cbmax,(LPARAM)(LPSTR)_psz)
258 #define CommDlg_OpenSave_GetFilePathW(_hdlg,_psz,_cbmax) (int)SNDMSG(_hdlg,CDM_GETFILEPATH,(WPARAM)_cbmax,(LPARAM)(LPWSTR)_psz)
263 #define CommDlg_OpenSave_GetFolderPathA(_hdlg,_psz,_cbmax) (int)SNDMSG(_hdlg,CDM_GETFOLDERPATH,(WPARAM)_cbmax,(LPARAM)(LPSTR)_psz)
264 #define CommDlg_OpenSave_GetFolderPathW(_hdlg,_psz,_cbmax) (int)SNDMSG(_hdlg,CDM_GETFOLDERPATH,(WPARAM)_cbmax,(LPARAM)(LPWSTR)_psz)
269 #define CommDlg_OpenSave_GetFolderIDList(_hdlg,_pidl,_cbmax) (int)SNDMSG(_hdlg,CDM_GETFOLDERIDLIST,(WPARAM)_cbmax,(LPARAM)(LPVOID)_pidl)
271 #define CommDlg_OpenSave_SetControlText(_hdlg,_id,_text) (void)SNDMSG(_hdlg,CDM_SETCONTROLTEXT,(WPARAM)_id,(LPARAM)(LPSTR)_text
    [all...]
  /external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.h 75 WPARAM wparam,
82 WPARAM wparam,
  /external/chromium_org/ui/base/ime/win/
imm32_manager.h 104 // * wparam [in] (WPARAM)
119 WPARAM wparam, LPARAM lparam, BOOL* handled);
275 WPARAM lparam,
  /external/chromium_org/ui/gfx/
sys_color_change_listener.cc 67 WPARAM wparam,
96 WPARAM wparam,
99 (message == WM_SETTINGCHANGE && wparam == SPI_SETHIGHCONTRAST)) {
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_lowvideo.h 109 extern LONG (*HandleMessage)(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
141 LRESULT CALLBACK WinMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl.h 236 HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
238 HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam);
240 HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam);
242 HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
248 WPARAM wParam, LPARAM lParam)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 43 # WPARAM is defined as UINT_PTR (unsigned type)
46 WPARAM = c_ulong
49 WPARAM = c_ulonglong
139 ("wParam", WPARAM),
183 'WORD', 'WPARAM', '_COORD', '_FILETIME', '_LARGE_INTEGER',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 43 # WPARAM is defined as UINT_PTR (unsigned type)
46 WPARAM = c_ulong
49 WPARAM = c_ulonglong
139 ("wParam", WPARAM),
183 'WORD', 'WPARAM', '_COORD', '_FILETIME', '_LARGE_INTEGER',
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32window.cc 94 bool Win32Window::OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam,
108 WPARAM wParam, LPARAM lParam) {
119 bool handled = that->OnMessage(uMsg, wParam, lParam, result);
135 return ::DefWindowProc(hwnd, uMsg, wParam, lParam);
win32window_unittest.cc 41 virtual bool OnMessage(UINT uMsg, WPARAM wParam,
44 msg_.wParam = wParam;
66 EXPECT_EQ(1, wnd.msg().wParam);
  /external/chromium_org/third_party/openssl/openssl/apps/
winrand.c 66 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
113 return msg.wParam;
116 LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam)
138 if (RAND_event(iMsg, wParam, lParam) == 1 && seeded == 0)
147 return DefWindowProc(hwnd, iMsg, wParam, lParam);
  /external/chromium_org/third_party/webrtc/base/
win32window.cc 77 bool Win32Window::OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam,
91 WPARAM wParam, LPARAM lParam) {
102 bool handled = that->OnMessage(uMsg, wParam, lParam, result);
118 return ::DefWindowProc(hwnd, uMsg, wParam, lParam);
  /external/chromium_org/ui/base/win/
hwnd_subclass_unittest.cc 26 WPARAM w_param,
55 WPARAM w_param,
  /external/openssl/apps/
winrand.c 66 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
113 return msg.wParam;
116 LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam)
138 if (RAND_event(iMsg, wParam, lParam) == 1 && seeded == 0)
147 return DefWindowProc(hwnd, iMsg, wParam, lParam);
  /external/chromium_org/base/win/
message_window_unittest.cc 17 UINT message, WPARAM wparam, LPARAM lparam, LRESULT* result) {
18 // Return |wparam| as the result of WM_USER message.
20 *result = wparam;
  /external/chromium_org/chrome/browser/ui/views/apps/
app_window_desktop_window_tree_host_win.cc 57 WPARAM w_param,
  /external/chromium_org/chrome/browser/ui/views/frame/
minimize_button_metrics_win.cc 21 reinterpret_cast<WPARAM>(&titlebar_info));
  /external/chromium_org/components/storage_monitor/
volume_mount_watcher_win.h 53 void OnMediaChange(WPARAM wparam, LPARAM lparam);
  /external/chromium_org/remoting/host/win/
host_service.h 73 WPARAM wparam,
  /external/chromium_org/third_party/npapi/npspy/windows/
gui_advanced.cpp 86 BOOL CALLBACK AdvancedPageProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
91 return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog);
93 HANDLE_WM_NOTIFY(hWnd, wParam, lParam, onNotify);
gui_general.cpp 86 BOOL CALLBACK GeneralPageProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
91 return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog);
93 HANDLE_WM_NOTIFY(hWnd, wParam, lParam, onNotify);
  /external/chromium_org/third_party/openssl/openssl/crypto/rand/
rand.h 118 int RAND_event(UINT, WPARAM, LPARAM);

Completed in 2715 milliseconds

1 23 4 5 6 7 8 910