Home
last modified time | relevance | path

Searched defs:SaveEntry (Results 1 – 20 of 20) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/
H A Dcontinue_save_dialog.h38 struct SaveEntry { struct
41 SaveEntry() : _slot(0) {} in SaveEntry() argument
42 SaveEntry(int slot, const CString &name) : _slot(slot), _name(name) {} in SaveEntry() function
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/
H A Dcontinue_save_dialog.h38 struct SaveEntry { struct
41 SaveEntry() : _slot(0) {} in SaveEntry() argument
42 SaveEntry(int slot, const CString &name) : _slot(slot), _name(name) {} in SaveEntry() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/resources/
H A Dmemory_history.cc20 void MemoryHistory::SaveEntry(const MemoryHistory::Entry& entry) { in SaveEntry() function in cc::MemoryHistory
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/resources/
H A Dmemory_history.cc20 void MemoryHistory::SaveEntry(const MemoryHistory::Entry& entry) { in SaveEntry() function in cc::MemoryHistory
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/gui/word_register_dialog/
H A Dword_register_dialog.cc271 WordRegisterDialog::ErrorCode WordRegisterDialog::SaveEntry() { in SaveEntry() function in mozc::gui::WordRegisterDialog
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/gui/word_register_dialog/
H A Dword_register_dialog.cc271 WordRegisterDialog::ErrorCode WordRegisterDialog::SaveEntry() { in SaveEntry() function in mozc::gui::WordRegisterDialog
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/gui/word_register_dialog/
H A Dword_register_dialog.cc271 WordRegisterDialog::ErrorCode WordRegisterDialog::SaveEntry() { in SaveEntry() function in mozc::gui::WordRegisterDialog
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/gui/word_register_dialog/
H A Dword_register_dialog.cc271 WordRegisterDialog::ErrorCode WordRegisterDialog::SaveEntry() { in SaveEntry() function in mozc::gui::WordRegisterDialog
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/gui/word_register_dialog/
H A Dword_register_dialog.cc271 WordRegisterDialog::ErrorCode WordRegisterDialog::SaveEntry() { in SaveEntry() function in mozc::gui::WordRegisterDialog
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/gui/word_register_dialog/
H A Dword_register_dialog.cc271 WordRegisterDialog::ErrorCode WordRegisterDialog::SaveEntry() { in SaveEntry() function in mozc::gui::WordRegisterDialog
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/test/resources/analysis/pascal/
H A Dsample.pas396 procedure SaveEntry; procedure
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/reading_list/core/
H A Dreading_list_store.cc80 void ReadingListStore::SaveEntry(const ReadingListEntry& entry) { in SaveEntry() function in ReadingListStore
H A Dreading_list_model_unittest.cc102 void SaveEntry(const ReadingListEntry& entry) override { in SaveEntry() function in __anon0bc1e8ee0111::TestReadingListStorage
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/reading_list/core/
H A Dreading_list_store.cc80 void ReadingListStore::SaveEntry(const ReadingListEntry& entry) { in SaveEntry() function in ReadingListStore
H A Dreading_list_model_unittest.cc102 void SaveEntry(const ReadingListEntry& entry) override { in SaveEntry() function in __anon4f62d1e90111::TestReadingListStorage
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/renderer_opengl/
H A Dgl_shader_disk_cache.cpp340 void ShaderDiskCacheOpenGL::SaveEntry(const ShaderDiskCacheEntry& entry) { in SaveEntry() function in OpenGL::ShaderDiskCacheOpenGL
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/config/
H A Doptload.cxx773 void SwCaptionOptPage::SaveEntry(int nEntry) in SaveEntry() function in SwCaptionOptPage
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/config/
H A Doptload.cxx782 void SwCaptionOptPage::SaveEntry(int nEntry) in SaveEntry() function in SwCaptionOptPage
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/tools/HOTINT_Log/VC++ solution/HOTINT_Log/
H A DForm1.h1351 int SaveEntry(BaseData& data) in SaveEntry() function
/dports/security/keepass/KeePass-2.49-Source/KeePass/Forms/
H A DPwEntryForm.cs1003 private bool SaveEntry(PwEntry peTarget, bool bValidate) in SaveEntry() method in KeePass.Forms.PwEntryForm