Searched refs:aDocToLoad (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsILocalFileMac.idl206 * @param aDocToLoad Must not be NULL. If no document, use nsILocalFile::launch
210 void launchWithDoc(in nsILocalFile aDocToLoad, in boolean aLaunchInBackground);
H A DnsLocalFileMac.h92 nsresult MyLaunchAppWithDoc(const FSSpec& appSpec, const FSSpec* aDocToLoad, PRBool aLaunchInBackground);
H A DnsLocalFileMac.cpp2785 nsresult nsLocalFile::MyLaunchAppWithDoc(const FSSpec& appSpec, const FSSpec* aDocToLoad, PRBool aLaunchInBackground) argument
2814 if (aDocToLoad)
2815 if (::FSpMakeFSRef(aDocToLoad, &docRef) != noErr)
2824 if (aDocToLoad)
2845 err = AECreateAppleEvent(kCoreEventClass, aDocToLoad ? kAEOpenDocuments : kAEOpenApplication, &target,
2849 if (aDocToLoad)
2854 err = AECreateDesc(typeFSS, aDocToLoad, sizeof(FSSpec), &docDesc);
3315 nsLocalFile::LaunchWithDoc(nsILocalFile* aDocToLoad, PRBool aLaunchInBackground) argument
3326 nsCOMPtr<nsILocalFileMac> macDoc = do_QueryInterface(aDocToLoad);
H A DnsLocalFileOSX.cpp1928 /* void launchWithDoc (in nsILocalFile aDocToLoad, in boolean aLaunchInBackground); */
1929 NS_IMETHODIMP nsLocalFile::LaunchWithDoc(nsILocalFile *aDocToLoad, PRBool aLaunchInBackground) argument
1943 if (aDocToLoad) {
1944 nsCOMPtr<nsILocalFileMac> macDoc = do_QueryInterface(aDocToLoad);
1958 if (aDocToLoad) {

Completed in 108 milliseconds