Home
last modified time | relevance | path

Searched refs:PrepareClose (Results 1 – 25 of 94) sorted by relevance

1234

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/disk_cache/simple/
H A Dsimple_file_tracker.cc145 files_to_close.push_back(PrepareClose(owners_files, file_index)); in Release()
175 file_to_close = PrepareClose(owners_files, file_index); in Close()
228 std::unique_ptr<base::File> SimpleFileTracker::PrepareClose( in PrepareClose() function in disk_cache::SimpleFileTracker
H A Dsimple_file_tracker.h191 std::unique_ptr<base::File> PrepareClose(TrackedFiles* owners_files,
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/disk_cache/simple/
H A Dsimple_file_tracker.cc146 files_to_close.push_back(PrepareClose(owners_files, file_index)); in Release()
176 file_to_close = PrepareClose(owners_files, file_index); in Close()
229 std::unique_ptr<base::File> SimpleFileTracker::PrepareClose( in PrepareClose() function in disk_cache::SimpleFileTracker
H A Dsimple_file_tracker.h191 std::unique_ptr<base::File> PrepareClose(TrackedFiles* owners_files,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/view/
H A Dviewfrm2.cxx222 if ( GetViewShell()->PrepareClose() ) in Exec_Impl()
234 if ( bOther || pDocSh->PrepareClose( true/*bUI*/ ) ) in Exec_Impl()
H A Dframe.cxx179 bRet = GetCurrentViewFrame()->GetViewShell()->PrepareClose( bUI ); in PrepareClose_Impl()
182 bRet = pCur->PrepareClose( bUI ); in PrepareClose_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/view/
H A Dviewfrm2.cxx226 if ( GetViewShell()->PrepareClose() ) in Exec_Impl()
238 if ( bOther || pDocSh->PrepareClose( true/*bUI*/ ) ) in Exec_Impl()
H A Dframe.cxx198 bRet = GetCurrentViewFrame()->GetViewShell()->PrepareClose( bUI ); in PrepareClose_Impl()
201 bRet = pCur->PrepareClose( bUI ); in PrepareClose_Impl()
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Dtcps_sess.c287 PrepareClose(tcps_sess_t *pThis) in PrepareClose() function
575 pIf->PrepareClose = PrepareClose;
H A Dtcps_sess.h62 rsRetVal (*PrepareClose)(tcps_sess_t *pThis); variable
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dfmshell.hxx120 bool PrepareClose(bool bUI = true);
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dfmshell.hxx120 bool PrepareClose(bool bUI = true);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/inc/
H A DOutlineViewShell.hxx74 virtual bool PrepareClose( bool bUI = true ) override;
H A DViewShellBase.hxx153 virtual bool PrepareClose (bool bUI = true) override;
H A DOutlineView.hxx110 void PrepareClose();
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/inc/
H A DOutlineViewShell.hxx75 virtual bool PrepareClose( bool bUI = true ) override;
H A DViewShellBase.hxx154 virtual bool PrepareClose (bool bUI = true) override;
H A DOutlineView.hxx110 void PrepareClose();
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dbuildlazdialog.pas150 procedure PrepareClose; procedure
1329 procedure TConfigureBuildLazarusDlg.PrepareClose; procedure
1357 PrepareClose;
1387 PrepareClose;
1393 PrepareClose;
/dports/editors/lazarus/lazarus/ide/
H A Dbuildlazdialog.pas150 procedure PrepareClose; procedure
1312 procedure TConfigureBuildLazarusDlg.PrepareClose; procedure
1340 PrepareClose;
1370 PrepareClose;
1376 PrepareClose;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dbuildlazdialog.pas150 procedure PrepareClose; procedure
1329 procedure TConfigureBuildLazarusDlg.PrepareClose; procedure
1357 PrepareClose;
1387 PrepareClose;
1393 PrepareClose;
/dports/editors/lazarus-qt5/lazarus/ide/
H A Dbuildlazdialog.pas150 procedure PrepareClose; procedure
1312 procedure TConfigureBuildLazarusDlg.PrepareClose; procedure
1340 PrepareClose;
1370 PrepareClose;
1376 PrepareClose;
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/applications/model/
H A Dthree-gpp-http-server.h512 void PrepareClose (Ptr<Socket> socket);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Doutlnvsh.cxx226 PrepareClose(); in Shutdown()
1100 bool OutlineViewShell::PrepareClose( bool bUI ) in PrepareClose() function in sd::OutlineViewShell
1102 if( !ViewShell::PrepareClose(bUI) ) in PrepareClose()
1106 pOlView->PrepareClose(); in PrepareClose()
1164 PrepareClose(); in Execute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Doutlnvsh.cxx224 PrepareClose(); in Shutdown()
1098 bool OutlineViewShell::PrepareClose( bool bUI ) in PrepareClose() function in sd::OutlineViewShell
1100 if( !ViewShell::PrepareClose(bUI) ) in PrepareClose()
1104 pOlView->PrepareClose(); in PrepareClose()
1162 PrepareClose(); in Execute()

1234