Searched refs:MSG (Results 1 - 25 of 93) sorted by relevance

1234

/external/webkit/Source/WebCore/platform/win/
H A DEventLoopWin.cpp35 MSG msg;
/external/webkit/Tools/MiniBrowser/win/
H A DMiniBrowser.h44 bool handleMessage(const MSG*);
H A Dmain.cpp44 static bool shouldTranslateMessage(const MSG& msg)
67 MSG message;
H A DBrowserWindow.h44 bool handleMessage(const MSG*);
H A DMiniBrowser.cpp74 bool MiniBrowser::handleMessage(const MSG* message)
/external/chromium/base/
H A Dmessage_pump_win.h38 virtual void WillProcessMessage(const MSG& msg) = 0;
42 virtual void DidProcessMessage(const MSG& msg) = 0;
58 virtual bool Dispatch(const MSG& msg) = 0;
73 void WillProcessMessage(const MSG& msg);
74 void DidProcessMessage(const MSG& msg);
76 // Like MessagePump::Run, but MSG objects are routed through dispatcher.
186 bool ProcessMessageHelper(const MSG& msg);
H A Dmessage_pump_win.cc32 void MessagePumpWin::WillProcessMessage(const MSG& msg) {
36 void MessagePumpWin::DidProcessMessage(const MSG& msg) {
148 MSG msg;
269 MSG msg = {0};
328 MSG msg;
335 bool MessagePumpForUI::ProcessMessageHelper(const MSG& msg) {
348 if (CallMsgFilter(const_cast<MSG*>(&msg), kMessageFilterCode))
376 MSG msg;
/external/webkit/Tools/TestWebKitAPI/
H A DPlatformUtilities.h41 bool shouldTranslateMessage(const MSG&);
/external/webkit/Source/WebKit2/Shared/
H A DNativeWebKeyboardEvent.h61 const MSG* nativeEvent() const { return &m_nativeEvent; }
72 MSG m_nativeEvent;
H A DNativeWebMouseEvent.h57 const MSG* nativeEvent() const { return &m_nativeEvent; }
68 MSG m_nativeEvent;
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DFormatterTest.java34 static String MSG = "msg, pls. ignore it"; field in class:FormatterTest
42 r = new LogRecord(Level.FINE, MSG);
58 assertEquals(MSG, f.formatMessage(r));
72 r.setMessage(MSG);
73 assertEquals(MSG, f.formatMessage(r));
H A DLogRecordTest.java35 static final String MSG = "test msg, pls. ignore itb"; field in class:LogRecordTest
43 lr = new LogRecord(Level.CONFIG, MSG);
54 new LogRecord(null, MSG);
142 logger.log(Level.SEVERE, MSG);
147 lr = new LogRecord(Level.SEVERE, MSG);
154 lr = new LogRecord(Level.SEVERE, MSG);
161 lr = new LogRecord(Level.SEVERE, MSG);
193 ml.info(MSG);
200 ml.log(Level.SEVERE, MSG);
205 lr = new LogRecord(Level.SEVERE, MSG);
[all...]
H A DSimpleFormatterTest.java37 private static String MSG = "test msg. pls. ignore it\nadaadasfdasfd\nadfafdadfsa"; field in class:SimpleFormatterTest
45 lr = new LogRecord(Level.FINE, MSG);
80 lr.setMessage(MSG + " {0,number}");
/external/grub/stage1/
H A Dstage1.S33 #define MSG(x) movw $ABS(x), %si; call message define
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/grub/stage2/
H A Dstart.S41 #define MSG(x) movw $ABS(x), %si; call message define
70 MSG(notification_string)
294 (MSG modifies SI, which is saved, and unused AX and BX) */
296 MSG(notification_step)
313 MSG(notification_done)
326 MSG(geometry_error_string)
333 MSG(read_error_string)
336 MSG(general_error_string)
H A Dstart_eltorito.S49 #define MSG(x) mov $ABS(x), %si; call message; define
96 MSG(notification_string)
112 MSG(notification_done)
162 MSG(notification_step)
203 MSG(read_error_string)
/external/skia/include/gpu/
H A DGrConfig.h213 #define GR_WARN(MSG) (GR_FILE_AND_LINE_STR "WARNING: " MSG)
215 #define GR_WARN(MSG) ("WARNING: " MSG)
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
H A DTranslateMessageGeneratesWMChar.cpp50 MSG msg;
/external/webkit/Tools/TestWebKitAPI/win/
H A DPlatformUtilitiesWin.cpp48 MSG msg;
59 bool shouldTranslateMessage(const MSG& msg)
/external/e2fsprogs/lib/ss/
H A Dhelp.c101 #define MSG "No info found for " macro
102 char *buf = malloc(strlen (MSG) + strlen (argv[1]) + 1);
103 strcpy(buf, MSG);
/external/chromium/chrome/browser/notifications/
H A Dballoon_collection_impl.h57 virtual void WillProcessMessage(const MSG& event) {}
58 virtual void DidProcessMessage(const MSG& event);
H A Dballoon_collection_win.cc36 void BalloonCollectionImpl::DidProcessMessage(const MSG& msg) {
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
H A Deap_wsc.c25 enum { START, MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_wsc_data::__anon13929
42 case MSG:
43 return "MSG";
105 data->state = registrar ? START : MSG;
215 eap_wsc_state(data, MSG);
235 case MSG:
388 eap_wsc_state(data, MSG);
430 eap_wsc_state(data, MSG);
437 eap_wsc_state(data, MSG);
H A Deap_tls_common.h27 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK } state; enumerator in enum:eap_ssl_data::__anon13924
/external/chromium/chrome/browser/ui/views/
H A Duser_data_dir_dialog.h51 virtual bool Dispatch(const MSG& msg);

Completed in 442 milliseconds

1234