Searched refs:terminateCloseProcess (Results 1 – 9 of 9) sorted by relevance
556 void JsWindowListener::OnSubWindowClose(bool& terminateCloseProcess) in OnSubWindowClose() argument558 auto jsCallback = [self = weakRef_, &terminateCloseProcess, env = env_] () mutable { in OnSubWindowClose()567 bool value = terminateCloseProcess; in OnSubWindowClose()570 terminateCloseProcess = value; in OnSubWindowClose()583 void JsWindowListener::OnMainWindowClose(bool& terminateCloseProcess) in OnMainWindowClose() argument585 auto jsCallback = [self = weakRef_, &terminateCloseProcess, env = env_]() mutable { in OnMainWindowClose()593 bool value = terminateCloseProcess; in OnMainWindowClose()596 terminateCloseProcess = value; in OnMainWindowClose()
110 void OnSubWindowClose(bool& terminateCloseProcess) override;111 void OnMainWindowClose(bool& terminateCloseProcess) override;
1271 bool terminateCloseProcess = false; variable1272 WMError res = window->NotifyMainWindowClose(terminateCloseProcess);1273 EXPECT_EQ(terminateCloseProcess, false);1277 res = window->NotifyMainWindowClose(terminateCloseProcess);1278 EXPECT_EQ(terminateCloseProcess, false);
1788 bool terminateCloseProcess = false; variable1789 window->NotifySubWindowClose(terminateCloseProcess);1790 ASSERT_EQ(terminateCloseProcess, false);
1113 void OnSubWindowClose(bool &terminateCloseProcess) {} in OnSubWindowClose() argument
320 void NotifySubWindowClose(bool& terminateCloseProcess);321 WMError NotifyMainWindowClose(bool& terminateCloseProcess);
475 virtual void OnSubWindowClose(bool& terminateCloseProcess) {} in OnSubWindowClose() argument490 virtual void OnMainWindowClose(bool& terminateCloseProcess) {} in OnMainWindowClose() argument
2561 bool terminateCloseProcess = false; in MainWindowCloseInner() local2562 WMError res = NotifyMainWindowClose(terminateCloseProcess); in MainWindowCloseInner()2564 if (!terminateCloseProcess) { in MainWindowCloseInner()2630 bool terminateCloseProcess = false; in Close() local2631 NotifySubWindowClose(terminateCloseProcess); in Close()2632 if (!terminateCloseProcess || isDialogWindow) { in Close()
3112 void WindowSessionImpl::NotifySubWindowClose(bool& terminateCloseProcess) in NotifySubWindowClose() argument3118 subWindowCloseListeners->OnSubWindowClose(terminateCloseProcess); in NotifySubWindowClose()3122 WMError WindowSessionImpl::NotifyMainWindowClose(bool& terminateCloseProcess) in NotifyMainWindowClose() argument3127 mainWindowCloseListener->OnMainWindowClose(terminateCloseProcess); in NotifyMainWindowClose()