Home
last modified time | relevance | path

Searched defs:WPARAM (Results 1 – 13 of 13) sorted by relevance

/external/crosvm/gpu_display/src/gpu_display_win/
Dwindow_message_processor.rs73 fn on_activate(&mut self, _window: &Window, _w_param: WPARAM) {} in on_activate()
88 fn on_mouse_move(&mut self, _w_param: WPARAM, _l_param: LPARAM) {} in on_mouse_move()
97 fn on_mouse_wheel(&mut self, _w_param: WPARAM) {} in on_mouse_wheel()
106 fn on_key(&mut self, _window: &Window, _key_down: bool, _w_param: WPARAM, _l_param: LPARAM) {} in on_key()
112 fn on_window_size_changing(&mut self, _window: &Window, _w_param: WPARAM, _l_param: LPARAM) {} in on_window_size_changing()
121 fn on_window_size_changed(&mut self, _window: &Window, _w_param: WPARAM, _l_param: LPARAM) {} in on_window_size_changed()
Dthread_message_util.rs42 w_param: WPARAM, in post_message()
Dwindow.rs88 pub fn new(msg: UINT, w_param: WPARAM, l_param: LPARAM) -> Self { in new()
140 pub fn update(&mut self, msg: UINT, w_param: WPARAM) { in update()
168 fn on_resizing_window(&mut self, w_param: WPARAM) { in on_resizing_window()
263 pub fn update_states(&mut self, msg: UINT, w_param: WPARAM) { in update_states()
610 pub fn post_message(&self, msg: UINT, w_param: WPARAM, l_param: LPARAM) -> Result<()> { in post_message()
Dwindow_procedure_thread.rs318 w_param: WPARAM, in wnd_proc()
/external/lzma/CPP/7zip/UI/FileManager/
DComboDialog.cpp42 bool CComboDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument
DProgressDialog.cpp101 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */) in OnTimer() argument
DProgressDialog2.cpp435 bool CProgressDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument
909 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */) in OnTimer() argument
DBrowseDialog.cpp310 bool CBrowseDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument
/external/lzma/CPP/Windows/Control/
DWindow2.h33 virtual bool OnSize(WPARAM /* wParam */, int /* xSize */, int /* ySize */) { return false; } in OnSize() argument
DDialog.h94 virtual bool OnSize(WPARAM /* wParam */, int /* xSize */, int /* ySize */) { return false; } in OnSize() argument
110 virtual bool OnTimer(WPARAM /* timerID */, LPARAM /* callback */) { return false; } in OnTimer() argument
/external/python/cpython2/Lib/ctypes/
Dwintypes.py42 WPARAM = c_ulong variable
45 WPARAM = c_ulonglong variable
/external/python/cpython3/Lib/ctypes/
Dwintypes.py43 WPARAM = ctypes.c_ulong variable
46 WPARAM = ctypes.c_ulonglong variable
/external/cronet/base/win/
Dwindows_types.h62 typedef UINT_PTR WPARAM; typedef