Home
last modified time | relevance | path

Searched refs:MSG (Results 1 – 25 of 47) sorted by relevance

12

/external/chromium/base/
Dmessage_pump_win.h36 virtual void WillProcessMessage(const MSG& msg) = 0;
40 virtual void DidProcessMessage(const MSG& msg) = 0;
56 virtual bool Dispatch(const MSG& msg) = 0;
71 void WillProcessMessage(const MSG& msg);
72 void DidProcessMessage(const MSG& msg);
184 bool ProcessMessageHelper(const MSG& msg);
Dmessage_pump_win.cc33 void MessagePumpWin::WillProcessMessage(const MSG& msg) { in WillProcessMessage()
37 void MessagePumpWin::DidProcessMessage(const MSG& msg) { in DidProcessMessage()
149 MSG msg; in PumpOutPendingPaintMessages()
275 MSG msg = {0}; in WaitForWork()
334 MSG msg; in ProcessNextWindowsMessage()
341 bool MessagePumpForUI::ProcessMessageHelper(const MSG& msg) { in ProcessMessageHelper()
354 if (CallMsgFilter(const_cast<MSG*>(&msg), kMessageFilterCode)) in ProcessMessageHelper()
381 MSG msg; in ProcessPumpReplacementMessage()
Dmessage_loop.h455 void WillProcessMessage(const MSG& message);
456 void DidProcessMessage(const MSG& message);
Dmessage_loop.cc579 void MessageLoopForUI::WillProcessMessage(const MSG& message) { in WillProcessMessage()
582 void MessageLoopForUI::DidProcessMessage(const MSG& message) { in DidProcessMessage()
/external/grub/stage2/
Dstart.S41 #define MSG(x) movw $ABS(x), %si; call message macro
70 MSG(notification_string)
296 MSG(notification_step)
313 MSG(notification_done)
326 MSG(geometry_error_string)
333 MSG(read_error_string)
336 MSG(general_error_string)
Dstart_eltorito.S49 #define MSG(x) mov $ABS(x), %si; call message; macro
96 MSG(notification_string)
112 MSG(notification_done)
162 MSG(notification_step)
203 MSG(read_error_string)
/external/grub/stage1/
Dstage1.S33 #define MSG(x) movw $ABS(x), %si; call message macro
154 MSG(notification_string)
381 MSG(geometry_error_string)
388 MSG(hd_probe_error_string)
395 MSG(read_error_string)
398 MSG(general_error_string)
474 MSG(fd_probe_error_string)
/external/webkit/WebKitTools/DumpRenderTree/win/
DEventSender.cpp52 MSG msg;
111 static MSG makeMsg(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in makeMsg()
113 MSG result = {0}; in makeMsg()
124 static LRESULT dispatchMessage(const MSG* msg) in dispatchMessage()
138MSG msg = makeMsg(webViewWindow, WM_RBUTTONDOWN, 0, MAKELPARAM(lastMousePosition.x, lastMousePosit… in contextClickCallback()
205MSG msg = makeMsg(webViewWindow, mouseType, wparam, MAKELPARAM(lastMousePosition.x, lastMousePosit… in mouseDownCallback()
225 static void doMouseUp(MSG msg, HRESULT* oleDragAndDropReturnValue = 0) in doMouseUp()
291MSG msg = makeMsg(webViewWindow, mouseType, wparam, MAKELPARAM(lastMousePosition.x, lastMousePosit… in mouseUpCallback()
302 static void doMouseMove(MSG msg) in doMouseMove()
339MSG msg = makeMsg(webViewWindow, WM_MOUSEMOVE, down ? MK_LBUTTON : 0, MAKELPARAM(lastMousePosition… in mouseMoveToCallback()
[all …]
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
Deap_wsc.c25 enum { START, MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator
42 case MSG: in eap_wsc_state_txt()
105 data->state = registrar ? START : MSG; in eap_wsc_init()
215 eap_wsc_state(data, MSG); in eap_wsc_build_msg()
235 case MSG: in eap_wsc_buildReq()
388 eap_wsc_state(data, MSG); in eap_wsc_process()
430 eap_wsc_state(data, MSG); in eap_wsc_process()
437 eap_wsc_state(data, MSG); in eap_wsc_process()
Deap_ikev2.c25 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator
63 case MSG: in eap_ikev2_state_txt()
95 data->state = MSG; in eap_ikev2_init()
219 case MSG: in eap_ikev2_buildReq()
403 eap_ikev2_state(data, MSG); in eap_ikev2_process()
421 data->state = MSG; in eap_ikev2_process()
Deap_tls_common.h27 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK } state; enumerator
Deap_tls_common.c157 data->state = MSG; in eap_server_tls_build_msg()
317 data->state = MSG; in eap_server_tls_reassemble()
/external/e2fsprogs/lib/ss/
Dhelp.c101 #define MSG "No info found for " macro
102 char *buf = malloc(strlen (MSG) + strlen (argv[1]) + 1);
103 strcpy(buf, MSG);
/external/dropbear/libtomcrypt/src/mac/pelican/
Dpelican_test.c26 unsigned char K[32], MSG[64], T[16]; in pelican_test()
95 if ((err = pelican_process(&pel, tests[x].MSG, tests[x].ptlen)) != CRYPT_OK) { in pelican_test()
/external/libpcap/
Dpcap-septel.c76 MSG *m; in septel_read()
117 m = (MSG*)h; in septel_read()
/external/webkit/WebCore/platform/win/
DEventLoopWin.cpp35 MSG msg; in cycle()
/external/bison/tests/
Dsynclines.at41 # AT_TEST_SYNCLINE(TITLE, INPUT, ERROR-MSG)
44 # to issue ERROR-MSG.
/external/bluetooth/glib/tests/
Dgio-test.c235 MSG msg; in recv_windows_message()
240 error = g_io_channel_read (channel, &msg, sizeof (MSG), &nb); in recv_windows_message()
/external/openssl/apps/
Dwinrand.c74 MSG msg; in WinMain()
/external/webkit/WebKitTools/WebKitAPITest/
DTestsController.cpp57 MSG msg; in runAllTests()
/external/quake/quake/src/QW/client/
Dsys_win.c503 MSG msg; in Sys_SendKeyEvents()
554 MSG msg; in WinMain()
/external/webkit/WebKitTools/WinLauncher/
DWinLauncher.cpp153 MSG msg; in _tWinMain()
298 MSG msg; in AbortProc()
/external/qemu/distrib/sdl-1.2.12/src/video/windib/
DSDL_dibevents.c148 MSG m; in DIB_HandleMessage()
267 MSG msg; in DIB_PumpEvents()
/external/quake/quake/src/WinQuake/
Dsys_win.cpp643 MSG msg; in Sys_SendKeyEvents()
694 MSG msg; in WinMain()
Dsys_wind.cpp272 MSG msg; in main()

12