Searched refs:Load (Results 51 - 75 of 87) sorted by relevance

1234

/haiku/src/preferences/keymap/
H A DKeyboardLayout.cpp134 KeyboardLayout::Load(const char* path) function in class:KeyboardLayout
139 return Load(ref);
144 KeyboardLayout::Load(entry_ref& ref) function in class:KeyboardLayout
H A DKeymap.cpp122 //! Load a map from a file
124 Keymap::Load(const entry_ref& ref) function in class:Keymap
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskSystem.cpp136 // Load
138 KDiskSystem::Load() function in class:KDiskSystem
141 TRACE("KDiskSystem::Load(): %s -> %ld\n", Name(), fLoadCounter + 1);
H A DKFileSystem.cpp43 error = Load();
H A DKDiskDeviceManager.cpp953 if (diskSystem && diskSystem->Load() != B_OK)
966 if (diskSystem && diskSystem->Load() != B_OK)
981 if (diskSystem->Load() == B_OK) {
1415 if (diskSystem->Load() != B_OK)
H A DKPartitioningSystem.cpp49 error = Load();
/haiku/src/kits/screensaver/
H A DScreenSaverSettings.cpp39 //! Load the flattened settings BMessage from disk and parse it.
41 ScreenSaverSettings::Load() function in class:ScreenSaverSettings
/haiku/src/bin/screen_blanker/
H A DScreenBlanker.cpp67 if (!fSettings.Load())
/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp221 fSettings.Load();
/haiku/headers/private/debugger/elf/
H A DElfFile.h42 status_t Load();
/haiku/src/preferences/notifications/
H A DPrefletWin.cpp191 pane->Load(settings);
H A DGeneralView.cpp195 GeneralView::Load(BMessage& settings) function in class:GeneralView
H A DNotificationsView.cpp256 NotificationsView::Load(BMessage& settings) function in class:NotificationsView
277 // Load the applications list
/haiku/src/libs/print/libprint/
H A DPrinterDriver.cpp64 fPrinterData->Load();
H A DJobData.cpp199 Load(message, printerCap, settingType);
254 JobData::Load(BMessage* message, const PrinterCap* printerCap, function in class:JobData
/haiku/src/kits/package/
H A DRepositoryConfig.cpp161 result = driverSettings.Load(ref);
/haiku/src/servers/app/
H A DCursorSet.cpp69 CursorSet::Load(const char *path) function in class:CursorSet
H A DCursorManager.cpp244 if (!path || cursorSet.Load(path) != B_OK)
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackageSettings.cpp174 PackageSettings::Load(dev_t mountPointDeviceID, ino_t mountPointNodeID, function in class:PackageSettings
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.h40 status_t Load(uint8 addressSize, bool isBigEndian,
/haiku/src/kits/shared/
H A DSettingsMessage.cpp33 fStatus = Load();
54 SettingsMessage::Load() function in class:SettingsMessage
/haiku/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DDriverSettings.cpp361 // Load
363 DriverSettings::Load(const char* driverName) function in class:DriverSettings
/haiku/headers/libs/print/libprint/
H A DJobData.h272 void Load(BMessage* message, const PrinterCap* printerCap,
/haiku/src/servers/print/
H A DPrintServerApp.cpp565 fSettings->Load(&file);
/haiku/src/apps/firstbootprompt/
H A DBootPromptWindow.cpp566 // Load and use the new keymap
568 if (keymap.Load(ref) != B_OK) {

Completed in 113 milliseconds

1234