Searched refs:RequestAnimationFrame (Results 1 – 9 of 9) sorted by relevance
232 virtual void RequestAnimationFrame(const std::string& callbackId) = 0;
312 void RequestAnimationFrame(const std::string& callbackId) override;
1896 void FrontendDelegateImpl::RequestAnimationFrame(const std::string& callbackId) in RequestAnimationFrame() function in OHOS::Ace::Framework::FrontendDelegateImpl
205 void RequestAnimationFrame(const std::string& callbackId) override;
1678 void PluginFrontendDelegate::RequestAnimationFrame(const std::string& callbackId) in RequestAnimationFrame() function in OHOS::Ace::Framework::PluginFrontendDelegate
236 void RequestAnimationFrame(const std::string& callbackId) override {} in RequestAnimationFrame() function
298 void RequestAnimationFrame(const std::string& callbackId) override;
3165 void FrontendDelegateDeclarative::RequestAnimationFrame(const std::string& callbackId) in RequestAnimationFrame() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
1034 GetFrontendDelegate(runtime)->RequestAnimationFrame(callbackId); in JsHandleAnimationFrame()