/external/chromium_org/v8/benchmarks/ |
D | navier-stokes.js | 146 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/ |
D | RenderTableRow.h | 43 RenderTableRow* nextRow() const; 140 inline RenderTableRow* RenderTableRow::nextRow() const in nextRow() function
|
D | RenderTableSection.cpp | 1335 …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()
|
D | RenderTableRow.cpp | 155 if (beforeChild || nextRow()) in addChild()
|
D | FastTextAutosizer.cpp | 409 … for (RenderTableRow* row = toRenderTableSection(section)->firstRow(); row; row = row->nextRow()) { in inflateAutoTable()
|
D | RenderTable.cpp | 595 … for (RenderTableRow* row = toRenderTableSection(section)->firstRow(); row; row = row->nextRow()) { in recalcCollapsedBorders()
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/ |
D | row_walker.js | 29 return this.nextRow(sel);
|
D | table_walker.js | 43 return this.nextRow(sel); 179 cvox.TableWalker.prototype.nextRow = function(sel) { method in cvox.TableWalker
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | DeleteSelectionCommand.cpp | 695 RefPtrWillBeRawPtr<Node> nextRow = row->nextSibling(); in removePreviouslySelectedEmptyTableRows() local 698 row = nextRow.get(); in removePreviouslySelectedEmptyTableRows()
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
D | traverse_table.js | 1108 cvox.TraverseTable.prototype.nextRow = function() { method in cvox.TraverseTable
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxChromePageScript.js | 1132 …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
|
D | chromeVoxChromeBackgroundScript.js | 1182 …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…
|
D | chromeVoxChromeOptionsScript.js | 1338 …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…
|