/external/chromium/chrome/browser/geolocation/ |
geolocation_exceptions_table_model.cc | 130 int old_row_count = RowCount(); 137 int GeolocationExceptionsTableModel::RowCount() { 190 DCHECK(row1 >= 0 && row1 < RowCount() && 191 row2 >= 0 && row2 < RowCount());
|
geolocation_exceptions_table_model.h | 41 virtual int RowCount() OVERRIDE;
|
/external/chromium/chrome/browser/ |
plugin_exceptions_table_model.h | 37 virtual int RowCount() OVERRIDE;
|
custom_home_pages_table_model.h | 50 virtual int RowCount() OVERRIDE;
|
/frameworks/base/core/tests/coretests/res/layout/ |
size_adaptive_one_u_text.xml | 23 android:rowCount="2" >
|
size_adaptive_one_u.xml | 23 android:rowCount="2" >
|
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityTable.cpp | 397 unsigned rowCount = m_rows.size(); 398 for (unsigned k = 0; k < rowCount; ++k) { 443 unsigned AccessibilityTable::rowCount() 463 unsigned rowCount = 0; 470 rowCount += numRows; 473 if (row < rowCount && column < numCols && sectionSpecificRow < numRows) { 507 if (row < rowCount)
|
AccessibilityTable.h | 70 unsigned rowCount();
|
/cts/tests/tests/widget/src/android/widget/cts/ |
SimpleAdapterTest.java | 353 * @param rowCount the row count 355 * colCount = 2 and rowCount = 3, the list will be { {column0=>00, 359 private ArrayList<HashMap<String, String>> createTestList(int colCount, int rowCount) { 366 for (int i = 0; i < rowCount; i++) {
|
SimpleCursorAdapterTest.java | 363 * @param rowCount the row count 367 private Cursor createTestCursor(int colCount, int rowCount) { 374 MatrixCursor cursor = new MatrixCursor(columns, rowCount); 376 for (int i = 0; i < rowCount; i++) {
|
/external/chromium/chrome/browser/ui/webui/options/ |
browser_options_handler.cc | 319 int page_count = startup_custom_pages_table_model_->RowCount(); 367 selected_index >= startup_custom_pages_table_model_->RowCount()) { 383 int index = startup_custom_pages_table_model_->RowCount(); 397 if (index < 0 || index > startup_custom_pages_table_model_->RowCount()) {
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
eventhistory.cpp | 21 int EventListModel::rowCount(const QModelIndex &) const
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
eventhistory.cpp | 15 int EventListModel::rowCount(const QModelIndex &) const
|
peers.cpp | 427 if (model.rowCount() > 0) { 561 if (model.rowCount() == 0) 781 if (model.rowCount() == 0) 794 if (model.rowCount() == 0) 810 if (model.rowCount() == 0) 880 if (model.rowCount() == 0) 995 if (model.rowCount() == 0) 1151 if (model.rowCount() == 0) [all...] |
/packages/apps/Calendar/res/layout-sw600dp/ |
agenda_day.xml | 22 android:rowCount="2">
|
agenda_item.xml | 24 android:rowCount="2">
|
/external/chromium/chrome/browser/ui/views/ |
hung_renderer_view.cc | 51 virtual int RowCount(); 90 int HungPagesTableModel::RowCount() { 95 DCHECK(row >= 0 && row < RowCount()); 107 DCHECK(row >= 0 && row < RowCount()); 119 range->length = RowCount();
|
/external/icu4c/test/intltest/ |
tsdtfmsy.cpp | 332 int32_t rowCount = 0, columnCount = 0; 333 const UnicodeString **strings = en.getZoneStrings(rowCount, columnCount); 334 fr.setZoneStrings(strings, rowCount, columnCount); 335 const UnicodeString **strings1 = fr.getZoneStrings(rowCount, columnCount); 336 for(int32_t i = 0; i < rowCount; i++) {
|
miscdtfm.cpp | 347 int32_t rowCount, colCount; 348 const UnicodeString **zones = symbols->getZoneStrings(rowCount, colCount); 351 for (int32_t i = 0; i < rowCount; ++i) {
|
/external/chromium/chrome/browser/notifications/ |
notification_exceptions_table_model.cc | 69 int NotificationExceptionsTableModel::RowCount() {
|
/external/chromium/chrome/browser/ui/cocoa/ |
task_manager_mac.h | 87 virtual int RowCount() const;
|
/external/chromium/chrome/browser/ui/search_engines/ |
keyword_editor_controller.cc | 49 const int new_index = table_model_->RowCount();
|
template_url_table_model.h | 45 virtual int RowCount() OVERRIDE;
|
/packages/apps/Calendar/res/layout/ |
agenda_item.xml | 24 android:rowCount="2">
|
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/ |
GridLayoutDetector.java | 52 "of a GridLayout's `rowCount` or `columnCount` is usually an unintentional error.",
|