Searched defs:originalUrl (Results 1 - 6 of 6) sorted by relevance
/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/interfaces/kits/napi/webviewcontroller/ |
H A D | web_download_item.h | 46 std::string originalUrl; member in OHOS::NWeb::WebDownloadItem
|
/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
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_handler_wrapper.cpp | 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
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_handler_impl.cpp | 730 OnAllSslErrorRequestByJS(ArkWebRefPtr<ArkWebJsAllSslErrorResult> result, int error, const ArkWebString& url, const ArkWebString& originalUrl, const ArkWebString& referrer, bool isFatalError, bool isMainFrame) OnAllSslErrorRequestByJS() argument
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_handler.h | 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
|
Completed in 10 milliseconds