Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dcookiejar.cpp130 m_exceptions_block = cookieSettings.value(QLatin1String("block")).toStringList(); in load()
133 qSort(m_exceptions_block.begin(), m_exceptions_block.end()); in load()
184 cookieSettings.setValue(QLatin1String("block"), m_exceptions_block); in save()
240 …bool eBlock = qBinaryFind(m_exceptions_block.begin(), m_exceptions_block.end(), host) != m_excepti… in setCookiesFromUrl()
323 return m_exceptions_block; in blockedCookies()
344 m_exceptions_block = list; in setBlockedCookies()
345 qSort(m_exceptions_block.begin(), m_exceptions_block.end()); in setBlockedCookies()
H A Dcookiejar.h116 QStringList m_exceptions_block; variable