Home
last modified time | relevance | path

Searched refs:ShowMessageBox (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_sysvideo.h284 int (*ShowMessageBox) (_THIS, const SDL_MessageBoxData *messageboxdata, int *buttonid); member
DSDL_video.c3664 if (_this && _this->ShowMessageBox) { in SDL_ShowMessageBox()
3665 retval = _this->ShowMessageBox(_this, messageboxdata, buttonid); in SDL_ShowMessageBox()
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_mirvideo.c219 device->ShowMessageBox = NULL; in MIR_CreateDevice()