Searched refs:NotifyRaiseToTopForPointDownFunc (Results 1 – 4 of 4) sorted by relevance
73 using NotifyRaiseToTopForPointDownFunc = std::function<void()>; variable410 void SetRaiseToAppTopForPointDownFunc(const NotifyRaiseToTopForPointDownFunc& func);617 NotifyRaiseToTopForPointDownFunc raiseToTopForPointDownFunc_;
2095 NotifyRaiseToTopForPointDownFunc func = []() {}; in __anond2f947a71602()
1759 void Session::SetRaiseToAppTopForPointDownFunc(const NotifyRaiseToTopForPointDownFunc& func) in SetRaiseToAppTopForPointDownFunc()
1097 NotifyRaiseToTopForPointDownFunc func = [weakThis = wptr(this)]() { in ProcessRaiseToTopForPointDownRegister()