| /third_party/cef/libcef_dll/cpptoc/ |
| D | download_image_callback_cpptoc.cc | 26 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/ |
| D | download_image_callback_ctocpp.cc | 24 int http_status_code, in OnDownloadImageFinished() argument 42 http_status_code, in OnDownloadImageFinished()
|
| D | download_image_callback_ctocpp.h | 41 int http_status_code,
|
| /third_party/cef/libcef/browser/ |
| D | browser_frame.cc | 56 int http_status_code) { in DidFinishFrameLoad() argument 58 host->DidFinishFrameLoad(validated_url, http_status_code); in DidFinishFrameLoad()
|
| D | browser_frame.h | 42 int32_t http_status_code) override;
|
| D | browser_host_base.cc | 257 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()
|
| D | frame_host_impl.h | 136 int32_t http_status_code) override;
|
| D | browser_contents_delegate.cc | 509 int http_status_code) { in OnLoadEnd() argument 513 handler->OnLoadEnd(browser(), frame, http_status_code); in OnLoadEnd()
|
| D | browser_contents_delegate.h | 162 int http_status_code);
|
| D | frame_host_impl.cc | 613 int http_status_code) { in DidFinishFrameLoad() argument 616 browser->OnDidFinishLoad(this, validated_url, http_status_code); in DidFinishFrameLoad()
|
| D | browser_host_base.h | 230 int http_status_code);
|
| /third_party/cef/libcef/renderer/ |
| D | frame_impl.cc | 334 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/ |
| D | cef_browser.h | 272 int http_status_code,
|
| /third_party/cef/libcef/common/mojom/ |
| D | cef.mojom | 92 DidFinishFrameLoad(url.mojom.Url validated_url, int32 http_status_code);
|
| /third_party/cef/include/capi/ |
| D | cef_browser_capi.h | 284 int http_status_code,
|
| /third_party/cef/tests/cefclient/browser/ |
| D | client_handler.cc | 232 int http_status_code, in OnDownloadImageFinished() argument
|
| /third_party/chromium/patch/ |
| D | 0003-ohos-1115.patch | 14329 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 …]
|
| D | 0004-ohos-3.2-Beta5.patch | 6414 + int http_status_code; 6425 + !iterator->ReadInt(&http_status_code)) { 6450 + entry->SetHttpStatusCode(http_status_code);
|