Searched refs:LoadEvent (Results 1 – 8 of 8) sorted by relevance
24 using LoadEvent = std::function<void(const std::string&)>; variable39 void SetOnLoad(LoadEvent&& loadEvent) in SetOnLoad()124 LoadEvent loadEvent_;
28 using LoadEvent = std::function<void(const std::string&)>; variable60 virtual void SetOnLoad(LoadEvent&& onLoad) = 0;62 virtual void RegisterOnCreate(const RefPtr<AceType>& node, LoadEvent&& onLoad) {}; in RegisterOnCreate()
48 void SetOnLoad(LoadEvent&& onLoad) override;50 void RegisterOnCreate(const RefPtr<AceType>& node, LoadEvent&& onLoad) override;81 static void SetOnLoad(FrameNode* frameNode, LoadEvent&& onLoad);
116 void XComponentModelNG::SetOnLoad(LoadEvent&& onLoad) in SetOnLoad()129 void XComponentModelNG::SetOnLoad(FrameNode* frameNode, LoadEvent&& onLoad) in SetOnLoad()176 void XComponentModelNG::RegisterOnCreate(const RefPtr<AceType>& node, LoadEvent&& onLoad) in RegisterOnCreate()
29 void SetOnLoad(LoadEvent&& onLoad) override;
55 void XComponentModelImpl::SetOnLoad(LoadEvent&& onLoad) in SetOnLoad()
54 std::optional<LoadEvent> loadEvent = std::nullopt;