Searched refs:lastRow (Results 1 - 19 of 19) sorted by path

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dtraverse_table.js1254 var lastRow = this.shadowTable_[numRows - 1];
1255 var lastIndex = [(numRows - 1), (lastRow.length - 1)];
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTableElement.cpp179 RefPtrWillBeRawPtr<HTMLTableRowElement> lastRow = nullptr; local
182 lastRow = HTMLTableRowsCollection::lastRow(*this);
185 row = HTMLTableRowsCollection::rowAfter(*this, lastRow.get());
193 lastRow = row;
198 if (lastRow)
199 parent = row ? row->parentNode() : lastRow->parentNode();
226 row = HTMLTableRowsCollection::lastRow(*this);
H A DHTMLTableRowsCollection.cpp101 HTMLTableRowElement* HTMLTableRowsCollection::lastRow(HTMLTableElement& table) function in class:blink::HTMLTableRowsCollection
104 if (HTMLTableRowElement* lastRow = Traversal<HTMLTableRowElement>::lastChild(*tfoot))
105 return lastRow;
112 if (HTMLTableRowElement* lastRow = Traversal<HTMLTableRowElement>::lastChild(*child))
113 return lastRow;
118 if (HTMLTableRowElement* lastRow = Traversal<HTMLTableRowElement>::lastChild(*thead))
119 return lastRow;
H A DHTMLTableRowsCollection.h47 static HTMLTableRowElement* lastRow(HTMLTableElement&);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableCell.cpp732 prevRow = prevCell->section()->lastRow();
H A DRenderTableRow.h151 inline RenderTableRow* RenderTableSection::lastRow() const function in class:blink::RenderTableSection
H A DRenderTableSection.cpp148 last = lastRow();
1142 const BorderValue& rb = side == BorderBefore ? firstRow()->style()->borderBefore() : lastRow()->style()->borderAfter();
1519 for (RenderTableRow* row = lastRow(); row; row = row->previousRow()) {
H A DRenderTableSection.h73 RenderTableRow* lastRow() const;
/external/chromium_org/third_party/iaccessible2/
H A Dia2_api_all.idl243 long lastRow; ///< 0 based, inclusive
4255 A struct of (type(insert, delete, update), firstRow, lastRow, firstColumn, lastColumn).
4632 A struct of (type(insert, delete, update), firstRow, lastRow, firstColumn, lastColumn).
/external/chromium_org/third_party/icu/source/common/
H A Dpropsvec.c157 uint32_t *firstRow, *lastRow; local
188 lastRow=_findRow(pv, end);
196 splitLastRow= (UBool)(limit!=(UChar32)lastRow[1] && value!=(lastRow[column]&mask));
223 lastRow=newVectors+(lastRow-pv->v);
230 count = (int32_t)((pv->v+rows*columns)-(lastRow+columns));
233 lastRow+(1+splitFirstRow+splitLastRow)*columns,
234 lastRow+columns,
241 /* copy all affected rows up one and move the lastRow pointe
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_statevars.c294 const GLuint lastRow = (GLuint) state[3]; local
300 ASSERT(lastRow >= 0);
301 ASSERT(lastRow < 4);
335 for (i = 0, row = firstRow; row <= lastRow; row++) {
343 for (i = 0, row = firstRow; row <= lastRow; row++) {
1004 const GLuint lastRow = (GLuint) state[3]; local
1012 if (firstRow == lastRow)
1015 sprintf(tmp, ".row[%d..%d]", firstRow, lastRow);
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dimage_util.js618 var lastRow = Math.min(firstRow + rowCount, image.height);
621 image, 0, firstRow, image.width, lastRow - firstRow,
623 image.width, lastRow - firstRow);
625 if (lastRow === image.height) {
641 self.copyStrip_(context, image, lastRow, rowCount);
/external/chromium_org/v8/benchmarks/
H A Dnavier-stokes.js144 var lastRow = (j - 1) * rowSize;
150 lastX = x[currentRow] = (x0[currentRow] + a*(lastX+x[++currentRow]+x[++lastRow]+x[++nextRow])) * invC;
181 var lastRow = (j - 1) * rowSize;
188 lastX = x[currentRow] = (x0[currentRow] + a * (lastX + x[currentRow] + x[lastRow] + x[nextRow])) * invC;
189 lastY = y[currentRow] = (y0[currentRow] + a * (lastY + y[++currentRow] + y[++lastRow] + y[++nextRow])) * invC;
/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 ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/icu4c/source/common/
H A Dpropsvec.c157 uint32_t *firstRow, *lastRow; local
188 lastRow=_findRow(pv, end);
196 splitLastRow= (UBool)(limit!=(UChar32)lastRow[1] && value!=(lastRow[column]&mask));
223 lastRow=newVectors+(lastRow-pv->v);
230 count = (int32_t)((pv->v+rows*columns)-(lastRow+columns));
233 lastRow+(1+splitFirstRow+splitLastRow)*columns,
234 lastRow+columns,
241 /* copy all affected rows up one and move the lastRow pointe
[all...]
/external/mesa3d/src/mesa/program/
H A Dprog_statevars.c294 const GLuint lastRow = (GLuint) state[3]; local
300 ASSERT(lastRow >= 0);
301 ASSERT(lastRow < 4);
335 for (i = 0, row = firstRow; row <= lastRow; row++) {
343 for (i = 0, row = firstRow; row <= lastRow; row++) {
1004 const GLuint lastRow = (GLuint) state[3]; local
1012 if (firstRow == lastRow)
1015 sprintf(tmp, ".row[%d..%d]", firstRow, lastRow);

Completed in 6678 milliseconds