| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | history.cpp | 448 int HistoryModel::rowCount(const QModelIndex &parent) const in rowCount() function in HistoryModel 486 return qMin(m_treeModel->rowCount(first), MOVEDROWS); in bumpedRows() 494 int HistoryMenuModel::rowCount(const QModelIndex &parent) const in rowCount() function in HistoryMenuModel 500 int folders = sourceModel()->rowCount(); in rowCount() 503 && bumpedItems == sourceModel()->rowCount(sourceModel()->index(0, 0))) in rowCount() 514 int defaultCount = sourceModel()->rowCount(idx); in rowCount() 537 … if (bumpedItems <= MOVEDROWS && bumpedItems == sourceModel()->rowCount(m_treeModel->index(0, 0))) in mapToSource() 581 …if (bumpedItems <= MOVEDROWS && bumpedItems == sourceModel()->rowCount(sourceModel()->index(0, 0))) in parent() 737 return sourceModel()->rowCount() - m_historyHash.value(url); in historyLocation() 788 int HistoryFilterModel::rowCount(const QModelIndex &parent) const in rowCount() function in HistoryFilterModel [all …]
|
| H A D | history.h | 151 int rowCount(const QModelIndex &parent = QModelIndex()) const; 178 int rowCount(const QModelIndex &parent = QModelIndex()) const; 214 int rowCount(const QModelIndex &parent = QModelIndex()) const; 261 int rowCount(const QModelIndex &parent = QModelIndex()) const; 285 int rowCount(const QModelIndex &parent = QModelIndex()) const;
|
| H A D | cookiejar.h | 130 int rowCount(const QModelIndex &parent = QModelIndex()) const; 164 int rowCount(const QModelIndex &parent = QModelIndex()) const;
|
| H A D | edittreeview.cpp | 67 model()->removeRows(0, model()->rowCount(rootIndex()), rootIndex()); in removeAll()
|
| H A D | edittableview.cpp | 68 model()->removeRows(0, model()->rowCount(rootIndex()), rootIndex()); in removeAll()
|
| H A D | bookmarks.cpp | 402 if (row < 0 || count <= 0 || row + count > rowCount(parent)) in removeRows() 481 int BookmarksModel::rowCount(const QModelIndex &parent) const in rowCount() function in BookmarksModel 495 if (row < 0 || column < 0 || row >= rowCount(parent) || column >= columnCount(parent)) in index() 807 for (int i = 0; i < m_proxyModel->rowCount(parent); ++i) { in saveExpandedNodes() 904 for (int i = 0; i < m_bookmarksModel->rowCount(m_root); ++i) { in dropEvent() 943 for (int i = 0; i < m_bookmarksModel->rowCount(m_root); ++i) { in build()
|
| H A D | downloadmanager.h | 145 int rowCount(const QModelIndex &parent = QModelIndex()) const;
|
| H A D | cookiejar.cpp | 452 int CookieModel::rowCount(const QModelIndex &parent) const in rowCount() function in CookieModel 558 if (index.row() < 0 || index.row() >= rowCount()) in data() 606 int CookieExceptionsModel::rowCount(const QModelIndex &parent) const in rowCount() function in CookieExceptionsModel
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/ |
| H A D | qdeclarativesearchsuggestionmodel.cpp | 277 int QDeclarativeSearchSuggestionModel::rowCount(const QModelIndex &parent) const in rowCount() function in QDeclarativeSearchSuggestionModel 292 if (index.row() >= rowCount(index.parent()) || index.row() < 0) in data()
|
| H A D | qdeclarativesearchresultmodel_p.h | 71 Q_PROPERTY(int count READ rowCount NOTIFY rowCountChanged) 120 int rowCount(const QModelIndex &parent = QModelIndex()) const override;
|
| H A D | qdeclarativeplaceeditorialmodel.cpp | 143 if (index.row() >= rowCount(index.parent()) || index.row() < 0) in data()
|
| H A D | qdeclarativeplaceimagemodel.cpp | 144 if (index.row() >= rowCount(index.parent()) || index.row() < 0) in data()
|
| H A D | qdeclarativesearchsuggestionmodel_p.h | 80 int rowCount(const QModelIndex &parent) const;
|
| H A D | qdeclarativeplacecontentmodel.cpp | 179 int QDeclarativePlaceContentModel::rowCount(const QModelIndex &parent) const in rowCount() function in QDeclarativePlaceContentModel 195 if (index.row() >= rowCount(index.parent()) || index.row() < 0) in data()
|
| H A D | qdeclarativereviewmodel.cpp | 148 if (index.row() >= rowCount(index.parent()) || index.row() < 0) in data()
|
| H A D | qdeclarativeplacecontentmodel_p.h | 92 int rowCount(const QModelIndex &parent) const;
|
| H A D | qdeclarativesupportedcategoriesmodel_p.h | 101 int rowCount(const QModelIndex &parent) const;
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/wifi/ |
| H A D | wifiview.h | 31 int rowCount(const QModelIndex &parent = QModelIndex()) const Q_DECL_OVERRIDE;
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/ |
| H A D | pinyinbar.cpp | 46 return m_model->rowCount(); in count()
|
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/ |
| H A D | selectionlistmodel.h | 65 int rowCount(const QModelIndex &parent = QModelIndex()) const;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/satelliteinfo/ |
| H A D | satellitemodel.h | 83 int rowCount(const QModelIndex &parent) const; in QT_FORWARD_DECLARE_CLASS()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/plugins/declarativetestplugin/ |
| H A D | qdeclarativelocationtestmodel_p.h | 77 virtual int rowCount(const QModelIndex &parent) const;
|
| H A D | qdeclarativelocationtestmodel.cpp | 219 int QDeclarativeLocationTestModel::rowCount(const QModelIndex& parent) const in rowCount() function in QDeclarativeLocationTestModel
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/player/ |
| H A D | playlist.cpp | 123 qDebug()<<ui->tableWidget->rowCount(); in onScanComplete() 302 int count = ui->tableWidget_2->rowCount(); in on_notifyMusicListAddFile()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/ |
| H A D | playlist.cpp | 123 qDebug()<<ui->tableWidget->rowCount(); in onScanComplete() 302 int count = ui->tableWidget_2->rowCount(); in on_notifyMusicListAddFile()
|