Searched refs:MakeInterface (Results 1 - 4 of 4) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/ |
H A D | nsFileSpecImpl.h | 69 static nsresult MakeInterface(const nsFileSpec& inSpec, nsIFileSpec** outSpec);
|
H A D | nsFileSpecImpl.cpp | 88 nsresult nsFileSpecImpl::MakeInterface(const nsFileSpec& inSpec, nsIFileSpec** result) function in class:nsFileSpecImpl 95 } // nsFileSpecImpl::MakeInterface 276 return MakeInterface(parent, aParent); 775 return nsFileSpecImpl::MakeInterface(mDirectoryIterator->Spec(), aCurrentSpec); 825 return nsFileSpecImpl::MakeInterface(aSrcFileSpec, result);
|
/vbox/src/libs/xpcom18a4/xpcom/obsolete/ |
H A D | nsFileSpecImpl.h | 69 static nsresult MakeInterface(const nsFileSpec& inSpec, nsIFileSpec** outSpec);
|
H A D | nsFileSpecImpl.cpp | 89 nsresult nsFileSpecImpl::MakeInterface(const nsFileSpec& inSpec, nsIFileSpec** result) function in class:nsFileSpecImpl 96 } // nsFileSpecImpl::MakeInterface 298 return MakeInterface(parent, aParent); 797 return nsFileSpecImpl::MakeInterface(mDirectoryIterator->Spec(), aCurrentSpec); 847 return nsFileSpecImpl::MakeInterface(aSrcFileSpec, result);
|
Completed in 111 milliseconds