Home
last modified time | relevance | path

Searched defs:isReload (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
Djsi_view_register_impl.cpp1064 …lobalObj, const std::unordered_set<std::string>& formModuleList, void* nativeEngine, bool isReload) in JsBindFormViews()
Djsi_view_register.cpp1298 …BindingTarget globalObj, const std::unordered_set<std::string>& formModuleList, bool isReload, voi… in JsRegisterFormViews()
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
Dlazy_for_each_builder.cpp350 bool isReload = ClassifyOperation(operation, initialIndex, cachedItems_, expiringTemp); in OnDatasetChange() local
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
Dweb_client_impl.cpp479 void WebClientImpl::OnRefreshAccessedHistory(const std::string& url, bool isReload) in OnRefreshAccessedHistory()