Home
last modified time | relevance | path

Searched refs:DestroyWindows (Results 1 – 23 of 23) sorted by relevance

/dports/x11/xsettingsd/xsettingsd-1.0.0-2-g1b2bcca/
H A Dsettings_manager.cc42 DestroyWindows(); in ~SettingsManager()
129 DestroyWindows(); in RunEventLoop()
169 void SettingsManager::DestroyWindows() { in DestroyWindows() function in xsettingsd::SettingsManager
H A Dsettings_manager.h45 void DestroyWindows();
/dports/audio/audacity/audacity-Audacity-3.1.3/src/prefs/
H A DSpectrogramSettings.cpp172 DestroyWindows(); in operator =()
479 DestroyWindows(); in InvalidateCaches()
484 DestroyWindows(); in ~SpectrogramSettings()
487 void SpectrogramSettings::DestroyWindows() in DestroyWindows() function in SpectrogramSettings
H A DSpectrogramSettings.h91 void DestroyWindows();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fpdfsdk/formfiller/
H A Dcffl_textobject.cpp34 DestroyWindows(); in ~CFFL_TextObject()
H A Dcffl_formfiller.h144 void DestroyWindows();
H A Dcffl_formfiller.cpp25 DestroyWindows(); in ~CFFL_FormFiller()
28 void CFFL_FormFiller::DestroyWindows() { in DestroyWindows() function in CFFL_FormFiller
H A Dcffl_textfield.cpp40 DestroyWindows(); in ~CFFL_TextField()
H A Dcffl_combobox.cpp31 DestroyWindows(); in ~CFFL_ComboBox()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fpdfsdk/formfiller/
H A Dcffl_textobject.cpp33 DestroyWindows(); in ~CFFL_TextObject()
H A Dcffl_formfiller.h145 void DestroyWindows();
H A Dcffl_formfiller.cpp26 DestroyWindows(); in ~CFFL_FormFiller()
29 void CFFL_FormFiller::DestroyWindows() { in DestroyWindows() function in CFFL_FormFiller
H A Dcffl_textfield.cpp40 DestroyWindows(); in ~CFFL_TextField()
H A Dcffl_combobox.cpp30 DestroyWindows(); in ~CFFL_ComboBox()
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/GUI/
H A DWindowManager.cpp82 DestroyWindows(closedWindows); in ~WindowManager()
84 DestroyWindows(windows); in ~WindowManager()
91 void WindowManager::DestroyWindows(WindowList& list) in DestroyWindows() function in GemRB::WindowManager
216 DestroyWindows(closedWindows); in MakeWindow()
H A DWindowManager.h121 inline void DestroyWindows(WindowList& list);
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DGUIWindowManager.h127 bool DestroyWindows();
H A DGUIWindowManager.cpp304 bool CGUIWindowManager::DestroyWindows() in DestroyWindows() function in CGUIWindowManager
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/formfiller/
H A Dcffl_formfiller.h153 void DestroyWindows();
H A Dcffl_textfield.cpp26 DestroyWindows(); in ~CFFL_TextField()
H A Dcffl_formfiller.cpp31 DestroyWindows(); in ~CFFL_FormFiller()
34 void CFFL_FormFiller::DestroyWindows() { in DestroyWindows() function in CFFL_FormFiller
H A Dcffl_combobox.cpp32 DestroyWindows(); in ~CFFL_ComboBox()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DApplication.cpp2565 m_pGUI->GetWindowManager().DestroyWindows(); in Cleanup()