Searched defs:columnCount (Results 1 - 15 of 15) sorted by relevance

/external/webkit/WebCore/accessibility/
H A DAccessibilityARIAGrid.cpp62 void AccessibilityARIAGrid::addChild(AccessibilityObject* child, HashSet<AccessibilityObject*>& appendedRows, unsigned& columnCount) argument
73 if (rowCellCount > columnCount)
74 columnCount = rowCellCount;
99 unsigned columnCount = 0; local
110 addChild(children[i].get(), appendedRows, columnCount);
112 addChild(child.get(), appendedRows, columnCount);
116 for (unsigned i = 0; i < columnCount; ++i) {
137 if (column >= columnCount() || row >= rowCount())
H A DAccessibilityTable.cpp353 unsigned AccessibilityTable::columnCount() function in class:WebCore::AccessibilityTable
/external/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.cpp26 int EventListModel::columnCount(const QModelIndex &) const function in class:EventListModel
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.cpp27 int EventListModel::columnCount(const QModelIndex &) const function in class:EventListModel
/external/webkit/WebCore/storage/
H A DSQLStatement.cpp114 int columnCount = statement.columnCount(); local
117 for (int i = 0; i < columnCount; i++)
121 for (int i = 0; i < columnCount; i++)
/external/chromium/third_party/icu/source/test/intltest/
H A Dtsdtfmsy.cpp332 int32_t rowCount = 0, columnCount = 0; local
333 const UnicodeString **strings = en.getZoneStrings(rowCount, columnCount);
334 fr.setZoneStrings(strings, rowCount, columnCount);
335 const UnicodeString **strings1 = fr.getZoneStrings(rowCount, columnCount);
337 for(int32_t j = 0; j < columnCount; j++) {
/external/icu4c/test/intltest/
H A Dtsdtfmsy.cpp332 int32_t rowCount = 0, columnCount = 0; local
333 const UnicodeString **strings = en.getZoneStrings(rowCount, columnCount);
334 fr.setZoneStrings(strings, rowCount, columnCount);
335 const UnicodeString **strings1 = fr.getZoneStrings(rowCount, columnCount);
337 for(int32_t j = 0; j < columnCount; j++) {
/external/webkit/WebCore/platform/sql/
H A DSQLiteStatement.cpp221 int SQLiteStatement::columnCount() function in class:WebCore::SQLiteStatement
235 if (columnCount() <= col)
246 if (columnCount() <= col)
274 if (columnCount() <= col)
285 if (columnCount() <= col)
296 if (columnCount() <= col)
307 if (columnCount() <= col)
321 if (columnCount() <= col) {
355 if (columnCount() <= col)
/external/chromium/third_party/icu/source/tools/genrb/
H A Dwrtjava.c216 int32_t columnCount = 80; local
223 if (maxLines < (adjustedLen / columnCount) ){
224 columnCount = adjustedLen / maxLines;
226 return columnCount;
233 uint32_t columnCount; local
241 columnCount = getColumnCount(srcLen);
254 if(bufLen+(tabCount*4) > columnCount ){
259 add = columnCount-(tabCount*4)-5/* for ", +\n */;
/external/icu4c/tools/genrb/
H A Dwrtjava.c216 int32_t columnCount = 80; local
223 if (maxLines < (adjustedLen / columnCount) ){
224 columnCount = adjustedLen / maxLines;
226 return columnCount;
233 uint32_t columnCount; local
241 columnCount = getColumnCount(srcLen);
254 if(bufLen+(tabCount*4) > columnCount ){
259 add = columnCount-(tabCount*4)-5/* for ", +\n */;
/external/chromium/third_party/icu/source/i18n/
H A Ddtfmtsym.cpp1070 DateFormatSymbols::getZoneStrings(int32_t& rowCount, int32_t& columnCount) const
1084 columnCount = fZoneStringsColCount;
1105 DateFormatSymbols::setZoneStrings(const UnicodeString* const *strings, int32_t rowCount, int32_t columnCount) argument
1113 fZoneStringsColCount = columnCount;
H A Dzstrfmt.cpp456 int32_t rowCount, int32_t columnCount, UErrorCode &status)
466 if (strings == NULL || columnCount <= 0 || rowCount <= 0) {
478 for (int32_t col = 1; col < columnCount; col++) {
455 ZoneStringFormat(const UnicodeString* const* strings, int32_t rowCount, int32_t columnCount, UErrorCode &status) argument
/external/icu4c/i18n/
H A Ddtfmtsym.cpp1072 DateFormatSymbols::getZoneStrings(int32_t& rowCount, int32_t& columnCount) const
1086 columnCount = fZoneStringsColCount;
1107 DateFormatSymbols::setZoneStrings(const UnicodeString* const *strings, int32_t rowCount, int32_t columnCount) argument
1115 fZoneStringsColCount = columnCount;
H A Dzstrfmt.cpp530 int32_t rowCount, int32_t columnCount, UErrorCode &status)
544 if (strings == NULL || columnCount <= 0 || rowCount <= 0) {
565 for (int32_t col = 1; col < columnCount; col++) {
529 ZoneStringFormat(const UnicodeString* const* strings, int32_t rowCount, int32_t columnCount, UErrorCode &status) argument
/external/webkit/WebCore/rendering/style/
H A DRenderStyle.h651 unsigned short columnCount() const { return rareNonInheritedData->m_multiCol->m_count; } function in class:WebCore::RenderStyle

Completed in 198 milliseconds