Home
last modified time | relevance | path

Searched refs:connection_ (Results 1 – 8 of 8) sorted by relevance

/third_party/cef/libcef/browser/native/
Dwindow_x11.cc75 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()
[all …]
Dwindow_x11.h78 x11::Connection* const connection_; variable
/third_party/boost/doc/html/boost_asio/example/cpp03/serialization/
Dclient.cpp28 : connection_(io_context.get_executor()) in client()
37 boost::asio::async_connect(connection_.socket(), endpoint_iterator, in client()
50 connection_.async_read(stocks_, in handle_connect()
96 connection connection_; member in s11n_example::client
/third_party/boost/libs/asio/example/cpp03/serialization/
Dclient.cpp28 : connection_(io_context.get_executor()) in client()
37 boost::asio::async_connect(connection_.socket(), endpoint_iterator, in client()
50 connection_.async_read(stocks_, in handle_connect()
96 connection connection_; member in s11n_example::client
/third_party/node/src/
Dinspector_profiler.h24 : connection_(connection) {} in V8ProfilerSessionDelegate()
30 V8ProfilerConnection* connection_;
Dinspector_js_api.cc69 connection_(connection) { in JSBindingsSessionDelegate()
81 connection_->OnMessage(argument); in SendMessageToFrontend()
86 BaseObjectPtr<JSBindingsConnection> connection_; member in node::inspector::__anon933ce84e0111::JSBindingsConnection::JSBindingsSessionDelegate
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp80965 … xcb_connection_t * connection_ = {},
80968 , connection( connection_ )
81000 XcbSurfaceCreateInfoKHR & setConnection( xcb_connection_t * connection_ ) VULKAN_HPP_NOEXCEPT in setConnection()
81002 connection = connection_; in setConnection()
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp84447 … xcb_connection_t * connection_ = {},
84450 , connection( connection_ )
84484 setConnection( xcb_connection_t * connection_ ) VULKAN_HPP_NOEXCEPT in setConnection()
84486 connection = connection_; in setConnection()