Home
last modified time | relevance | path

Searched refs:FormProxy (Results 1 – 7 of 7) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/http/
H A DFormProxy.cpp23 FormProxy::FormProxy(const boost::shared_ptr<AsyncConnection>& pUpstreamConnection, in FormProxy() function in rstudio::core::http::FormProxy
35 void FormProxy::initialize() in initialize()
37 pDownstreamConnection_->setConnectHandler(boost::bind(&FormProxy::onDownstreamConnected, in initialize()
41 void FormProxy::onDownstreamConnected() in onDownstreamConnected()
51 bool FormProxy::queueData(const std::string& data) in queueData()
81 void FormProxy::writeData() in writeData()
100 boost::bind(&FormProxy::onDataWrote, in writeData()
105 void FormProxy::onDataWrote(const boost::system::error_code& ec) in onDataWrote()
121 bool FormProxy::handleError(const boost::system::error_code& ec) in handleError()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/include/core/http/
H A DFormProxy.hpp29 class FormProxy : public boost::enable_shared_from_this<FormProxy>, class
33 FormProxy(const boost::shared_ptr<AsyncConnection>& pUpstreamConnection,
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fwl/basewidget/
H A Dfwl_formproxyimp.cpp25 return FWL_Type::FormProxy; in GetClassID()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fwl/core/
H A Difwl_widget.h42 FormProxy, enumerator
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/server/
H A DServerSessionProxy.cpp883 boost::shared_ptr<http::FormProxy> proxy; in proxyUploadRequest()
889 proxy = boost::any_cast<boost::shared_ptr<http::FormProxy>>(connectionData); in proxyUploadRequest()
902 boost::shared_ptr<http::FormProxy> proxy = in proxyUploadRequest()
903 boost::make_shared<http::FormProxy>(ptrConnection, proxyClient); in proxyUploadRequest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fwl/
H A Dcfwl_widget.h43 FormProxy, enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fwl/
H A Dcfwl_widget.h41 FormProxy, enumerator