Searched refs:aProfileName (Results 1 – 3 of 3) sorted by relevance
54 ProfileStruct(MozillaProductType aProduct,::rtl::OUString aProfileName,68 … void setCurrentProfile(::rtl::OUString aProfileName){mCurrentProfileName = aProfileName;} in setCurrentProfile() argument
42 ProfileStruct::ProfileStruct(MozillaProductType aProduct,::rtl::OUString aProfileName, in ProfileStruct() argument46 profileName = aProfileName; in ProfileStruct()
553 ::rtl::OUString aVersion, aProfileName; in findInstallation()558 aProfileName = (*i_ver).copy( nSeparatorIndex+1 ); in findInstallation()561 if ( aVersion.getLength() && aProfileName.getLength() && in findInstallation()562 …( !aInfo.userdata.getLength() || !aProfileName.toAsciiLowerCase().compareTo( aProductName, aProduc… in findInstallation()573 aUserInst += aProfileName; in findInstallation()
Completed in 22 milliseconds