Searched defs:firstRow (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableRow.h145 inline RenderTableRow* RenderTableSection::firstRow() const function in class:blink::RenderTableSection
H A DFixedTableLayout.cpp138 RenderTableRow* firstRow = section->firstRow(); local
139 for (RenderTableCell* cell = firstRow->firstCell(); cell; cell = cell->nextCell()) {
H A DRenderTableSection.cpp1142 const BorderValue& rb = side == BorderBefore ? firstRow()->style()->borderBefore() : lastRow()->style()->borderAfter();
1249 const Row& firstRow = m_grid[0].row; local
1250 for (size_t i = 0; i < firstRow.size(); ++i) {
1251 const CellStruct& cs = firstRow.at(i);
1394 for (RenderTableRow* row = firstRow(); row; row = row->nextRow()) {
1508 if (!firstRow())
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGradientGeneratedImage.cpp53 int firstRow = static_cast<int>(floorf((((destRect.y() - phase.y()) / scale.height()) - srcRect.y()) / srcRect.height())); local
77 for (int j = firstRow; ; j++) {
80 ASSERT(j > firstRow || dstY <= destRect.y());
81 ASSERT(j == firstRow || dstY > destRect.y());
/external/chromium_org/third_party/icu/source/common/
H A Dpropsvec.c157 uint32_t *firstRow, *lastRow; local
187 firstRow=_findRow(pv, start);
195 splitFirstRow= (UBool)(start!=(UChar32)firstRow[0] && value!=(firstRow[column]&mask));
222 firstRow=newVectors+(firstRow-pv->v);
239 /* split the first row, and move the firstRow pointer to the second part */
242 count = (int32_t)((lastRow-firstRow)+columns);
243 uprv_memmove(firstRow+columns, firstRow, coun
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_statevars.c293 const GLuint firstRow = (GLuint) state[2]; local
298 ASSERT(firstRow >= 0);
299 ASSERT(firstRow < 4);
335 for (i = 0, row = firstRow; row <= lastRow; row++) {
343 for (i = 0, row = firstRow; row <= lastRow; row++) {
1003 const GLuint firstRow = (GLuint) state[2]; local
1012 if (firstRow == lastRow)
1013 sprintf(tmp, ".row[%d]", firstRow);
1015 sprintf(tmp, ".row[%d..%d]", firstRow, lastRow);
/external/icu/icu4c/source/common/
H A Dpropsvec.c157 uint32_t *firstRow, *lastRow; local
187 firstRow=_findRow(pv, start);
195 splitFirstRow= (UBool)(start!=(UChar32)firstRow[0] && value!=(firstRow[column]&mask));
222 firstRow=newVectors+(firstRow-pv->v);
239 /* split the first row, and move the firstRow pointer to the second part */
242 count = (int32_t)((lastRow-firstRow)+columns);
243 uprv_memmove(firstRow+columns, firstRow, coun
[all...]
/external/mesa3d/src/mesa/program/
H A Dprog_statevars.c293 const GLuint firstRow = (GLuint) state[2]; local
298 ASSERT(firstRow >= 0);
299 ASSERT(firstRow < 4);
335 for (i = 0, row = firstRow; row <= lastRow; row++) {
343 for (i = 0, row = firstRow; row <= lastRow; row++) {
1003 const GLuint firstRow = (GLuint) state[2]; local
1012 if (firstRow == lastRow)
1013 sprintf(tmp, ".row[%d]", firstRow);
1015 sprintf(tmp, ".row[%d..%d]", firstRow, lastRow);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1253 milliseconds