Searched refs:onSetWindowRectAutoSaveFunc_ (Results 1 – 5 of 5) sorted by relevance
277 if (session->onSetWindowRectAutoSaveFunc_) { in OnSetWindowRectAutoSave()278 session->onSetWindowRectAutoSaveFunc_(enabled); in OnSetWindowRectAutoSave()
5384 session->onSetWindowRectAutoSaveFunc_ = std::move(func); in SetWindowRectAutoSaveCallback()
382 session->onSetWindowRectAutoSaveFunc_ = nullptr;388 session->onSetWindowRectAutoSaveFunc_ = func;
526 ASSERT_NE(nullptr, sceneSession->onSetWindowRectAutoSaveFunc_);
603 NotifySetWindowRectAutoSaveFunc onSetWindowRectAutoSaveFunc_; variable