Home
last modified time | relevance | path

Searched refs:http_status_code (Results 1 – 18 of 18) sorted by relevance

/third_party/cef/libcef_dll/cpptoc/
Ddownload_image_callback_cpptoc.cc26 int http_status_code, in download_image_callback_on_download_image_finished() argument
43 CefString(image_url), http_status_code, CefImageCToCpp::Wrap(image)); in download_image_callback_on_download_image_finished()
/third_party/cef/libcef_dll/ctocpp/
Ddownload_image_callback_ctocpp.cc24 int http_status_code, in OnDownloadImageFinished() argument
42 http_status_code, in OnDownloadImageFinished()
Ddownload_image_callback_ctocpp.h41 int http_status_code,
/third_party/cef/libcef/browser/
Dbrowser_frame.cc56 int http_status_code) { in DidFinishFrameLoad() argument
58 host->DidFinishFrameLoad(validated_url, http_status_code); in DidFinishFrameLoad()
Dbrowser_frame.h42 int32_t http_status_code) override;
Dbrowser_host_base.cc257 int http_status_code, const GURL& image_url, in DownloadImage()
270 image_url.spec(), http_status_code, image_impl.get()); in DownloadImage()
763 int http_status_code) { in OnDidFinishLoad() argument
766 contents_delegate_->OnLoadEnd(frame, validated_url, http_status_code); in OnDidFinishLoad()
Dframe_host_impl.h136 int32_t http_status_code) override;
Dbrowser_contents_delegate.cc509 int http_status_code) { in OnLoadEnd() argument
513 handler->OnLoadEnd(browser(), frame, http_status_code); in OnLoadEnd()
Dbrowser_contents_delegate.h162 int http_status_code);
Dframe_host_impl.cc613 int http_status_code) { in DidFinishFrameLoad() argument
616 browser->OnDidFinishLoad(this, validated_url, http_status_code); in DidFinishFrameLoad()
Dbrowser_host_base.h230 int http_status_code);
/third_party/cef/libcef/renderer/
Dframe_impl.cc334 const int http_status_code = dl->GetResponse().HttpStatusCode(); in OnDidFinishLoad() local
338 [](const GURL& url, int http_status_code, in OnDidFinishLoad()
341 http_status_code); in OnDidFinishLoad()
343 dl->GetUrl(), http_status_code)); in OnDidFinishLoad()
351 load_handler->OnLoadEnd(browser_, this, http_status_code); in OnDidFinishLoad()
/third_party/cef/include/
Dcef_browser.h272 int http_status_code,
/third_party/cef/libcef/common/mojom/
Dcef.mojom92 DidFinishFrameLoad(url.mojom.Url validated_url, int32 http_status_code);
/third_party/cef/include/capi/
Dcef_browser_capi.h284 int http_status_code,
/third_party/cef/tests/cefclient/browser/
Dclient_handler.cc232 int http_status_code, in OnDownloadImageFinished() argument
/third_party/chromium/patch/
D0003-ohos-1115.patch14329 int http_status_code);
15159 contents_delegate_->OnLoadEnd(frame, validated_url, http_status_code);
15862 int http_status_code);
16728 + int http_status_code,
16732 + if (http_status_code == 404) {
16858 + int http_status_code,
19111 #include "net/http/http_status_code.h"
19300 #include "net/http/http_status_code.h"
56658 diff --git a/src/net/http/http_status_code.cc b/src/net/http/http_status_code.cc
56660 --- a/src/net/http/http_status_code.cc
[all …]
D0004-ohos-3.2-Beta5.patch6414 + int http_status_code;
6425 + !iterator->ReadInt(&http_status_code)) {
6450 + entry->SetHttpStatusCode(http_status_code);