Home
last modified time | relevance | path

Searched refs:nextRow (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/v8/benchmarks/
Dnavier-stokes.js146 var nextRow = (j + 1) * rowSize;
150 …tX = x[currentRow] = (x0[currentRow] + a*(lastX+x[++currentRow]+x[++lastRow]+x[++nextRow])) * invC;
183 var nextRow = (j + 1) * rowSize;
188 … = x[currentRow] = (x0[currentRow] + a * (lastX + x[currentRow] + x[lastRow] + x[nextRow])) * invC;
189 …urrentRow] = (y0[currentRow] + a * (lastY + y[++currentRow] + y[++lastRow] + y[++nextRow])) * invC;
248 var nextRow = (j + 1) * rowSize;
250 … div[++currentRow] = h * (u[++nextValue] - u[++prevValue] + v[++nextRow] - v[++previousRow]);
266 var nextRow = (j + 1) * rowSize;
270 v[currentPos] -= hScale * (p[++nextRow] - p[++prevRow]);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableRow.h43 RenderTableRow* nextRow() const;
140 inline RenderTableRow* RenderTableRow::nextRow() const in nextRow() function
DRenderTableSection.cpp1335 …unsigned nextRow = std::upper_bound(m_rowPos.begin(), m_rowPos.end(), flippedRect.y()) - m_rowPos.… in spannedRows() local
1337 if (nextRow == m_rowPos.size()) in spannedRows()
1340 unsigned startRow = nextRow > 0 ? nextRow - 1 : 0; in spannedRows()
1344 if (m_rowPos[nextRow] >= flippedRect.maxY()) in spannedRows()
1345 endRow = nextRow; in spannedRows()
1347 …endRow = std::upper_bound(m_rowPos.begin() + nextRow, m_rowPos.end(), flippedRect.maxY()) - m_rowP… in spannedRows()
1500 for (RenderTableRow* row = firstRow(); row; row = row->nextRow()) { in recalcCells()
DRenderTableRow.cpp155 if (beforeChild || nextRow()) in addChild()
DFastTextAutosizer.cpp409 … for (RenderTableRow* row = toRenderTableSection(section)->firstRow(); row; row = row->nextRow()) { in inflateAutoTable()
DRenderTable.cpp595 … for (RenderTableRow* row = toRenderTableSection(section)->firstRow(); row; row = row->nextRow()) { in recalcCollapsedBorders()
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
Drow_walker.js29 return this.nextRow(sel);
Dtable_walker.js43 return this.nextRow(sel);
179 cvox.TableWalker.prototype.nextRow = function(sel) { method in cvox.TableWalker
/external/chromium_org/third_party/WebKit/Source/core/editing/
DDeleteSelectionCommand.cpp695 RefPtrWillBeRawPtr<Node> nextRow = row->nextSibling(); in removePreviouslySelectedEmptyTableRows() local
698 row = nextRow.get(); in removePreviouslySelectedEmptyTableRows()
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dtraverse_table.js1108 cvox.TraverseTable.prototype.nextRow = function() { method in cvox.TraverseTable
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js1132 …ildRows(this.activeTable_);return a.length};cvox.TraverseTable.prototype.nextRow=function(){return… method in cvox
1135 ….AbstractWalker);cvox.TableWalker.prototype.next=function(a){return this.nextRow(a)};cvox.TableWal…
1139 cvox.TableWalker.prototype.nextRow=function(a){return this.goTo_(a,goog.bind(function(b){return thi… method in cvox
1145 …,cvox.TableWalker);cvox.RowWalker.prototype.next=function(a){return this.nextRow(a)};cvox.RowWalke…
1292 …unce:!0,skipInput:!0},previousCol:{backward:!0,announce:!0,skipInput:!0},nextRow:{forward:!0,annou… property
DchromeVoxChromeBackgroundScript.js1182 …unce:!0,skipInput:!0},previousCol:{backward:!0,announce:!0,skipInput:!0},nextRow:{forward:!0,annou… property
1403 …ildRows(this.activeTable_);return a.length};cvox.TraverseTable.prototype.nextRow=function(){return…
1406 ….AbstractWalker);cvox.TableWalker.prototype.next=function(a){return this.nextRow(a)};cvox.TableWal…
1410 cvox.TableWalker.prototype.nextRow=function(a){return this.goTo_(a,goog.bind(function(b){return thi…
1416 …,cvox.TableWalker);cvox.RowWalker.prototype.next=function(a){return this.nextRow(a)};cvox.RowWalke…
DchromeVoxChromeOptionsScript.js1338 …ildRows(this.activeTable_);return a.length};cvox.TraverseTable.prototype.nextRow=function(){return… method in cvox
1341 ….AbstractWalker);cvox.TableWalker.prototype.next=function(a){return this.nextRow(a)};cvox.TableWal…
1345 cvox.TableWalker.prototype.nextRow=function(a){return this.goTo_(a,goog.bind(function(b){return thi… method in cvox
1351 …,cvox.TableWalker);cvox.RowWalker.prototype.next=function(a){return this.nextRow(a)};cvox.RowWalke…