Home
last modified time | relevance | path

Searched refs:response_ (Results 1 – 14 of 14) sorted by relevance

/third_party/cef/libcef/browser/net_service/
Dbrowser_urlrequest_impl.cc134 response_(new CefResponseImpl()), in Context()
138 response_->SetReadOnly(true); in Context()
175 response_->SetReadOnly(false); in Cancel()
176 response_->SetError(ERR_ABORTED); in Cancel()
177 response_->SetReadOnly(true); in Cancel()
186 CefRefPtr<CefResponse> response() const { return response_.get(); } in response()
414 response_->SetReadOnly(false); in OnHeadersOnly()
415 response_->SetResponseHeaders(*headers); in OnHeadersOnly()
416 response_->SetReadOnly(true); in OnHeadersOnly()
440 response_->SetReadOnly(false); in OnRedirect()
[all …]
Dproxy_url_loader_factory.cc367 : response_(std::move(response)), request_(request) {} in InterceptDelegate()
372 return response_->OpenInputStream(request_id, request, std::move(callback)); in OpenInputStream()
387 response_->GetResponseHeaders(request_id, status_code, reason_phrase, in GetResponseHeaders()
393 std::unique_ptr<ResourceResponse> response_; member in net_service::InterceptDelegate
/third_party/cef/tests/ceftests/
Dtest_request.cc44 response_ = request->GetResponse(); in OnDownloadProgress()
45 DCHECK(response_.get()); in OnDownloadProgress()
46 DCHECK(response_->IsReadOnly()); in OnDownloadProgress()
54 response_ = request->GetResponse(); in OnDownloadData()
55 DCHECK(response_.get()); in OnDownloadData()
56 DCHECK(response_->IsReadOnly()); in OnDownloadData()
83 response_ = request->GetResponse(); in OnRequestComplete()
84 if (response_) { in OnRequestComplete()
85 DCHECK(response_->IsReadOnly()); in OnRequestComplete()
Dserver_unittest.cc831 response_(response) {} in StaticHttpServerRequestHandler()
842 SendHttpServerResponse(server, connection_id, response_); in HandleRequest()
860 HttpServerResponse response_; member in __anonbec86adb0111::StaticHttpServerRequestHandler
931 : request_(request), response_(response) {} in StaticHttpRequestRunner()
993 response_); in CreateHttpRequestHandler()
1032 VerifyHttpServerResponse(response_, response, data); in OnResponseComplete()
1038 HttpServerResponse response_; member in __anonbec86adb0111::StaticHttpRequestRunner
Dtest_request.h44 CefRefPtr<CefResponse> response_; member
Durlrequest_unittest.cc764 response_(response), in RequestRedirectSchemeHandlerOld()
789 response->SetStatus(response_->GetStatus()); in GetResponseHeaders()
790 response->SetStatusText(response_->GetStatusText()); in GetResponseHeaders()
791 response->SetMimeType(response_->GetMimeType()); in GetResponseHeaders()
794 response_->GetHeaderMap(headerMap); in GetResponseHeaders()
816 CefRefPtr<CefResponse> response_; member in __anone90daa200111::RequestRedirectSchemeHandlerOld
831 response_(response), in RequestRedirectSchemeHandler()
863 response->SetStatus(response_->GetStatus()); in GetResponseHeaders()
864 response->SetStatusText(response_->GetStatusText()); in GetResponseHeaders()
865 response->SetMimeType(response_->GetMimeType()); in GetResponseHeaders()
[all …]
Dtest_server_unittest.cc142 EXPECT_EQ(200, state.response_->GetStatus()); in OnRequestResponse()
/third_party/protobuf/src/google/protobuf/compiler/
Dplugin.cc69 response_(response), in GeneratorResponseContext()
76 CodeGeneratorResponse::File* file = response_->add_file(); in Open()
83 CodeGeneratorResponse::File* file = response_->add_file(); in OpenForInsert()
99 CodeGeneratorResponse* response_; member in google::protobuf::compiler::GeneratorResponseContext
/third_party/flutter/engine/flutter/lib/ui/window/
Dplatform_message.cc17 response_(std::move(response)) {} in PlatformMessage()
23 response_(std::move(response)) {} in PlatformMessage()
Dplatform_message.h27 return response_; in response()
41 fml::RefPtr<PlatformMessageResponse> response_; variable
/third_party/cef/libcef/renderer/
Drender_urlrequest_impl.cc171 response_ = CefResponse::Create(); in OnStopRedirect()
173 static_cast<CefResponseImpl*>(response_.get()); in OnStopRedirect()
190 response_ = CefResponse::Create(); in OnResponse()
192 static_cast<CefResponseImpl*>(response_.get()); in OnResponse()
308 CefRefPtr<CefResponse> response() const { return response_; } in response()
333 CefRefPtr<CefResponse> response_; member in CefRenderURLRequest::Context
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.inc1143 response_(NULL),
1161 response_ = response;
1174 response_ = response;
1184 Message* response_;
1195 response_(NULL),
1217 response_ = response;
1227 Message* response_;
1326 EXPECT_EQ(&foo_response_ , mock_service_.response_ );
1380 EXPECT_EQ(&foo_response_ , mock_channel_.response_ );
/third_party/chromium/patch/
D0003-ohos-1115.patch69183 + response_ = web_response;
69192 + if (response_ == nullptr) {
69195 + if (response_->ResponseDataStatus()) {
69198 + data_ = response_->ResponseData();
69204 + response_->PutResponseReadyCallback(nwebCb);
69214 + data_ = response_->ResponseData();
69232 + int fd = response_->ResponseFileHandle();
69259 + if (response_ == nullptr) {
69264 + if (response_->ResponseIsFileHandle()) {
69275 + if (response_ && response) {
[all …]
D0001-cve.patch1028 + response_->url_list.resize(1);