Lines Matching refs:product

120 …ootstrap::getProfileCount( ::com::sun::star::mozilla::MozillaProductType product) throw (::com::su…  in getProfileCount()  argument
122 return m_ProfileAccess->getProfileCount(product); in getProfileCount()
124 …Bootstrap::getProfileList( ::com::sun::star::mozilla::MozillaProductType product, ::com::sun::star… in getProfileList() argument
126 return m_ProfileAccess->getProfileList(product,list); in getProfileList()
128 …tstrap::getDefaultProfile( ::com::sun::star::mozilla::MozillaProductType product ) throw (::com::s… in getDefaultProfile() argument
130 return m_ProfileAccess->getDefaultProfile(product); in getDefaultProfile()
132 …Bootstrap::getProfilePath( ::com::sun::star::mozilla::MozillaProductType product, const ::rtl::OUS… in getProfilePath() argument
134 return m_ProfileAccess->getProfilePath(product,profileName); in getProfilePath()
136 …ootstrap::isProfileLocked( ::com::sun::star::mozilla::MozillaProductType product, const ::rtl::OUS… in isProfileLocked() argument
138 return m_ProfileAccess->isProfileLocked(product,profileName); in isProfileLocked()
140 …otstrap::getProfileExists( ::com::sun::star::mozilla::MozillaProductType product, const ::rtl::OUS… in getProfileExists() argument
142 return m_ProfileAccess->getProfileExists(product,profileName); in getProfileExists()
146 …aBootstrap::bootupProfile( ::com::sun::star::mozilla::MozillaProductType product, const ::rtl::OUS… in bootupProfile() argument
148 (void)product; /* avoid warning about unused parameter */ in bootupProfile()
168 …tstrap::setCurrentProfile( ::com::sun::star::mozilla::MozillaProductType product, const ::rtl::OUS… in setCurrentProfile() argument
170 (void)product; /* avoid warning about unused parameter */ in setCurrentProfile()