Searched defs:initSize (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/ |
H A D | VBoxSnapshotDetailsDlg.cpp | 190 QSize initSize = QSize (640, (int)(640 * aspectRatio)).boundedTo (maxSize); local 194 QRect geo (QPoint (0, 0), initSize);
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsBaseHashtable.h | 93 * @param initSize the initial number of buckets in the hashtable, 99 PRBool Init(PRUint32 initSize = PL_DHASH_MIN_SIZE) 100 { return nsTHashtable<EntryType>::Init(initSize); } 281 PRBool Init(PRUint32 initSize = PL_DHASH_MIN_SIZE); 366 nsBaseHashtableMT<KeyClass,DataType,UserDataType>::Init(PRUint32 initSize) argument 368 if (!nsTHashtable<EntryType>::IsInitialized() && !nsTHashtable<EntryType>::Init(initSize))
|
H A D | nsTHashtable.h | 125 * @param initSize the initial number of buckets in the hashtable, default 16 128 PRBool Init(PRUint32 initSize = PL_DHASH_MIN_SIZE); 320 nsTHashtable<EntryType>::Init(PRUint32 initSize) argument 346 if (!PL_DHashTableInit(&mTable, &sOps, nsnull, sizeof(EntryType), initSize))
|
Completed in 53 milliseconds