Home
last modified time | relevance | path

Searched defs:columnCount (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/accessibility/
DAccessibilityARIAGrid.cpp62 …ild(AccessibilityObject* child, HashSet<AccessibilityObject*>& appendedRows, unsigned& columnCount) in addChild()
106 unsigned columnCount = 0; in addChildren() local
DAccessibilityARIAGridCell.cpp85 unsigned columnCount = static_cast<AccessibilityTable*>(parent)->columnCount(); in rowIndexRange() local
DAccessibilityTable.cpp436 unsigned AccessibilityTable::columnCount() in columnCount() function in WebCore::AccessibilityTable
/external/webkit/Source/WebCore/storage/
DSQLStatementSync.cpp90 int columnCount = statement.columnCount(); in execute() local
DSQLStatement.cpp112 int columnCount = statement.columnCount(); in execute() local
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Deventhistory.cpp21 int EventListModel::columnCount(const QModelIndex &) const in columnCount() function in EventListModel
/external/webkit/Source/WebCore/rendering/
DColumnInfo.h54 unsigned columnCount() const { return m_columnCount; } in columnCount() function
DRenderBlock.cpp4383 unsigned RenderBlock::columnCount(ColumnInfo* colInfo) const in columnCount() function in WebCore::RenderBlock
/external/icu4c/tools/genrb/
Dwrtjava.c215 int32_t columnCount = 80; in getColumnCount() local
232 uint32_t columnCount; in str_write_java() local
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowSQLiteCursor.java31 int columnCount = metaData.getColumnCount(); in cacheColumnNames() local
/external/icu4c/test/intltest/
Dtsdtfmsy.cpp332 int32_t rowCount = 0, columnCount = 0; in TestSymbols() local
/external/webkit/Source/WebCore/platform/sql/
DSQLiteStatement.cpp270 int SQLiteStatement::columnCount() in columnCount() function in WebCore::SQLiteStatement
/external/webkit/Tools/DumpRenderTree/mac/
DAccessibilityUIElementMac.mm1023 int AccessibilityUIElement::columnCount() function
/external/webkit/Tools/DumpRenderTree/gtk/
DAccessibilityUIElementGtk.cpp89 int AccessibilityUIElement::columnCount() in columnCount() function in AccessibilityUIElement
/external/webkit/Tools/DumpRenderTree/win/
DAccessibilityUIElementWin.cpp114 int AccessibilityUIElement::columnCount() in columnCount() function in AccessibilityUIElement
/external/icu4c/i18n/
Ddtfmtsym.cpp1135 …Symbols::setZoneStrings(const UnicodeString* const *strings, int32_t rowCount, int32_t columnCount) in setZoneStrings()
/external/webkit/Source/WebCore/accessibility/gtk/
DAccessibilityObjectWrapperAtk.cpp2103 unsigned columnCount = allColumnHeaders.size(); in webkit_accessible_table_get_column_header() local
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h709 unsigned short columnCount() const { return rareNonInheritedData->m_multiCol->m_count; } in columnCount() function