Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/
DSDL_winrtmessagebox.h25 extern int WINRT_ShowMessageBox(const SDL_MessageBoxData *messageboxdata, int *buttonid);
DSDL_winrtmessagebox.cpp47 WINRT_ShowMessageBox(const SDL_MessageBoxData *messageboxdata, int *buttonid) in WINRT_ShowMessageBox() function
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_video.c3685 WINRT_ShowMessageBox(messageboxdata, buttonid) == 0) { in SDL_ShowMessageBox()