Home
last modified time | relevance | path

Searched refs:LoadUrl (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_controller_impl.h73 int32_t LoadUrl(std::string url);
75 int32_t LoadUrl(std::string url, std::map<std::string, std::string> headers);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drosen_render_web.cpp74 delegate_->LoadUrl(); in Paint()
H A Dweb_property.h251 void LoadUrl(std::string url, std::map<std::string, std::string>& httpHeaders) const in LoadUrl() function
H A Drender_web.cpp405 delegate_->LoadUrl(); in OnSizeChanged()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web_controller.h36 void LoadUrl(const JSCallbackInfo& args);
H A Djs_web_controller.cpp501 JSClass<JSWebController>::CustomMethod("loadUrl", &JSWebController::LoadUrl); in JSBind()
620 void JSWebController::LoadUrl(const JSCallbackInfo& args) in LoadUrl() function in OHOS::Ace::Framework::JSWebController
664 webController_->LoadUrl(url, httpHeaders); in LoadUrl()
/ohos5.0/docs/zh-cn/application-dev/web/
H A Dweb-event-sequence.md23 …同,所以在应用场景上存在一定区别。主要是在LoadUrl和iframe(HTML标签,表示HTML内联框架元素,用于将另一个页面嵌入到当前页面中)加载时,onLoadIntercept事件会正常回…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_delegate_interface.h90 virtual void LoadUrl() = 0;
H A Dweb_pattern.cpp2160 delegate_->LoadUrl(); in OnDirtyLayoutWrapperSwap()
2294 delegate_->LoadUrl(); in OnWebSrcUpdate()
3057 delegate_->LoadUrl(); in InitInOfflineMode()
/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp80 int32_t WebviewControllerImpl::LoadUrl(std::string url) in LoadUrl() function in OHOS::Webview::WebviewControllerImpl
89 …int32_t WebviewControllerImpl::LoadUrl(std::string url, std::map<std::string, std::string> httpHea… in LoadUrl() function in OHOS::Webview::WebviewControllerImpl
H A Dwebview_ffi.cpp104 return nativeWebviewCtl->LoadUrl(webSrc); in FfiOHOSWebviewCtlLoadUrl()
122 return nativeWebviewCtl->LoadUrl(url, httpHeaders); in FfiOHOSWebviewCtlLoadUrlWithHeaders()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h192 ErrCode LoadUrl(std::string url);
194 ErrCode LoadUrl(std::string url, std::map<std::string, std::string> httpHeaders);
H A Dnapi_webview_controller.h151 static napi_value LoadUrl(napi_env env, napi_callback_info info);
H A Dwebview_controller.cpp723 ErrCode WebviewController::LoadUrl(std::string url) in LoadUrl() function in OHOS::NWeb::WebviewController
732 ErrCode WebviewController::LoadUrl(std::string url, std::map<std::string, std::string> httpHeaders) in LoadUrl() function in OHOS::NWeb::WebviewController
H A Dnapi_webview_controller.cpp539 DECLARE_NAPI_FUNCTION("loadUrl", NapiWebviewController::LoadUrl), in Init()
2862 napi_value NapiWebviewController::LoadUrl(napi_env env, napi_callback_info info) in LoadUrl() function in OHOS::NWeb::NapiWebviewController
2893 ErrCode ret = webviewController->LoadUrl(webSrc); in LoadUrl()
2940 ErrCode ret = webviewController->LoadUrl(url, httpHeaders); in LoadUrlWithHttpHeaders()
/ohos5.0/docs/en/application-dev/web/
H A Dweb-event-sequence.md23LoadUrl** and **iframe** (HTML tag, indicating the HTML inline framework element, which is used to…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.h403 void LoadUrl() override;
H A Dweb_pattern.cpp452 delegate_->LoadUrl(); in OnWebSrcUpdate()
H A Dweb_delegate_cross.cpp1669 void WebDelegateCross::LoadUrl() in LoadUrl() function in OHOS::Ace::WebDelegateCross
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h741 void LoadUrl();
1051 void LoadUrl(const std::string& url, const std::map<std::string, std::string>& httpHeaders);
H A Dweb_delegate.cpp876 void WebDelegate::LoadUrl(const std::string& url, const std::map<std::string, std::string>& httpHea… in LoadUrl() function in OHOS::Ace::WebDelegate
2191 delegate->LoadUrl(url, httpHeaders); in SetWebCallBack()
3934 void WebDelegate::LoadUrl() in LoadUrl() function in OHOS::Ace::WebDelegate