Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_property.h391 if (loadDataWithBaseUrlImpl_) { in LoadDataWithBaseUrl()
392 loadDataWithBaseUrlImpl_(baseUrl, data, mimeType, encoding, historyUrl); in LoadDataWithBaseUrl()
398 loadDataWithBaseUrlImpl_ = std::move(loadDataWithBaseUrlImpl); in SetLoadDataWithBaseUrlImpl()
807 LoadDataWithBaseUrlImpl loadDataWithBaseUrlImpl_; variable