Searched defs:rowIndex (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXTableRow.h50 void setRowIndex(int rowIndex) { m_rowIndex = rowIndex; } argument
51 int rowIndex() const { return m_rowIndex; } function in class:blink::AXTableRow
H A DAXTable.cpp143 for (unsigned rowIndex = 0; rowIndex < rowCount; ++rowIndex) {
144 HTMLTableRowElement* rowElement = rows->item(rowIndex);
387 for (unsigned rowIndex = 0; rowIndex < numRows; ++rowIndex) {
389 RenderTableRow* renderRow = tableSection->rowRendererAt(rowIndex);
507 unsigned rowIndex = rowIndexCounter - 1; local
508 AccessibilityChildrenVector children = m_rows[rowIndex]
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableRowTest.cpp59 static const unsigned rowIndex = 10; local
60 m_row->setRowIndex(rowIndex);
61 EXPECT_EQ(rowIndex, m_row->rowIndex());
67 EXPECT_EQ(maxRowIndex, m_row->rowIndex());
H A DRenderTableRow.h59 void setRowIndex(unsigned rowIndex) argument
61 if (UNLIKELY(rowIndex > maxRowIndex))
64 m_rowIndex = rowIndex;
68 unsigned rowIndex() const function in class:blink::FINAL
H A DRenderTableCell.h83 unsigned rowIndex() const function in class:blink::FINAL
87 return row()->rowIndex();
H A DRenderTableSection.cpp228 unsigned insertionRow = row->rowIndex();
299 const unsigned rowIndex = cell->rowIndex(); local
306 unsigned actualRow = row + rowIndex;
316 spanningRowsHeight.spanningCellHeightIgnoringBorderSpacing += borderSpacingForRow(rowIndex + rowSpan - 1);
325 const unsigned rowIndex = cell->rowIndex(); local
332 for (unsigned row = rowIndex; row < (rowIndex + rowSpan); row++) {
335 int toAdd = (tableHeight * m_grid[row].logicalHeight.percent() / 100) - rowsHeight[row - rowIndex];
371 const unsigned rowIndex = cell->rowIndex(); local
402 const unsigned rowIndex = cell->rowIndex(); local
435 const unsigned rowIndex = cell->rowIndex(); local
499 const unsigned rowIndex = cell->rowIndex(); local
543 const unsigned rowIndex = cell->rowIndex(); local
576 unsigned rowIndex = cell->rowIndex(); local
975 int rowIndex = cell->rowIndex(); local
1418 unsigned rowIndex = row->rowIndex(); local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTableRowElement.cpp59 int HTMLTableRowElement::rowIndex() const function in class:blink::HTMLTableRowElement
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
H A DKitKatBrowserAccessibilityManager.java53 int rowIndex, int rowSpan, int columnIndex, int columnSpan, boolean heading) {
55 rowIndex, rowSpan, columnIndex, columnSpan, heading));
93 int rowIndex, int rowSpan, int columnIndex, int columnSpan) {
52 setAccessibilityNodeInfoCollectionItemInfo(AccessibilityNodeInfo node, int rowIndex, int rowSpan, int columnIndex, int columnSpan, boolean heading) argument
92 setAccessibilityEventCollectionItemInfo(AccessibilityEvent event, int rowIndex, int rowSpan, int columnIndex, int columnSpan) argument
H A DBrowserAccessibilityManager.java617 int rowIndex, int rowSpan, int columnIndex, int columnSpan, boolean heading) {
714 int rowIndex, int rowSpan, int columnIndex, int columnSpan) {
717 bundle.putInt("AccessibilityNodeInfo.CollectionItemInfo.rowIndex", rowIndex);
616 setAccessibilityNodeInfoCollectionItemInfo(AccessibilityNodeInfo node, int rowIndex, int rowSpan, int columnIndex, int columnSpan, boolean heading) argument
713 setAccessibilityEventCollectionItemInfo(AccessibilityEvent event, int rowIndex, int rowSpan, int columnIndex, int columnSpan) argument
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DScalarizeVecAndMatConstructorArgs.cpp60 TIntermSymbol *symbolNode, int colIndex, int rowIndex)
67 TIntermConstantUnion *rowIndexNode = ConstructIndexNode(rowIndex);
200 int colIndex = 0, rowIndex = 0; local
208 symbolNode, colIndex, rowIndex);
210 rowIndex++;
211 if (rowIndex >= node->getRows())
213 rowIndex = 0;
59 ConstructMatrixIndexBinaryNode( TIntermSymbol *symbolNode, int colIndex, int rowIndex) argument
/external/chromium_org/third_party/icu/source/common/
H A Dpropsvec.c291 upvec_getRow(const UPropsVectors *pv, int32_t rowIndex, argument
296 if(pv->isCompacted || rowIndex<0 || rowIndex>=pv->rows) {
301 row=pv->v+rowIndex*columns;
498 int32_t rowIndex, uint32_t *row, int32_t columns,
502 utrie2_setRange32(toUTrie2->trie, start, end, (uint32_t)rowIndex, TRUE, pErrorCode);
506 toUTrie2->initialValue=rowIndex;
509 toUTrie2->errorValue=rowIndex;
512 toUTrie2->maxValue=rowIndex;
513 if(rowIndex>
496 upvec_compactToUTrie2Handler(void *context, UChar32 start, UChar32 end, int32_t rowIndex, uint32_t *row, int32_t columns, UErrorCode *pErrorCode) argument
[all...]
/external/icu/icu4c/source/common/
H A Dpropsvec.c291 upvec_getRow(const UPropsVectors *pv, int32_t rowIndex, argument
296 if(pv->isCompacted || rowIndex<0 || rowIndex>=pv->rows) {
301 row=pv->v+rowIndex*columns;
498 int32_t rowIndex, uint32_t *row, int32_t columns,
502 utrie2_setRange32(toUTrie2->trie, start, end, (uint32_t)rowIndex, TRUE, pErrorCode);
506 toUTrie2->initialValue=rowIndex;
509 toUTrie2->errorValue=rowIndex;
512 toUTrie2->maxValue=rowIndex;
513 if(rowIndex>
496 upvec_compactToUTrie2Handler(void *context, UChar32 start, UChar32 end, int32_t rowIndex, uint32_t *row, int32_t columns, UErrorCode *pErrorCode) argument
[all...]
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_SupernodalMatrix.h112 Index* rowIndex() { return m_rowind; } function in class:Eigen::internal::MappedSuperNodalMatrix
114 const Index* rowIndex() const function in class:Eigen::internal::MappedSuperNodalMatrix
205 inline Index index() const { return m_matrix.rowIndex()[m_idrow]; }
284 irow = rowIndex()[iptr];
/external/guava/guava/src/com/google/common/collect/
H A DArrayTable.java213 * get(rowKeyList().get(rowIndex), columnKeyList().get(columnIndex))}, but
216 * @param rowIndex position of the row key in {@link #rowKeyList()}
220 * rowIndex} is greater then or equal to the number of allowed row keys,
224 public V at(int rowIndex, int columnIndex) { argument
225 return array[rowIndex][columnIndex];
231 * put(rowKeyList().get(rowIndex), columnKeyList().get(columnIndex), value)}
234 * @param rowIndex position of the row key in {@link #rowKeyList()}
239 * rowIndex} is greater then or equal to the number of allowed row keys,
243 public V set(int rowIndex, int columnIndex, @Nullable V value) { argument
244 V oldValue = array[rowIndex][columnInde
337 getIndexed(Integer rowIndex, Integer columnIndex) argument
679 final int rowIndex; field in class:ArrayTable.Row
681 Row(int rowIndex) argument
715 final int rowIndex; field in class:ArrayTable.RowEntrySet
717 RowEntrySet(int rowIndex) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
H A DPNGImageDecoder.cpp91 static void PNGAPI rowAvailable(png_structp png, png_bytep rowBuffer, png_uint_32 rowIndex, int interlacePass) argument
93 static_cast<PNGImageDecoder*>(png_get_progressive_ptr(png))->rowAvailable(rowBuffer, rowIndex, interlacePass);
400 void PNGImageDecoder::rowAvailable(unsigned char* rowBuffer, unsigned rowIndex, int) argument
456 int y = rowIndex;
484 row = interlaceBuffer + (rowIndex * colorChannels * size().width());
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupListBox.cpp403 void PopupListBox::paintRow(GraphicsContext* gc, const IntRect& rect, int rowIndex) argument
407 IntRect rowRect = getRowBounds(rowIndex);
411 PopupMenuStyle style = m_popupClient->itemStyle(rowIndex);
415 if (rowIndex == m_selectedIndex) {
443 if (m_popupClient->itemIsSeparator(rowIndex)) {
459 Font itemFont = getRowFont(rowIndex);
472 String itemText = m_popupClient->itemText(rowIndex);
488 Font PopupListBox::getRowFont(int rowIndex) const
490 Font itemFont = m_popupClient->itemStyle(rowIndex).font();
491 if (m_popupClient->itemIsLabel(rowIndex)) {
[all...]
H A DWebAXObject.cpp963 WebAXObject WebAXObject::rowAtIndex(unsigned rowIndex) const
972 if (rowIndex < rows.size())
973 return WebAXObject(rows[rowIndex]);
993 unsigned WebAXObject::rowIndex() const function in class:blink::WebAXObject
1001 return toAXTableRow(m_private.get())->rowIndex();
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 411 milliseconds

12