Searched refs:SDL_ShowSimpleMessageBox (Results 1 – 9 of 9) sorted by relevance
| /third_party/flutter/skia/third_party/externals/sdl/test/ |
| D | testmessage.c | 91 success = SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, in main() 100 success = SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, in main() 110 success = SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, in main() 120 success = SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, in main() 130 success = SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, in main() 174 success = SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, in main()
|
| /third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/ |
| D | common.c | 35 SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, string, SDL_GetError(), NULL); in fatalError()
|
| /third_party/flutter/skia/third_party/externals/sdl/include/ |
| D | SDL_messagebox.h | 133 extern DECLSPEC int SDLCALL SDL_ShowSimpleMessageBox(Uint32 flags, const char *title, const char *m…
|
| /third_party/flutter/skia/third_party/externals/sdl/src/main/windows/ |
| D | SDL_windows_main.c | 107 SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, "Fatal Error", "Out of memory - aborting", NULL); in OutOfMemory()
|
| /third_party/flutter/skia/third_party/externals/sdl/src/test/ |
| D | SDL_test_common.c | 1544 … SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_INFORMATION, "Test Message", "You're awesome!", window); in SDLTest_CommonEvent() 1566 … SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_INFORMATION, "Last mouse position", message, window); in SDLTest_CommonEvent()
|
| /third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
| D | SDL_dynapi_overrides.h | 250 #define SDL_ShowSimpleMessageBox SDL_ShowSimpleMessageBox_REAL macro
|
| D | SDL_dynapi_procs.h | 279 SDL_DYNAPI_PROC(int,SDL_ShowSimpleMessageBox,(Uint32 a, const char *b, const char *c, SDL_Window *d…
|
| /third_party/flutter/skia/third_party/externals/sdl/ |
| D | WhatsNew.txt | 152 * Added support for SDL_ShowMessageBox() and SDL_ShowSimpleMessageBox()
|
| /third_party/flutter/skia/third_party/externals/sdl/src/video/ |
| D | SDL_video.c | 3728 SDL_ShowSimpleMessageBox(Uint32 flags, const char *title, const char *message, SDL_Window *window) in SDL_ShowSimpleMessageBox() function
|