Lines Matching defs:StFollowLinksState
788 #pragma mark [StFollowLinksState]
789 class StFollowLinksState
792 StFollowLinksState(nsILocalFile *aFile) :
795 NS_ASSERTION(mFile, "StFollowLinksState passed a NULL file.");
800 StFollowLinksState(nsILocalFile *aFile, PRBool followLinksState) :
803 NS_ASSERTION(mFile, "StFollowLinksState passed a NULL file.");
810 ~StFollowLinksState()
1625 StFollowLinksState srcFollowState(this, followLinks);
1639 StFollowLinksState destFollowState(destDir, followLinks);
1801 StFollowLinksState(this, PR_FALSE);
1882 StFollowLinksState followState(this, PR_FALSE);
1898 StFollowLinksState followState(this, PR_FALSE);
1974 StFollowLinksState followState(this, PR_FALSE);
2328 StFollowLinksState followState(macFile, PR_FALSE);
2373 StFollowLinksState followState(this, PR_TRUE);