Home
last modified time | relevance | path

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

/external/angle/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()
702 static_cast<Atom>(xEvent.xclient.data.l[0]) == WM_DELETE_WINDOW) in processEvent()
DX11Window.h48 Atom WM_DELETE_WINDOW; variable
/external/swiftshader/tests/regres/deqp-patches/
Ddeqp-x11.patch37 m_deleteAtom = XInternAtom(m_display, "WM_DELETE_WINDOW", False);
/external/python/cpython3/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
/external/python/cpython2/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