Home
last modified time | relevance | path

Searched refs:LPARAM (Results 1 – 25 of 109) sorted by relevance

12345

/third_party/cef/tests/cefclient/browser/
Dosr_window_win.h87 LPARAM lParam);
90 void OnMouseEvent(UINT message, WPARAM wParam, LPARAM lParam);
94 void OnKeyEvent(UINT message, WPARAM wParam, LPARAM lParam);
97 bool OnTouchEvent(UINT message, WPARAM wParam, LPARAM lParam);
99 void OnIMESetContext(UINT message, WPARAM wParam, LPARAM lParam);
101 void OnIMEComposition(UINT message, WPARAM wParam, LPARAM lParam);
Dosr_ime_handler_win.h43 bool GetResult(LPARAM lparam, CefString& result);
48 bool GetComposition(LPARAM lparam,
77 LPARAM lparam,
Droot_window_win.h66 LPARAM lParam);
72 LPARAM lParam);
78 LPARAM lParam);
86 void OnDpiChanged(WPARAM wParam, LPARAM lParam);
Droot_window_win.cc35 LPARAM lParam) { in AboutWndProc()
424 LPARAM lParam) { in EditWndProc()
439 LRESULT strLen = SendMessage(hWnd, EM_GETLINE, 0, (LPARAM)strPtr); in EditWndProc()
462 LPARAM lParam) { in FindWndProc()
489 LPARAM lParam) { in RootWndProc()
731 void RootWindowWin::OnDpiChanged(WPARAM wParam, LPARAM lParam) { in OnDpiChanged()
1112 LPARAM lParam) { in SubclassedWindowProc()
1167 BOOL CALLBACK SubclassWindowsProc(HWND hwnd, LPARAM lParam) { in SubclassWindowsProc()
1172 BOOL CALLBACK UnSubclassWindowsProc(HWND hwnd, LPARAM lParam) { in UnSubclassWindowsProc()
1203 reinterpret_cast<LPARAM>(draggable_region_)); in OnSetDraggableRegions()
Dosr_ime_handler_win.cc241 LPARAM lparam, in GetCompositionInfo()
322 bool OsrImeHandlerWin::GetResult(LPARAM lparam, CefString& result) { in GetResult()
333 LPARAM lparam, in GetComposition()
/third_party/flutter/engine/flutter/shell/platform/windows/
Dwin32_window.h53 LPARAM const lparam) noexcept;
62 LPARAM const lparam) noexcept;
67 HandleDpiChange(HWND hWnd, WPARAM wParam, LPARAM lParam);
Dwin32_window.cc82 LPARAM const lparam) noexcept { in WndProc()
109 LPARAM const lparam) noexcept { in MessageHandler()
209 Win32Window::HandleDpiChange(HWND hwnd, WPARAM wparam, LPARAM lparam) { in HandleDpiChange()
/third_party/cef/tests/shared/browser/
Dmain_message_loop_external_pump_win.cc44 LPARAM lparam);
109 static_cast<LPARAM>(delay_ms)); in OnScheduleMessagePumpWork()
130 LPARAM lparam) { in WndProc()
/third_party/cef/libcef/browser/native/
Djavascript_dialog_runner_win.h44 LPARAM lparam);
51 static LRESULT CALLBACK GetMsgProc(int code, WPARAM wparam, LPARAM lparam);
Djavascript_dialog_runner_win.cc24 LPARAM lparam) { in DialogProc()
134 DialogProc, reinterpret_cast<LPARAM>(this)); in Run()
187 LPARAM lparam) { in GetMsgProc()
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/
Dgstwinscreencap.c34 _diplay_monitor_enum (HMONITOR hMon, HDC hdc, LPRECT rect, LPARAM param) in _diplay_monitor_enum()
51 EnumDisplayMonitors (NULL, NULL, _diplay_monitor_enum, (LPARAM) & tmp); in gst_win32_get_monitor_rect()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx9/
Dmain.cpp20 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
209 …IMPL_API LRESULT ImGui_ImplWin32_WndProcHandler(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
212 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx10/
Dmain.cpp22 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
215 …IMPL_API LRESULT ImGui_ImplWin32_WndProcHandler(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
218 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx11/
Dmain.cpp22 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
219 …IMPL_API LRESULT ImGui_ImplWin32_WndProcHandler(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
222 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/
Dgstglwindow_win32.c29 LPARAM lParam);
31 LPARAM lParam);
435 LPARAM lParam) in gst_gl_window_win32_handle_key_event()
480 LPARAM lParam) in gst_gl_window_win32_handle_mouse_event()
538 window_proc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in window_proc()
648 sub_class_proc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in sub_class_proc()
/third_party/ffmpeg/libavdevice/
Dvfwcap.c296 (LPARAM) videostream_cb); in vfw_read_header()
319 ret = SendMessage(ctx->hwnd, WM_CAP_GET_VIDEOFORMAT, bisize, (LPARAM) bi); in vfw_read_header()
354 ret = SendMessage(ctx->hwnd, WM_CAP_SET_VIDEOFORMAT, bisize, (LPARAM) bi); in vfw_read_header()
365 (LPARAM) &cparms); in vfw_read_header()
380 (LPARAM) &cparms); in vfw_read_header()
/third_party/python/Lib/ctypes/
Dwintypes.py44 LPARAM = ctypes.c_long variable
47 LPARAM = ctypes.c_longlong variable
137 ("lParam", LPARAM),
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32Window.cpp31 static LRESULT CALLBACK windowProcCallback (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in windowProcCallback()
146 LRESULT Window::windowProc (UINT uMsg, WPARAM wParam, LPARAM lParam) in windowProc()
/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/windows/
Dwindows_process.c168 CloseWindowCallback(HWND hwnd, LPARAM lparam) in CloseWindowCallback()
208 if(!EnumWindows(CloseWindowCallback, (LPARAM)pinfo)) in SDL_QuitProcess()
/third_party/glib/tests/
Dgio-test.c232 LPARAM lparam);
238 LPARAM lparam) in window_procedure()
406 LPARAM lparam = rand (); in main()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_win32_directx9/
Dmain.cpp16 extern LRESULT ImGui_ImplWin32_WndProcHandler(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
17 LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsevents.h31 LPARAM lParam);
DSDL_windowskeyboard.h36 extern SDL_bool IME_HandleMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM *lParam, struct SDL_Vi…
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_tls.h61 LPARAM lParam );
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_win32.h26 …IMPL_API LRESULT ImGui_ImplWin32_WndProcHandler(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);

12345