Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dcookiejar.cpp131 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()
H A Dcookiejar.h117 QStringList m_exceptions_allow; variable