Home
last modified time | relevance | path

Searched refs:RequestAnimationFrame (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.h205 void RequestAnimationFrame(const std::string& callbackId) override;
H A Dplugin_frontend_delegate.cpp1662 void PluginFrontendDelegate::RequestAnimationFrame(const std::string& callbackId) in RequestAnimationFrame() function in OHOS::Ace::Framework::PluginFrontendDelegate
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h231 virtual void RequestAnimationFrame(const std::string& callbackId) = 0;
H A Dfrontend_delegate_impl.h312 void RequestAnimationFrame(const std::string& callbackId) override;
H A Dfrontend_delegate_impl.cpp1896 void FrontendDelegateImpl::RequestAnimationFrame(const std::string& callbackId) in RequestAnimationFrame() function in OHOS::Ace::Framework::FrontendDelegateImpl
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.h237 void RequestAnimationFrame(const std::string& callbackId) override {}
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h299 void RequestAnimationFrame(const std::string& callbackId) override;
H A Dfrontend_delegate_declarative.cpp3169 void FrontendDelegateDeclarative::RequestAnimationFrame(const std::string& callbackId) in RequestAnimationFrame() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp1034 GetFrontendDelegate(runtime)->RequestAnimationFrame(callbackId); in JsHandleAnimationFrame()

Completed in 23 milliseconds