Home
last modified time | relevance | path

Searched refs:kJsonContentType (Results 1 – 5 of 5) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/server/
H A DServerOffline.cpp41 if (request.acceptsContentType(json::kJsonContentType)) in handleOfflineRequest()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/json/
H A DJsonRpc.cpp31 const char * const kJsonContentType = "application/json"; variable
342 pResponse->setContentType(json::kJsonContentType); in setJsonRpcResponse()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/include/core/json/
H A DJsonRpc.hpp119 extern const char * const kJsonContentType;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/google_apis/gaia/
H A Dgaia_auth_fetcher.cc48 constexpr char kJsonContentType[] = "application/json;charset=UTF-8"; variable
900 "Content-Type: " + kJsonContentType;
/dports/www/chromium-legacy/chromium-88.0.4324.182/google_apis/gaia/
H A Dgaia_auth_fetcher.cc49 constexpr char kJsonContentType[] = "application/json;charset=UTF-8"; variable
901 "Content-Type: " + kJsonContentType;