Searched refs:rowIndex (Results 1 - 25 of 59) sorted by relevance

123

/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 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/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...]
H A DAXTableCell.cpp108 rowRange.first = renderCell->rowIndex();
160 int row = renderCell->rowIndex();
H A DAXARIAGridCell.cpp79 rowRange.first = toAXTableRow(parent)->rowIndex();
/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/webrtc/tools/loopback_test/
H A Dstat_tracker.js33 // once per getStats with the given report and a rowIndex for the
45 samplingFunctions[varName] = function (report, rowIndex) {
49 dataTable.setCell(rowIndex, columnIndex, sample);
69 var rowIndex = dataTable.addRow();
70 dataTable.setCell(rowIndex, timeColumnIndex, result[0].timestamp);
72 samplingFunctions[v](report, rowIndex);
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dfocus_grid.js60 var rowIndex = this.rows.indexOf(keyRow);
61 assert(rowIndex >= 0);
66 row = rowIndex - 1;
68 row = rowIndex + 1;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTableRowElement.h40 int rowIndex() const;
H A DHTMLTableRowElement.idl22 readonly attribute long rowIndex;
/external/doclava/res/assets/templates/
H A Ddiff.cs71 if (tr.rowIndex + 1 < table.rows.length) {
72 var tbody = table.rows[tr.rowIndex + 1].parentNode;
79 if (tr.rowIndex + 1 < table.rows.length
80 && $(table.rows[tr.rowIndex + 1]).hasClass("class-entry")) {
81 var tbody = table.rows[tr.rowIndex + 1].parentNode;
98 var i = tr.rowIndex + 1;
106 var i = tr.rowIndex + 1;
/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
/external/chromium_org/third_party/icu/source/common/
H A Dpropsvec.h101 * @return NULL if rowIndex out of range and for illegal arguments,
105 upvec_getRow(const UPropsVectors *pv, int32_t rowIndex,
115 * The handler's rowIndex is the index of the row in the compacted
122 * where rowIndex is the length of the compacted array,
129 int32_t rowIndex, uint32_t *row, int32_t columns,
167 /* context=UPVecToUTrie2Context, creates the trie and stores the rowIndex values */
171 int32_t rowIndex, uint32_t *row, int32_t columns,
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.h101 * @return NULL if rowIndex out of range and for illegal arguments,
105 upvec_getRow(const UPropsVectors *pv, int32_t rowIndex,
115 * The handler's rowIndex is the index of the row in the compacted
122 * where rowIndex is the length of the compacted array,
129 int32_t rowIndex, uint32_t *row, int32_t columns,
167 /* context=UPVecToUTrie2Context, creates the trie and stores the rowIndex values */
171 int32_t rowIndex, uint32_t *row, int32_t columns,
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/chromium_org/chrome/browser/resources/chromeos/
H A Dprovided_file_systems.js252 var rowIndex = 0;
256 var addToRow = (rowIndex >= this.rows.length) ||
257 (this.rows[rowIndex].time.getTime() <= event.time.getTime() &&
258 !this.rows[rowIndex].active &&
259 (this.rows[rowIndex].requestType == event.requestType));
270 row: rowIndex,
274 this.rows[rowIndex] = {
284 rowIndex++;
/external/chromium_org/chrome/browser/resources/options/
H A Dpassword_manager.js220 * @param {number} rowIndex indicating the row to remove.
222 PasswordManager.removeSavedPassword = function(rowIndex) {
223 chrome.send('removeSavedPassword', [String(rowIndex)]);
228 * @param {number} rowIndex indicating the row to remove.
230 PasswordManager.removePasswordException = function(rowIndex) {
231 chrome.send('removePasswordException', [String(rowIndex)]);
/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/WebKit/Source/platform/image-decoders/png/
H A DPNGImageDecoder.h56 void rowAvailable(unsigned char* rowBuffer, unsigned rowIndex, int interlacePass);
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DTableSectionPainter.cpp47 return elem1->rowIndex() < elem2->rowIndex();
54 if (elem1->rowIndex() != elem2->rowIndex())
55 return elem1->rowIndex() < elem2->rowIndex();
/external/chromium_org/third_party/WebKit/PerformanceTests/resources/
H A Djquery.tablesorter.min.js3 function(){var parsers=[],widgets=[];this.defaults={cssHeader:"header",cssAsc:"headerSortUp",cssDesc:"headerSortDown",cssChildRow:"expand-child",sortInitialOrder:"asc",sortMultiSortKey:"shiftKey",sortForce:null,sortAppend:null,sortLocaleCompare:true,textExtraction:"simple",parsers:{},widgets:[],widgetZebra:{css:["even","odd"]},headers:{},widthFixed:false,cancelSelection:true,sortList:[],headerList:[],dateFormat:"us",decimal:'/\.|\,/g',onRenderHeader:null,selectorHeaders:'thead th',debug:false};function benchmark(s,d){log(s+","+(new Date().getTime()-d.getTime())+"ms");}this.benchmark=benchmark;function log(s){if(typeof console!="undefined"&&typeof console.debug!="undefined"){console.log(s);}else{alert(s);}}function buildParserCache(table,$headers){if(table.config.debug){var parsersDebug="";}if(table.tBodies.length==0)return;var rows=table.tBodies[0].rows;if(rows[0]){var list=[],cells=rows[0].cells,l=cells.length;for(var i=0;i<l;i++){var p=false;if($.metadata&&($($headers[i]).metadata()&&$($headers[i]).metadata().sorter)){p=getParserById($($headers[i]).metadata().sorter);}else if((table.config.headers[i]&&table.config.headers[i].sorter)){p=getParserById(table.config.headers[i].sorter);}if(!p){p=detectParserForColumn(table,rows,-1,i);}if(table.config.debug){parsersDebug+="column:"+i+" parser:"+p.id+"\n";}list.push(p);}}if(table.config.debug){log(parsersDebug);}return list;};function detectParserForColumn(table,rows,rowIndex,cellIndex){var l=parsers.length,node=false,nodeValue=false,keepLooking=true;while(nodeValue==''&&keepLooking){rowIndex++;if(rows[rowIndex]){node=getNodeFromRowAndCellIndex(rows,rowIndex,cellIndex);nodeValue=trimAndGetNodeText(table.config,node);if(table.config.debug){log('Checking if value was empty on row:'+rowIndex);}}else{keepLooking=false;}}for(var i=1;i<l;i++){if(parsers[i].is(nodeValue,table,node)){return parsers[i];}}return parsers[0];}function getNodeFromRowAndCellIndex(rows,rowIndex,cellIndex){return rows[rowIndex].cells[cellIndex];}function trimAndGetNodeText(config,node){return $.trim(getElementText(config,node));}function getParserById(name){var l=parsers.length;for(var i=0;i<l;i++){if(parsers[i].id.toLowerCase()==name.toLowerCase()){return parsers[i];}}return false;}function buildCache(table){if(table.config.debug){var cacheTime=new Date();}var totalRows=(table.tBodies[0]&&table.tBodies[0].rows.length)||0,totalCells=(table.tBodies[0].rows[0]&&table.tBodies[0].rows[0].cells.length)||0,parsers=table.config.parsers,cache={row:[],normalized:[]};for(var i=0;i<totalRows;++i){var c=$(table.tBodies[0].rows[i]),cols=[];if(c.hasClass(table.config.cssChildRow)){cache.row[cache.row.length-1]=cache.row[cache.row.length-1].add(c);continue;}cache.row.push(c);for(var j=0;j<totalCells;++j){cols.push(parsers[j].format(getElementText(table.config,c[0].cells[j]),table,c[0].cells[j]));}cols.push(cache.normalized.length);cache.normalized.push(cols);cols=null;};if(table.config.debug){benchmark("Building cache for "+totalRows+" rows:",cacheTime);}return cache;};function getElementText(config,node){var text="";if(!node)return"";if(!config.supportsTextContent)config.supportsTextContent=node.textContent||false;if(config.textExtraction=="simple"){if(config.supportsTextContent){text=node.textContent;}else{if(node.childNodes[0]&&node.childNodes[0].hasChildNodes()){text=node.childNodes[0].innerHTML;}else{text=node.innerHTML;}}}else{if(typeof(config.textExtraction)=="function"){text=config.textExtraction(node);}else{text=$(node).text();}}return text;}function appendToTable(table,cache){if(table.config.debug){var appendTime=new Date()}var c=cache,r=c.row,n=c.normalized,totalRows=n.length,checkCell=(n[0].length-1),tableBody=$(table.tBodies[0]),rows=[];for(var i=0;i<totalRows;i++){var pos=n[i][checkCell];rows.push(r[pos]);if(!table.config.appender){var l=r[pos].length;for(var j=0;j<l;j++){tableBody[0].appendChild(r[pos][j]);}}}if(table.config.appender){table.config.appender(table,rows);}rows=null;if(table.config.debug){benchmark("Rebuilt table:",appendTime);}applyWidget(table);setTimeout(function(){$(table).trigger("sortEnd");},0);};function buildHeaders(table){if(table.config.debug){var time=new Date();}var meta=($.metadata)?true:false;var header_index=computeTableHeaderCellIndexes(table);$tableHeaders=$(table.config.selectorHeaders,table).each(function(index){this.column=header_index[this.parentNode.rowIndex+"-"+this.cellIndex];this.order=formatSortingOrder(table.config.sortInitialOrder);this.count=this.order;if(checkHeaderMetadata(this)||checkHeaderOptions(table,index))this.sortDisabled=true;if(checkHeaderOptionsSortingLocked(table,index))this.order=this.lockedOrder=checkHeaderOptionsSortingLocked(table,index);if(!this.sortDisabled){var $th=$(this).addClass(table.config.cssHeader);if(table.config.onRenderHeader)table.config.onRenderHeader.apply($th);}table.config.headerList[index]=this;});if(table.config.debug){benchmark("Built headers:",time);log($tableHeaders);}return $tableHeaders;};function computeTableHeaderCellIndexes(t){var matrix=[];var lookup={};var thead=t.getElementsByTagName('THEAD')[0];var trs=thead.getElementsByTagName('TR');for(var i=0;i<trs.length;i++){var cells=trs[i].cells;for(var j=0;j<cells.length;j++){var c=cells[j];var rowIndex=c.parentNode.rowIndex;va
[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];

Completed in 485 milliseconds

123