Home
last modified time | relevance | path

Searched refs:xwindow_ (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/libcef/browser/native/
Dwindow_x11.cc89 xwindow_ = connection_->GenerateId<x11::Window>(); in CefWindowX11()
92 .wid = xwindow_, in CefWindowX11()
119 x11::SetArrayProperty(xwindow_, x11::GetAtom(kWMProtocols), x11::Atom::ATOM, in CefWindowX11()
124 x11::SetStringProperty(xwindow_, x11::Atom::WM_CLIENT_MACHINE, in CefWindowX11()
133 x11::SetProperty(xwindow_, x11::GetAtom(kNetWMPid), x11::Atom::CARDINAL, pid); in CefWindowX11()
137 x11::SetStringProperty(xwindow_, x11::Atom::WM_NAME, x11::Atom::STRING, in CefWindowX11()
139 x11::SetStringProperty(xwindow_, x11::Atom::WM_ICON_NAME, x11::Atom::STRING, in CefWindowX11()
145 DCHECK_EQ(xwindow_, x11::Window::None); in ~CefWindowX11()
152 if (xwindow_ == x11::Window::None) in Close()
156 xwindow_, xwindow_, x11::GetAtom(kWMProtocols), in Close()
[all …]
Dwindow_x11.h65 x11::Window xwindow() const { return xwindow_; } in xwindow()
80 x11::Window xwindow_; variable
/third_party/cef/tests/cefclient/browser/
Dtemp_window_x11.cc45 TempWindowX11::TempWindowX11() : xwindow_(kNullWindowHandle) { in TempWindowX11()
49 xwindow_ = CreateTempWindow(); in TempWindowX11()
50 CHECK(xwindow_); in TempWindowX11()
55 DCHECK(xwindow_); in ~TempWindowX11()
57 CloseTempWindow(xwindow_); in ~TempWindowX11()
63 return g_temp_window->xwindow_; in GetWindowHandle()
Dtemp_window_x11.h29 CefWindowHandle xwindow_; variable