Home
last modified time | relevance | path

Searched defs:ConnectionInfo (Results 1 – 1 of 1) sorted by relevance

/third_party/cef/libcef/browser/
Dserver_impl.cc164 struct CefServerImpl::ConnectionInfo { struct in CefServerImpl
165 ConnectionInfo() : is_websocket(false), is_websocket_pending(false) {} in ConnectionInfo() function
168 bool is_websocket;
169 bool is_websocket_pending;