/external/chromium/chrome/browser/ui/cocoa/ |
table_row_nsimage_cache.mm | 16 int count = model_->RowCount(); 23 int count = model_->RowCount(); 33 DCHECK_EQ(model_->RowCount(), 49 DCHECK_EQ(model_->RowCount(), 58 DCHECK_EQ(model_->RowCount(), 63 DCHECK_EQ(model_->RowCount(),
|
table_row_nsimage_cache.h | 24 virtual int RowCount() const = 0;
|
/external/chromium/chrome/browser/ |
language_order_table_model.cc | 43 DCHECK(row >= 0 && row < RowCount()); 60 observer_->OnItemsAdded(RowCount() - 1, 1); 65 DCHECK(index >= 0 && index < RowCount()); 88 if (index < 0 || index >= RowCount() - 1) 92 if (index == RowCount() - 1) 97 observer_->OnItemsChanged(0, RowCount()); 107 observer_->OnItemsChanged(0, RowCount()); 114 int LanguageOrderTableModel::RowCount() {
|
plugin_exceptions_table_model_unittest.cc | 45 EXPECT_LT(start, model_->RowCount() + 1); 156 EXPECT_EQ(3, table_model_->RowCount()); 168 EXPECT_EQ(2, table_model_->RowCount()); 182 EXPECT_EQ(2, table_model_->RowCount()); 192 EXPECT_EQ(3, table_model_->RowCount()); 201 EXPECT_EQ(1, table_model_->RowCount()); 214 EXPECT_EQ(0, table_model_->RowCount());
|
possible_url_model.cc | 107 int PossibleURLModel::RowCount() { 112 if (row < 0 || row >= RowCount()) { 120 if (row < 0 || row >= RowCount()) { 128 if (row < 0 || row >= RowCount()) { 149 if (row < 0 || row >= RowCount()) {
|
custom_home_pages_table_model.cc | 70 DCHECK(index >= 0 && index <= RowCount()); 79 DCHECK(index >= 0 && index < RowCount()); 102 while (RowCount()) 130 int CustomHomePagesTableModel::RowCount() { 136 DCHECK(row >= 0 && row < RowCount()); 141 DCHECK(row >= 0 && row < RowCount());
|
language_order_table_model.h | 49 virtual int RowCount() OVERRIDE;
|
possible_url_model.h | 43 virtual int RowCount() OVERRIDE;
|
/external/chromium/chrome/browser/geolocation/ |
geolocation_exceptions_table_model_unittest.cc | 47 EXPECT_EQ(3, model_->RowCount()); 56 EXPECT_EQ(0, model_->RowCount()); 64 EXPECT_EQ(1, model_->RowCount()); 75 EXPECT_EQ(3, model_->RowCount()); 99 EXPECT_EQ(3, model_->RowCount()); 106 EXPECT_EQ(0, model_->RowCount()); 121 EXPECT_EQ(0, model_->RowCount());
|
/external/chromium/chrome/browser/notifications/ |
notification_exceptions_table_model_unittest.cc | 58 EXPECT_EQ(0, model_->RowCount()); 65 EXPECT_EQ(5, model_->RowCount()); 68 EXPECT_EQ(0, model_->RowCount()); 76 EXPECT_EQ(5, model_->RowCount()); 106 EXPECT_EQ(5, model_->RowCount()); 114 EXPECT_EQ(3, model_->RowCount()); 125 EXPECT_EQ(0, model_->RowCount());
|
notification_exceptions_table_model.h | 29 virtual int RowCount() OVERRIDE;
|
/frameworks/base/core/java/android/database/ |
MatrixCursor.java | 30 private int rowCount = 0; 72 if (mPos >= rowCount) { 86 rowCount++; 87 int endIndex = rowCount * columnCount; 109 int start = rowCount++ * columnCount; 124 int start = rowCount * columnCount; 151 rowCount++; 162 rowCount++; 219 return rowCount;
|
/packages/apps/Browser/src/com/android/browser/view/ |
BookmarkExpandableView.java | 319 int rowCount = mRowCount; 321 if (row.getChildCount() > rowCount) { 322 row.removeViews(rowCount, row.getChildCount() - rowCount); 324 for (int i = 0; i < rowCount; i++) { 329 int realChildPosition = (childPosition * rowCount) + i; 370 int rowCount = viewWidth / mColumnWidth; 372 rowCount = Math.min(rowCount, mMaxColumnCount); 374 int rowPadding = (viewWidth - (rowCount * mColumnWidth)) / 2 [all...] |
/external/skia/gm/ |
drawbitmaprect.cpp | 108 int rowCount = 0; 134 ++rowCount; 135 if ((dstRect.width() + kPadX) * rowCount > gSize) { 139 rowCount = 0;
|
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityARIAGridRow.cpp | 79 int rowCount = allRows.size(); 80 for (int k = index + 1; k < rowCount; ++k) { 106 int rowCount = allRows.size(); 107 if (index >= rowCount)
|
/cts/tests/tests/widget/src/android/widget/cts/ |
ResourceCursorTreeAdapterTest.java | 143 * @param rowCount the row count 147 private Cursor createTestCursor(int colCount, int rowCount) { 154 MatrixCursor cursor = new MatrixCursor(columns, rowCount); 156 for (int i = 0; i < rowCount; i++) { 158 row[j] = "" + rowCount + "" + colCount;
|
ResourceCursorAdapterTest.java | 143 * @param rowCount the row count 147 private Cursor createTestCursor(int colCount, int rowCount) { 154 MatrixCursor cursor = new MatrixCursor(columns, rowCount); 156 for (int i = 0; i < rowCount; i++) {
|
SimpleCursorTreeAdapterTest.java | 175 * @param rowCount the row count 180 private Cursor createTestCursor(int colCount, int rowCount, String prefix) { 187 MatrixCursor cursor = new MatrixCursor(columns, rowCount); 189 for (int i = 0; i < rowCount; i++) {
|
/external/chromium/chrome/browser/ui/search_engines/ |
template_url_table_model.cc | 171 int TemplateURLTableModel::RowCount() { 176 DCHECK(row >= 0 && row < RowCount()); 202 DCHECK(row >= 0 && row < RowCount()); 233 DCHECK(row >= 0 && row < RowCount()); 257 DCHECK(index >= 0 && index <= RowCount()); 271 DCHECK(index >= 0 && index <= RowCount()); 287 DCHECK(index >= 0 && index < RowCount()); 326 if (index < 0 || index >= RowCount()) {
|
/external/chromium/chrome/browser/ui/webui/options/ |
search_engine_manager_handler.cc | 123 int engine_count = list_controller_->table_model()->RowCount(); 178 if (index < 0 || index >= list_controller_->table_model()->RowCount()) 190 if (index < 0 || index >= list_controller_->table_model()->RowCount()) 204 if (index < -1 || index >= list_controller_->table_model()->RowCount())
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
eventhistory.h | 30 int rowCount(const QModelIndex &parent = QModelIndex()) const;
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
eventhistory.h | 24 int rowCount(const QModelIndex &parent = QModelIndex()) const;
|
/external/skia/src/core/ |
SkRegion_rects.cpp | 134 int rowCount = row - rowHead; 139 if (r && (r->fCount == rowCount) && 141 rowCount * sizeof(SkRegion::RunType))) { 148 r->fCount = rowCount; 149 fTotalCount += 1 + rowCount + 1;
|
/external/chromium/chrome/browser/history/ |
text_database_unittest.cc | 52 int RowCount(TextDatabase* db) { 73 EXPECT_EQ(3, RowCount(db)); 169 EXPECT_EQ(3, RowCount(db.get())); 173 EXPECT_EQ(2, RowCount(db.get())); 180 EXPECT_EQ(2, RowCount(db.get())); 182 EXPECT_EQ(1, RowCount(db.get()));
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastContentProvider.java | 218 int rowCount = db.delete(CellBroadcastDatabaseHelper.TABLE_NAME, 221 if (rowCount != 0) { 236 int rowCount = db.delete(CellBroadcastDatabaseHelper.TABLE_NAME, null, null); 237 if (rowCount != 0) { 263 int rowCount = db.update(CellBroadcastDatabaseHelper.TABLE_NAME, cv, whereClause, whereArgs); 264 if (rowCount != 0) {
|