Home
last modified time | relevance | path

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

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