| /external/webkit/WebCore/platform/win/ |
| EventLoopWin.cpp | 36 if (!GetMessage(&msg, 0, 0, 0)) {
|
| /external/protobuf/src/google/protobuf/ |
| generated_message_reflection_unittest.cc | 81 &reflection->GetMessage(message, F("optionalgroup"))); 83 &reflection->GetMessage(message, F("optional_nested_message"))); 85 &reflection->GetMessage(message, F("optional_foreign_message"))); 87 &reflection->GetMessage(message, F("optional_import_message"))); 140 &reflection->GetMessage(message, F("optionalgroup"))); 142 &reflection->GetMessage(message, F("optional_nested_message"))); 144 &reflection->GetMessage(message, F("optional_foreign_message"))); 146 &reflection->GetMessage(message, F("optional_import_message")));
|
| message.h | 126 #if defined(_WIN32) && defined(GetMessage) 127 // windows.h defines GetMessage() as a macro. Let's re-define it as an inline 129 // GetMessage() which we don't want overridden. The inline function should be 134 return GetMessage(lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax); 136 #undef GetMessage 137 inline BOOL GetMessage( 461 virtual const Message& GetMessage(const Message& message, [all...] |
| reflection_ops.cc | 113 from_reflection->GetMessage(from, field)); 164 if (!reflection->GetMessage(message, field).IsInitialized()) { 251 const Message& sub_message = reflection->GetMessage(message, field);
|
| extension_set_unittest.cc | 616 message.GetReflection()->GetMessage(message, message_extension); 623 // What does GetMessage() return for the embedded dynamic type if it isn't 631 parent.GetReflection()->GetMessage(parent, dynamic_message_extension,
|
| generated_message_reflection.h | 96 // messages, which GetMessage() will return if the particular 171 const Message& GetMessage(const Message& message,
|
| extension_set.h | 230 const MessageLite& GetMessage(int number, 232 const MessageLite& GetMessage(int number, const Descriptor* message_type, 714 set.GetMessage(number, default_value)); [all...] |
| generated_message_reflection.cc | [all...] |
| test_util.cc | 37 // windows.h #defines GetMessage() as a macro). [all...] |
| /external/v8/src/ |
| messages.h | 106 static Handle<String> GetMessage(Handle<Object> data);
|
| messages.cc | 146 Handle<String> MessageHandler::GetMessage(Handle<Object> data) { 173 return GetMessage(data)->ToCString(DISALLOW_NULLS);
|
| /external/webkit/WebKitTools/DumpRenderTree/wx/ |
| DumpRenderTreeWx.cpp | 105 fprintf(stdout, "ALERT: %S\n", event.GetMessage().c_str()); 110 fprintf(stdout, "CONFIRM: %S\n", event.GetMessage().c_str()); 116 fprintf(stdout, "PROMPT: %S, default text: %S\n", event.GetMessage().c_str(), event.GetResponse().c_str()); 122 fprintf(stdout, "CONSOLE MESSAGE: line %d: %S\n", event.GetLineNumber(), event.GetMessage().c_str());
|
| /external/webkit/WebKitTools/WebKitAPITest/ |
| TestsController.cpp | 59 while ((result = GetMessage(&msg, 0, 0, 0))) {
|
| /external/openssl/apps/ |
| winrand.c | 107 while (GetMessage(&msg, NULL, 0, 0))
|
| /external/webkit/WebKit/wx/ |
| WebView.h | 392 wxString GetMessage() const { return m_message; } 421 wxString GetMessage() const { return m_message; }
|
| /development/ndk/platforms/android-4/samples/san-angeles/jni/ |
| app-win32.c | 272 if (GetMessage(&msg, sWnd, 0, 0))
|
| /external/protobuf/src/google/protobuf/compiler/javamicro/ |
| javamicro_file.cc | 74 const Message& sub_message = reflection->GetMessage(message, fields[i]);
|
| /external/qemu/distrib/sdl-1.2.12/src/video/windib/ |
| SDL_dibevents.c | 156 GetMessage(&m, hwnd, 0, WM_USER); 270 if ( GetMessage(&msg, NULL, 0, 0) > 0 ) {
|
| /external/expat/xmlwf/ |
| xmlwin32url.cxx | 381 while (!qi.stop && GetMessage (&msg, NULL, 0, 0)) {
|
| /external/icu4c/samples/layout/ |
| clayout.c | 107 while (GetMessage(&msg, NULL, 0, 0)) {
|
| layout.cpp | 106 while (GetMessage(&msg, NULL, 0, 0)) {
|
| /external/protobuf/src/google/protobuf/compiler/java/ |
| java_file.cc | 76 const Message& sub_message = reflection->GetMessage(message, fields[i]);
|
| /external/libpng/contrib/gregbook/ |
| rpng-win.c | 423 while (GetMessage(&msg, NULL, 0, 0)) {
|
| /external/quake/quake/src/QW/client/ |
| sys_win.c | 510 if (!GetMessage (&msg, NULL, 0, 0))
|
| /external/quake/quake/src/WinQuake/ |
| sys_win.cpp | 650 if (!GetMessage (&msg, NULL, 0, 0))
|