Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dcookiejar.cpp528 m_allowedCookies = m_cookieJar->allowedCookies(); in CookieExceptionsModel()
565 if (row < m_allowedCookies.count()) { in data()
568 return m_allowedCookies.at(row); in data()
573 row = row - m_allowedCookies.count(); in data()
608 …return (parent.isValid() || !m_cookieJar) ? 0 : m_allowedCookies.count() + m_blockedCookies.count(… in rowCount()
619 if (i < m_allowedCookies.count()) { in removeRows()
620 m_allowedCookies.removeAt(row); in removeRows()
623 i = i - m_allowedCookies.count(); in removeRows()
634 m_cookieJar->setAllowedCookies(m_allowedCookies); in removeRows()
715 m_exceptionsModel->m_allowedCookies.append(domainLineEdit->text()); in allow()
[all …]
H A Dcookiejar.h171 QStringList m_allowedCookies; variable