Searched defs:typelib (Results 1 - 3 of 3) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/ |
H A D | xptiInterfaceInfo.cpp | 92 const xptiTypelib& typelib, 99 return new(place) xptiInterfaceEntry(name, nameLength, iid, typelib); 105 const xptiTypelib& typelib, 113 return new(place) xptiInterfaceEntry(r, nameLength, typelib); 120 const xptiTypelib& typelib) 122 mTypelib(typelib), 131 const xptiTypelib& typelib) 133 mTypelib(typelib), 173 xptiTypelib typelib = mTypelib; local 177 if(!mgr->LoadFile(typelib, aWorkingSe 89 NewEntry(const char* name, int nameLength, const nsID& iid, const xptiTypelib& typelib, xptiWorkingSet* aWorkingSet) argument 104 NewEntry(const xptiInterfaceEntry& r, const xptiTypelib& typelib, xptiWorkingSet* aWorkingSet) argument 117 xptiInterfaceEntry(const char* name, size_t nameLength, const nsID& iid, const xptiTypelib& typelib) argument 129 xptiInterfaceEntry(const xptiInterfaceEntry& r, size_t nameLength, const xptiTypelib& typelib) argument [all...] |
H A D | xptiManifest.cpp | 103 const xptiTypelib& typelib = entry->GetTypelibRecord(); local 109 (int) typelib.GetFileIndex(), 110 (int) (typelib.IsZip() ? 111 typelib.GetZipItemIndex() : -1),
|
H A D | xptiInterfaceInfoManager.cpp | 1368 // Let's see if this is referring to the same exact typelib 1637 const xptiTypelib& typelib = entry->GetTypelibRecord(); local 1639 aWorkingSet->GetFileAt(typelib.GetFileIndex()).GetName(); 1641 if(typelib.IsZip()) 1644 aWorkingSet->GetZipItemAt(typelib.GetZipItemIndex()).GetName();
|
Completed in 269 milliseconds