Searched refs:LoadDataWithBaseUrl (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web_controller.h | 38 void LoadDataWithBaseUrl(const JSCallbackInfo& args);
|
H A D | js_web_controller.cpp | 512 JSClass<JSWebController>::CustomMethod("loadData", &JSWebController::LoadDataWithBaseUrl); in JSBind() 700 void JSWebController::LoadDataWithBaseUrl(const JSCallbackInfo& args) in LoadDataWithBaseUrl() function in OHOS::Ace::Framework::JSWebController 726 webController_->LoadDataWithBaseUrl(baseUrl, data, mimeType, encoding, historyUrl); in LoadDataWithBaseUrl()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_property.h | 388 …void LoadDataWithBaseUrl(std::string baseUrl, std::string data, std::string mimeType, std::string … in LoadDataWithBaseUrl() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.h | 1053 …void LoadDataWithBaseUrl(const std::string& baseUrl, const std::string& data, const std::string& m…
|
H A D | web_delegate.cpp | 1084 void WebDelegate::LoadDataWithBaseUrl(const std::string& baseUrl, const std::string& data, const st… in LoadDataWithBaseUrl() function in OHOS::Ace::WebDelegate 2277 … delegate->LoadDataWithBaseUrl(baseUrl, data, mimeType, encoding, historyUrl); in SetWebCallBack()
|