Home
last modified time | relevance | path

Searched refs:m_ProfileAccess (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/extensions/source/mozbootstrap/
H A DMMozillaBootstrap.cxx67 m_ProfileAccess = new ProfileAccess(); in Init()
122 return m_ProfileAccess->getProfileCount(product); in getProfileCount()
126 return m_ProfileAccess->getProfileList(product,list); in getProfileList()
130 return m_ProfileAccess->getDefaultProfile(product); in getDefaultProfile()
134 return m_ProfileAccess->getProfilePath(product,profileName); in getProfilePath()
138 return m_ProfileAccess->isProfileLocked(product,profileName); in isProfileLocked()
142 return m_ProfileAccess->getProfileExists(product,profileName); in getProfileExists()
H A DMMozillaBootstrap.hxx50 ProfileAccess * m_ProfileAccess; member in connectivity::mozab::MozillaBootstrap

Completed in 20 milliseconds