Searched refs:m_exceptions_allowForSession (Results 1 – 2 of 2) sorted by relevance
132 …m_exceptions_allowForSession = cookieSettings.value(QLatin1String("allowForSession")).toStringList… in load()135 qSort(m_exceptions_allowForSession.begin(), m_exceptions_allowForSession.end()); in load()186 cookieSettings.setValue(QLatin1String("allowForSession"), m_exceptions_allowForSession); in save()242 …ession = qBinaryFind(m_exceptions_allowForSession.begin(), m_exceptions_allowForSession.end(), hos… in setCookiesFromUrl()337 return m_exceptions_allowForSession; in allowForSessionCookies()362 m_exceptions_allowForSession = list; in setAllowForSessionCookies()363 qSort(m_exceptions_allowForSession.begin(), m_exceptions_allowForSession.end()); in setAllowForSessionCookies()
118 QStringList m_exceptions_allowForSession; variable