Searched refs:CookieExceptionsModel (Results 1 – 2 of 2) sorted by relevance
154 class CookieExceptionsModel : public QAbstractTableModel160 CookieExceptionsModel(CookieJar *cookieJar, QObject *parent = 0);190 CookieExceptionsModel *m_exceptionsModel;
524 CookieExceptionsModel::CookieExceptionsModel(CookieJar *cookiejar, QObject *parent) in CookieExceptionsModel() function in CookieExceptionsModel533 QVariant CookieExceptionsModel::headerData(int section, Qt::Orientation orientation, int role) const in headerData()556 QVariant CookieExceptionsModel::data(const QModelIndex &index, int role) const in data()601 int CookieExceptionsModel::columnCount(const QModelIndex &parent) const in columnCount()606 int CookieExceptionsModel::rowCount(const QModelIndex &parent) const in rowCount()611 bool CookieExceptionsModel::removeRows(int row, int count, const QModelIndex &parent) in removeRows()655 m_exceptionsModel = new CookieExceptionsModel(cookieJar, this); in CookiesExceptionsDialog()