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

/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiInterfaceInfo.cpp142 xptiInterfaceEntry::Resolve(xptiWorkingSet* aWorkingSet /* = nsnull */) function in class:xptiInterfaceEntry
260 // It is not necessary to Resolve because this info is read from manifest.
268 // It is not necessary to Resolve because this info is read from manifest.
276 // It is not necessary to Resolve because this info is read from manifest.
674 // It is not necessary to Resolve because this info is read from manifest.
683 // It is not necessary to Resolve because this info is read from manifest.
692 // It is not necessary to Resolve because this info is read from manifest.
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileWin.cpp113 nsresult Resolve(const WCHAR* in, char* out);
172 ShortcutResolver::Resolve(const WCHAR* in, char* out) function in class:ShortcutResolver
182 // Resolve the link.
183 hres = mShellLink->Resolve(nsnull, SLR_NO_UI );
466 // Resolve the shortcut file from mWorkingPath and write the path
483 nsresult rv = gResolver->Resolve(ucsBuf.get(), resolvedPath);
491 // Resolve any shortcuts and stat the resolved path. After a successful return

Completed in 49 milliseconds