Home
last modified time | relevance | path

Searched refs:WM_DELETE_WINDOW (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/util/x11/
DX11Window.cpp256 : WM_DELETE_WINDOW(None), in X11Window()
266 : WM_DELETE_WINDOW(None), in X11Window()
342 WM_DELETE_WINDOW = XInternAtom(mDisplay, "WM_DELETE_WINDOW", False); in initialize()
344 if (WM_DELETE_WINDOW == None || WM_PROTOCOLS == None) in initialize()
350 if (XSetWMProtocols(mDisplay, mWindow, &WM_DELETE_WINDOW, 1) == 0) in initialize()
386 WM_DELETE_WINDOW = None; in destroy()
695 static_cast<Atom>(xEvent.xclient.data.l[0]) == WM_DELETE_WINDOW) in processEvent()
DX11Window.h46 Atom WM_DELETE_WINDOW; variable
/third_party/skia/third_party/externals/angle2/util/x11/
DX11Window.cpp256 : WM_DELETE_WINDOW(None), in X11Window()
266 : WM_DELETE_WINDOW(None), in X11Window()
342 WM_DELETE_WINDOW = XInternAtom(mDisplay, "WM_DELETE_WINDOW", False); in initializeImpl()
344 if (WM_DELETE_WINDOW == None || WM_PROTOCOLS == None) in initializeImpl()
350 if (XSetWMProtocols(mDisplay, mWindow, &WM_DELETE_WINDOW, 1) == 0) in initializeImpl()
388 WM_DELETE_WINDOW = None; in destroy()
703 static_cast<Atom>(xEvent.xclient.data.l[0]) == WM_DELETE_WINDOW) in processEvent()
DX11Window.h48 Atom WM_DELETE_WINDOW; variable
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11video.h91 Atom WM_DELETE_WINDOW; member
DSDL_x11video.c453 GET_ATOM(WM_DELETE_WINDOW); in X11_VideoInit()
DSDL_x11events.c972 (xevent.xclient.data.l[0] == videodata->WM_DELETE_WINDOW)) { in X11_DispatchEvent()
DSDL_x11window.c580 … protocols[proto_count++] = data->WM_DELETE_WINDOW; /* Allow window to be deleted by the WM */ in X11_CreateWindow()
/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp-patches/
Ddeqp-x11.patch37 m_deleteAtom = XInternAtom(m_display, "WM_DELETE_WINDOW", False);
/third_party/flutter/glfw/src/
Dx11_platform.h163 Atom WM_DELETE_WINDOW; member
Dx11_init.c601 _glfw.x11.WM_DELETE_WINDOW = in initExtensions()
Dx11_window.c571 _glfw.x11.WM_DELETE_WINDOW, in createNativeWindow()
1292 if (protocol == _glfw.x11.WM_DELETE_WINDOW) in processEvent()
/third_party/flutter/glfw/docs/
Dcompat.dox35 GLFW uses the ICCCM `WM_DELETE_WINDOW` protocol to intercept the user
/third_party/python/Lib/idlelib/
DChangeLog1435 Different action on WM_DELETE_WINDOW is more likely to do the right thing,
1540 Add a close() method and bind to WM_DELETE_WINDOW protocol