Searched refs:onRestoreMainWindowFunc_ (Results 1 – 4 of 4) sorted by relevance
261 if (session->onRestoreMainWindowFunc_) { in OnRestoreMainWindow()262 session->onRestoreMainWindowFunc_(); in OnRestoreMainWindow()
1306 session->onRestoreMainWindowFunc_ = std::move(func); in SetRestoreMainWindowCallback()
358 session->onRestoreMainWindowFunc_ = nullptr;364 session->onRestoreMainWindowFunc_ = func;
602 NotifyRestoreMainWindowFunc onRestoreMainWindowFunc_; variable