Searched refs:xptiFile (Results 1 - 5 of 5) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/ |
H A D | xptiFile.cpp | 40 /* Implementation of xptiFile. */ 44 MOZ_DECL_CTOR_COUNTER(xptiFile) 46 xptiFile::xptiFile() function in class:xptiFile 58 MOZ_COUNT_CTOR(xptiFile); 61 xptiFile::xptiFile(const nsInt64& aSize, function in class:xptiFile 79 MOZ_COUNT_CTOR(xptiFile); 82 xptiFile::xptiFile(cons function in class:xptiFile [all...] |
H A D | xptiprivate.h | 108 class xptiFile; 185 class xptiFile 194 xptiFile(); 196 xptiFile(const nsInt64& aSize, 202 xptiFile(const xptiFile& r, xptiWorkingSet* aWorkingSet); 204 ~xptiFile(); 208 PRBool Equals(const xptiFile& r) const 216 xptiFile(const xptiFile [all...] |
H A D | xptiWorkingSet.cpp | 256 xptiFile& file = mFileArray[i]; 273 mFileArray = new xptiFile[count]; 289 xptiFile* newArray = new xptiFile[count];
|
H A D | xptiInterfaceInfoManager.cpp | 447 xptiFile* fileRecord = &aWorkingSet->GetFileAt(aTypelibRecord.GetFileIndex()); 825 xptiFile& target = aWorkingSet->GetFileAt(k); 852 xptiFile& target = aWorkingSet->GetFileAt(i); 914 // Make enough space in aWorkingset for additions to xptiFile array. 946 xptiFile fileRecord; 947 fileRecord = xptiFile(nsInt64(size), nsInt64(date), dir, 1061 // Make space in aWorkingset for a new xptiFile array. 1089 xptiFile fileRecord; 1090 fileRecord = xptiFile(nsInt64(size), nsInt64(date), dir, 1464 xptiFile [all...] |
H A D | xptiManifest.cpp | 207 const xptiFile& file = aWorkingSet->GetFileAt(i); 557 xptiFile(nsInt64(size), nsInt64(date), dir, values[1], aWorkingSet));
|
Completed in 74 milliseconds