Searched defs:GrowArrayBy (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsSupportsArray.cpp149 PRBool nsSupportsArray::GrowArrayBy(PRInt32 aGrowBy) function in class:nsSupportsArray
378 if (!GrowArrayBy(1))
382 // Could be slightly more efficient if GrowArrayBy knew about the
420 if (!GrowArrayBy(countElements))
424 // Could be slightly more efficient if GrowArrayBy knew about the
H A DnsVoidArray.cpp248 PRBool nsVoidArray::GrowArrayBy(PRInt32 aGrowBy) function in class:nsVoidArray
319 if (!GrowArrayBy(otherCount-maxCount))
396 if (!GrowArrayBy(1))
441 if (!GrowArrayBy(otherCount))
489 if (!GrowArrayBy(growDelta))

Completed in 51 milliseconds