Searched defs:initSize (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxSnapshotDetailsDlg.cpp190 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 DnsBaseHashtable.h93 * @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 DnsTHashtable.h125 * @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 60 milliseconds