Lines Matching refs:connection_
75 connection_(x11::Connection::Get()), in CefWindowX11()
89 xwindow_ = connection_->GenerateId<x11::Window>(); in CefWindowX11()
90 connection_->CreateWindow({ in CefWindowX11()
109 connection_->Flush(); in CefWindowX11()
112 connection_->AddEventObserver(this); in CefWindowX11()
147 connection_->RemoveEventObserver(this); in ~CefWindowX11()
181 connection_->MapWindow({xwindow_}); in Show()
184 connection_->Flush(); in Show()
238 connection_ in Focus()
264 connection_->ConfigureWindow(req); in SetBounds()
270 connection_ in GetBoundsInScreen()
292 auto* dispatching_event = connection_->dispatching_event(); in CanDispatchEvent()
300 auto* current_xevent = connection_->dispatching_event(); in DispatchEvent()
353 connection_->ConfigureWindow(req); in ProcessXEvent()
365 connection_->DestroyWindow({xwindow_}); in ProcessXEvent()