Lines Matching refs:BindOnce
120 base::BindOnce(&AcceptWebSocketCallback::Continue, this)); in Continue()
132 base::BindOnce(&AcceptWebSocketCallback::Cancel, this)); in Cancel()
181 CEF_POST_TASK(CEF_UIT, base::BindOnce(&CefServerImpl::StartOnUIThread, this, in Start()
193 base::BindOnce(&CefServerImpl::ShutdownOnHandlerThread, this)); in Shutdown()
225 CEF_POST_TASK_HT(base::BindOnce(&CefServerImpl::SendHttp404Response, this, in SendHttp404Response()
250 CEF_POST_TASK_HT(base::BindOnce(&CefServerImpl::SendHttp500Response, this, in SendHttp500Response()
278 CEF_POST_TASK_HT(base::BindOnce(&CefServerImpl::SendHttpResponse, this, in SendHttpResponse()
328 base::BindOnce(&CefServerImpl::CloseConnection, this, connection_id)); in CloseConnection()
351 CEF_POST_TASK_HT(base::BindOnce(&CefServerImpl::ContinueWebSocketRequest, in ContinueWebSocketRequest()
385 CEF_POST_TASK_HT(base::BindOnce(&CefServerImpl::SendHttp200ResponseInternal, in SendHttp200ResponseInternal()
412 CEF_POST_TASK_HT(base::BindOnce(&CefServerImpl::SendRawDataInternal, this, in SendRawDataInternal()
431 base::BindOnce(&CefServerImpl::SendWebSocketMessageInternal, this, in SendWebSocketMessageInternal()
534 CEF_POST_TASK_HT(base::BindOnce(&CefServerImpl::StartOnHandlerThread, this, in StartOnUIThread()
561 base::BindOnce(&CefServerImpl::ShutdownOnUIThread, this)); in StartOnHandlerThread()
590 base::BindOnce(&CefServerImpl::ShutdownOnUIThread, this)); in ShutdownOnHandlerThread()
601 auto task = base::BindOnce( in ShutdownOnUIThread()