Searched refs:FormFrontendDelegateDeclarative (Results 1 – 5 of 5) sorted by relevance
28 FormFrontendDelegateDeclarative::~FormFrontendDelegateDeclarative() in ~FormFrontendDelegateDeclarative()34 UIContentErrorCode FormFrontendDelegateDeclarative::RunCard(const std::string& url, const std::stri… in RunCard()64 void FormFrontendDelegateDeclarative::FireCardEvent(const EventMarker& eventMarker, const std::stri… in FireCardEvent()66 void FormFrontendDelegateDeclarative::FireCardAction(const std::string& action) in FireCardAction()82 void FormFrontendDelegateDeclarative::RegisterFont(const std::string& familyName, const std::string… in RegisterFont()
34 class ACE_EXPORT FormFrontendDelegateDeclarative : public FrontendDelegateDeclarative {35 DECLARE_ACE_TYPE(FormFrontendDelegateDeclarative, FrontendDelegateDeclarative);37 …FormFrontendDelegateDeclarative(const RefPtr<TaskExecutor>& taskExecutor, const LoadJsCallback& lo… in FormFrontendDelegateDeclarative() function74 ~FormFrontendDelegateDeclarative() override;
78 auto delegate = AceType::DynamicCast<Framework::FormFrontendDelegateDeclarative>(delegate_); in SetLoadCardCallBack()84 RefPtr<Framework::FormFrontendDelegateDeclarative> GetDelegate() in GetDelegate()86 return AceType::DynamicCast<Framework::FormFrontendDelegateDeclarative>(delegate_); in GetDelegate()
68 auto delegate = AceType::DynamicCast<Framework::FormFrontendDelegateDeclarative>(delegate_); in RunDynamicPage()
500 …delegate_ = AceType::MakeRefPtr<Framework::FormFrontendDelegateDeclarative>(taskExecutor, loadCall… in Initialize()687 … auto delegate = AceType::DynamicCast<Framework::FormFrontendDelegateDeclarative>(delegate_); in Initialize()