Searched refs:m_exceptions_allow (Results 1 – 2 of 2) sorted by relevance
131 m_exceptions_allow = cookieSettings.value(QLatin1String("allow")).toStringList(); in load()134 qSort(m_exceptions_allow.begin(), m_exceptions_allow.end()); in load()185 cookieSettings.setValue(QLatin1String("allow"), m_exceptions_allow); in save()241 …bool eAllow = qBinaryFind(m_exceptions_allow.begin(), m_exceptions_allow.end(), host) != m_excepti… in setCookiesFromUrl()330 return m_exceptions_allow; in allowedCookies()353 m_exceptions_allow = list; in setAllowedCookies()354 qSort(m_exceptions_allow.begin(), m_exceptions_allow.end()); in setAllowedCookies()
117 QStringList m_exceptions_allow; variable