Searched defs:onWillShow (Results 1 – 6 of 6) sorted by relevance
30 void SetOnWillShow(const std::function<void()>& onWillShow) in SetOnWillShow()
144 virtual void SetOnWillShow(std::function<void()>&& onWillShow) {} in SetOnWillShow()
631 void TabContentModelNG::SetOnWillShow(std::function<void()>&& onWillShow) in SetOnWillShow()
44 void SetOnWillShow(std::function<void()>&& onWillShow) override {} in SetOnWillShow()
449 auto onWillShow = [execCtx = info.GetExecutionContext(), func = std::move(willShowCallback)]() { in SetWillShow() local
676 …auto onWillShow = [executionContext = info.GetExecutionContext(), func = std::move(willShowHandler… in SetOnWillShow() local