Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Danim_impl.cpp272 const auto newProgress = totalDuration != 0.f ? currentTime / totalDuration : 1.f; in UpdateProgress() local
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h368 virtual void OnLoadingProgress(int newProgress) {} in OnLoadingProgress()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h807 explicit LoadWebProgressChangeEvent(const int& newProgress) in LoadWebProgressChangeEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.cpp230 void WebClientImpl::OnLoadingProgress(int newProgress) in OnLoadingProgress()