Searched refs:wasCreated (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DUISettingsDefs.h64 virtual bool wasCreated() const { return base() == CacheData() && data() != CacheData(); } function in class:UISettingsCache
76 virtual bool wasChanged() const { return wasRemoved() || wasCreated() || wasUpdated(); }
129 if (!fWasUpdated && !UISettingsCache<ParentCacheData>::wasRemoved() && !UISettingsCache<ParentCacheData>::wasCreated())
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzFindMt.h20 Bool wasCreated; member in struct:_CMtSync
H A DLzFindMt.c10 p->wasCreated = False;
95 p->wasCreated = False;
102 if (p->wasCreated)
118 p->wasCreated = True;
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsSF.cpp374 if (sharedFolderCache.wasCreated())
H A DUIMachineSettingsUSB.cpp465 if (usbFilterCache.wasCreated() || usbFilterCache.wasUpdated())
H A DUIMachineSettingsStorage.cpp3513 if (controllerCache.wasCreated() || (controllerCache.wasUpdated() && !isControllerCouldBeUpdated(controllerCache)))
3652 if (attachmentCache.wasCreated() || (attachmentCache.wasUpdated() && !isAttachmentCouldBeUpdated(attachmentCache)))
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp4542 bool wasCreated = true; local
4547 wasCreated = false;
4567 if (wasCreated)

Completed in 97 milliseconds