Searched refs:columnCount (Results 1 - 25 of 36) sorted by relevance

12

/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityARIAGrid.cpp62 void AccessibilityARIAGrid::addChild(AccessibilityObject* child, HashSet<AccessibilityObject*>& appendedRows, unsigned& columnCount) argument
73 if (rowCellCount > columnCount)
74 columnCount = rowCellCount;
106 unsigned columnCount = 0; local
110 addChild(child.get(), appendedRows, columnCount);
122 addChild(grandChild, appendedRows, columnCount);
127 for (unsigned i = 0; i < columnCount; ++i) {
148 if (column >= columnCount() || row >= rowCount())
H A DAccessibilityARIAGridCell.cpp85 unsigned columnCount = static_cast<AccessibilityTable*>(parent)->columnCount(); local
86 if (!columnCount)
93 rowRange.first = k / columnCount;
H A DAccessibilityARIAGrid.h58 void addChild(AccessibilityObject*, HashSet<AccessibilityObject*>& appendedRows, unsigned& columnCount);
H A DAccessibilityTable.h69 unsigned columnCount();
H A DAccessibilityTable.cpp436 unsigned AccessibilityTable::columnCount() function in class:WebCore::AccessibilityTable
/external/webkit/Source/WebCore/storage/
H A DSQLStatementSync.cpp90 int columnCount = statement.columnCount(); local
93 for (int i = 0; i < columnCount; i++)
97 for (int i = 0; i < columnCount; i++)
H A DSQLStatement.cpp112 int columnCount = statement.columnCount(); local
115 for (int i = 0; i < columnCount; i++)
119 for (int i = 0; i < columnCount; i++)
H A DIDBSQLiteBackingStore.cpp641 if (query.columnCount() <= baseColumn)
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.h31 int columnCount(const QModelIndex &parent = QModelIndex()) const;
H A Deventhistory.cpp27 int EventListModel::columnCount(const QModelIndex &) const function in class:EventListModel
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.h25 int columnCount(const QModelIndex &parent = QModelIndex()) const;
H A Deventhistory.cpp21 int EventListModel::columnCount(const QModelIndex &) const function in class:EventListModel
/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteStatement.cpp270 int SQLiteStatement::columnCount() function in class:WebCore::SQLiteStatement
284 if (columnCount() <= col)
296 if (columnCount() <= col)
307 if (columnCount() <= col)
335 if (columnCount() <= col)
346 if (columnCount() <= col)
357 if (columnCount() <= col)
368 if (columnCount() <= col)
380 if (columnCount() <= col)
404 if (columnCount() <
[all...]
H A DSQLiteStatement.h74 int columnCount();
/external/webkit/Source/WebCore/rendering/
H A DColumnInfo.h54 unsigned columnCount() const { return m_columnCount; } function in class:WebCore::ColumnInfo
H A DRenderBlock.cpp1386 if (columnCount(colInfo)) {
1387 IntRect lastRect = columnRectAt(colInfo, columnCount(colInfo) - 1);
1396 IntRect lastRect = columnRectAt(colInfo, columnCount(colInfo) - 1);
2336 unsigned colCount = columnCount(colInfo);
2373 unsigned colCount = columnCount(colInfo);
4055 int colCount = columnCount(colInfo);
4320 int colCount = max(1, static_cast<int>(style()->columnCount()));
4383 unsigned RenderBlock::columnCount(ColumnInfo* colInfo) const function in class:WebCore::RenderBlock
4386 return colInfo->columnCount();
4443 if (columnCount(colInf
[all...]
H A DRenderBlock.h165 unsigned columnCount(ColumnInfo*) const;
/external/icu4c/i18n/unicode/
H A Ddtfmtsym.h402 * @param columnCount Output param to receive number of columns.
406 const UnicodeString** getZoneStrings(int32_t& rowCount, int32_t& columnCount) const;
416 * @param columnCount The number of columns (count of second index).
419 void setZoneStrings(const UnicodeString* const* strings, int32_t rowCount, int32_t columnCount);
/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/Tools/DumpRenderTree/
H A DAccessibilityUIElement.h171 int columnCount();
/external/icu4c/i18n/
H A Ddtfmtsym.cpp1028 DateFormatSymbols::getZoneStrings(int32_t& rowCount, int32_t& columnCount) const
1042 columnCount = fZoneStringsColCount;
1134 DateFormatSymbols::setZoneStrings(const UnicodeString* const *strings, int32_t rowCount, int32_t columnCount) argument
1142 fZoneStringsColCount = columnCount;
/external/webkit/Tools/DumpRenderTree/gtk/
H A DAccessibilityUIElementGtk.cpp89 int AccessibilityUIElement::columnCount() function in class:AccessibilityUIElement
/external/webkit/Tools/DumpRenderTree/win/
H A DAccessibilityUIElementWin.cpp114 int AccessibilityUIElement::columnCount() function in class:AccessibilityUIElement
/external/webkit/Source/WebCore/accessibility/gtk/
H A DAccessibilityObjectWrapperAtk.cpp2063 return static_cast<AccessibilityTable*>(accTable)->columnCount();
2103 unsigned columnCount = allColumnHeaders.size(); local
2104 for (unsigned k = 0; k < columnCount; ++k) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1258 milliseconds

12