/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | web_download_item.cpp | 29 originalUrl(""), in WebDownloadItem() 56 originalUrl(""), in WebDownloadItem() 77 this->originalUrl = std::string(WebDownloadItem_OriginalUrl(downloadItem)); in WebDownloadItem()
|
H A D | web_download_item.h | 46 std::string originalUrl; member in OHOS::NWeb::WebDownloadItem
|
H A D | napi_web_download_item.cpp | 677 webDownloadPb.set_original_url(webDownloadItem->originalUrl); in SetWebDownloadPb() 770 webDownloadItem->originalUrl = webDownloadPb.original_url(); in JS_Deserialize()
|
/base/web/webview/interfaces/kits/cj/src/ |
H A D | web_download_item_impl.cpp | 28 originalUrl(""), in WebDownloadItemImpl() 54 originalUrl(""), in WebDownloadItemImpl() 75 this->originalUrl = std::string(WebDownloadItem_OriginalUrl(downloadItem)); in WebDownloadItemImpl()
|
H A D | webview_ffi.cpp | 1592 webDownloadPb.set_original_url(nativeWebDownloadItemImpl->originalUrl); in FfiOHOSWebDownloadItemImplSerialize() 1640 webDownloadItem->originalUrl = webDownloadPb.original_url(); in FfiOHOSWebDownloadItemImplDeserialize()
|
/base/web/webview/interfaces/kits/cj/include/ |
H A D | web_download_item_impl.h | 43 std::string originalUrl; member in OHOS::Webview::WebDownloadItemImpl
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_handler_impl.cpp | 731 const ArkWebString& url, const ArkWebString& originalUrl, const ArkWebString& referrer, bool isFatalError, in OnAllSslErrorRequestByJS() 736 ArkWebStringStructToClass(url), ArkWebStringStructToClass(originalUrl), ArkWebStringStructToClass(referrer), in OnAllSslErrorRequestByJS() 741 static_cast<ArkWebSslError>(error), ArkWebStringStructToClass(url), ArkWebStringStructToClass(originalUrl), in OnAllSslErrorRequestByJS() 730 OnAllSslErrorRequestByJS(ArkWebRefPtr<ArkWebJsAllSslErrorResult> result, int error, const ArkWebString& url, const ArkWebString& originalUrl, const ArkWebString& referrer, bool isFatalError, bool isMainFrame) OnAllSslErrorRequestByJS() argument
|
H A D | ark_web_handler_impl.h | 520 const ArkWebString& originalUrl, const ArkWebString& referrer, bool isFatalError, bool isMainFrame) override;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_handler.h | 620 const ArkWebString& url, const ArkWebString& originalUrl, const ArkWebString& referrer, bool isFatalError,
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_handler_wrapper.cpp | 832 ArkWebSslError error, const std::string& url, const std::string& originalUrl, const std::string& referrer, in OnAllSslErrorRequestByJS() 837 ArkWebStringClassToStruct(url), ArkWebStringClassToStruct(originalUrl), ArkWebStringClassToStruct(referrer), in OnAllSslErrorRequestByJS() 842 static_cast<int>(error), ArkWebStringClassToStruct(url), ArkWebStringClassToStruct(originalUrl), in OnAllSslErrorRequestByJS() 831 OnAllSslErrorRequestByJS(std::shared_ptr<OHOS::NWeb::NWebJSAllSslErrorResult> result, ArkWebSslError error, const std::string& url, const std::string& originalUrl, const std::string& referrer, bool isFatalError, bool isMainFrame) OnAllSslErrorRequestByJS() argument
|
H A D | ark_web_handler_wrapper.h | 532 const std::string& url, const std::string& originalUrl, const std::string& referrer, bool isFatalError,
|
/base/web/webview/test/unittest/nweb_helper_test/ |
H A D | nweb_helper_test.cpp | 404 char* originalUrl = WebDownloadItem_OriginalUrl(downloadItem); in HWTEST_F() local 405 EXPECT_EQ(originalUrl, nullptr); in HWTEST_F()
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_handler.h | 839 const std::string& url, const std::string& originalUrl, const std::string& referrer, bool isFatalError, in OnAllSslErrorRequestByJS() 838 OnAllSslErrorRequestByJS(std::shared_ptr<NWebJSAllSslErrorResult> result, SslError error, const std::string& url, const std::string& originalUrl, const std::string& referrer, bool isFatalError, bool isMainFrame) OnAllSslErrorRequestByJS() argument
|