OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rowcount
(Results
26 - 50
of
193
) sorted by null
1
2
3
4
5
6
7
8
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSGridTemplateAreasValue.cpp
38
CSSGridTemplateAreasValue::CSSGridTemplateAreasValue(const NamedGridAreaMap& gridAreaMap, size_t
rowCount
, size_t columnCount)
41
, m_rowCount(
rowCount
)
/external/chromium_org/ui/base/models/
table_model.cc
72
DCHECK(row1 >= 0 && row1 <
RowCount
() &&
73
row2 >= 0 && row2 <
RowCount
());
/packages/apps/Calculator/src/com/android/calculator2/
CalculatorPadLayout.java
27
* {@link android.R.attr#columnCount} and {@link android.R.attr#
rowCount
} attributes.
46
new int[] { android.R.attr.
rowCount
, android.R.attr.columnCount }, defStyle, 0);
/external/chromium_org/chrome/browser/ui/search_engines/
keyword_editor_controller_unittest.cc
133
int original_row_count = table_model()->
RowCount
();
142
ASSERT_EQ(original_row_count + 1, table_model()->
RowCount
());
250
int original_row_count = table_model()->
RowCount
();
262
ASSERT_EQ(original_row_count + 1, table_model()->
RowCount
());
/external/chromium_org/chrome/browser/ui/webui/options/
startup_pages_handler.cc
114
int page_count = startup_custom_pages_table_model_->
RowCount
();
153
selected_index >= startup_custom_pages_table_model_->
RowCount
()) {
169
int row_count = startup_custom_pages_table_model_->
RowCount
();
185
if (index < 0 || index > startup_custom_pages_table_model_->
RowCount
()) {
search_engine_manager_handler.cc
149
int engine_count = list_controller_->table_model()->
RowCount
();
220
if (index < 0 || index >= list_controller_->table_model()->
RowCount
())
236
if (index < 0 || index >= list_controller_->table_model()->
RowCount
())
254
if (index < -1 || index >= list_controller_->table_model()->
RowCount
())
/external/chromium_org/content/browser/accessibility/
browser_accessibility_android.h
70
int
RowCount
() const;
/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/chromium_org/third_party/polymer/components/core-layout-grid/
core-layout-grid.html
93
var colCount, colOwners,
rowCount
, rowOwners;
97
rowCount
= matrix.length;
98
colCount =
rowCount
&& matrix[0].length || 0;
103
for (var j=0; j<
rowCount
; j++) {
279
rows = railize(
rowCount
, rowHeight);
/external/chromium_org/third_party/polymer/components-chromium/core-layout-grid/
core-layout-grid-extracted.js
71
var colCount, colOwners,
rowCount
, rowOwners;
75
rowCount
= matrix.length;
76
colCount =
rowCount
&& matrix[0].length || 0;
81
for (var j=0; j<
rowCount
; j++) {
257
rows = railize(
rowCount
, rowHeight);
/cts/tests/tests/widget/src/android/widget/cts/
SimpleAdapterTest.java
356
* @param
rowCount
the row count
358
* colCount = 2 and
rowCount
= 3, the list will be { {column0=>00,
362
private ArrayList<HashMap<String, String>> createTestList(int colCount, int
rowCount
) {
369
for (int i = 0; i <
rowCount
; i++) {
/external/chromium_org/chrome/browser/
custom_home_pages_table_model.h
58
virtual int
RowCount
() OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXTable.h
66
unsigned
rowCount
();
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp
15
int EventListModel::
rowCount
(const QModelIndex &) const
/packages/apps/Calculator/res/layout/
pad_operator_one_col.xml
24
android:
rowCount
="5">
pad_operator_two_col.xml
24
android:
rowCount
="4">
/packages/apps/Calendar/res/layout-sw600dp/
agenda_day.xml
22
android:
rowCount
="2">
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
ExpectedKeyboardBuilder.java
89
final int
rowCount
= getRowCount();
90
for (int row = 1; row <=
rowCount
; row++) {
313
final int
rowCount
= getRowCount();
314
for (int row = 1; row <=
rowCount
; row++) {
/external/chromium_org/third_party/skia/src/core/
SkConfig8888.cpp
130
int
rowCount
) {
133
for (int i = 0; i <
rowCount
; ++i) {
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteCursor.java
244
rowCount
= count;
250
rowCount
= 0;
/external/chromium_org/chrome/browser/ui/views/
hung_renderer_view.cc
94
int HungPagesTableModel::
RowCount
() {
99
DCHECK(row >= 0 && row <
RowCount
());
111
DCHECK(row >= 0 && row <
RowCount
());
124
range->length =
RowCount
();
268
if (hung_pages_table_model_->
RowCount
() == 0 ||
/external/chromium_org/third_party/icu/source/test/intltest/
tsdtfmsy.cpp
368
int32_t
rowCount
= 0, columnCount = 0;
369
const UnicodeString **strings = en.getZoneStrings(
rowCount
, columnCount);
370
fr.setZoneStrings(strings,
rowCount
, columnCount);
371
const UnicodeString **strings1 = fr.getZoneStrings(
rowCount
, columnCount);
372
for(int32_t i = 0; i <
rowCount
; i++) {
/external/chromium_org/ui/app_list/cocoa/
apps_search_results_controller.mm
216
NSInteger
rowCount
= [tableView_ numberOfRows];
217
if (
rowCount
<= 0)
224
targetRow = delta > 0 ? 0 :
rowCount
- 1;
226
targetRow = (selectedRow + delta) %
rowCount
;
228
targetRow +=
rowCount
;
/external/icu/icu4c/source/test/intltest/
tsdtfmsy.cpp
368
int32_t
rowCount
= 0, columnCount = 0;
369
const UnicodeString **strings = en.getZoneStrings(
rowCount
, columnCount);
370
fr.setZoneStrings(strings,
rowCount
, columnCount);
371
const UnicodeString **strings1 = fr.getZoneStrings(
rowCount
, columnCount);
372
for(int32_t i = 0; i <
rowCount
; i++) {
Completed in 1560 milliseconds
1
2
3
4
5
6
7
8