HomeSort by relevance Sort by last modified time
    Searched refs:firstRow (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/chrome/browser/resources/
about_memory_linux.css 9 table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(1),
10 table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(4),
11 table.list#browserComparison tr.firstRow th:nth-child(1) {
15 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(2),
16 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(5),
17 table.list#memoryDetails tr.firstRow th:nth-child(2) {
about_memory.css 172 table.list .firstRow th {
  /external/chromium_org/third_party/icu/source/common/
propsvec.c 156 uint32_t *firstRow, *lastRow;
186 firstRow=_findRow(pv, start);
194 splitFirstRow= (UBool)(start!=(UChar32)firstRow[0] && value!=(firstRow[column]&mask));
221 firstRow=newVectors+(firstRow-pv->v);
238 /* split the first row, and move the firstRow pointer to the second part */
241 count = (int32_t)((lastRow-firstRow)+columns);
242 uprv_memmove(firstRow+columns, firstRow, count*4)
    [all...]
  /external/icu/icu4c/source/common/
propsvec.c 157 uint32_t *firstRow, *lastRow;
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, count*4)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GradientGeneratedImage.cpp 53 int firstRow = static_cast<int>(floorf((((destRect.y() - phase.y()) / scale.height()) - srcRect.y()) / srcRect.height()));
77 for (int j = firstRow; ; j++) {
80 ASSERT(j > firstRow || dstY <= destRect.y());
81 ASSERT(j == firstRow || dstY > destRect.y());
  /external/chromium_org/tools/perf/utils/results_viewer/src/
main.js 50 var firstRow = dataSet[1];
58 'parser':getColumnParser(firstRow[index])});
157 var firstRow = this.dataSet_[1];
169 if (isNumeric(firstRow[selectedColumnIndex])) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FixedTableLayout.cpp 140 RenderTableRow* firstRow = section->firstRow();
141 for (RenderTableCell* cell = firstRow->firstCell(); cell; cell = cell->nextCell()) {
RenderTableRow.h 145 inline RenderTableRow* RenderTableSection::firstRow() const
RenderTableSection.h 68 RenderTableRow* firstRow() const;
RenderTableSection.cpp     [all...]
FastTextAutosizer.cpp 409 for (RenderTableRow* row = toRenderTableSection(section)->firstRow(); row; row = row->nextRow()) {
    [all...]
RenderTable.cpp 595 for (RenderTableRow* row = toRenderTableSection(section)->firstRow(); row; row = row->nextRow()) {
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
sync_internals_browsertest.js 358 var firstRow = syncEventsTable.children[0];
362 assertEquals(4, firstRow.children.length);
363 var submoduleName = firstRow.children[1].textContent;
364 var eventName = firstRow.children[2].textContent;
365 var detailsText = firstRow.children[3].textContent;
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_statevars.c 293 const GLuint firstRow = (GLuint) state[2];
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];
    [all...]
  /external/mesa3d/src/mesa/program/
prog_statevars.c 293 const GLuint firstRow = (GLuint) state[2];
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];
    [all...]
  /frameworks/base/core/java/android/widget/
TableLayout.java 486 boolean firstRow = true;
511 if (firstRow) {
516 firstRow = false;
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
image_util.js 596 * @param {number} firstRow Number of the first pixel row to draw.
601 context, image, firstRow, rowCount) {
602 var lastRow = Math.min(firstRow + rowCount, image.height);
605 image, 0, firstRow, image.width, lastRow - firstRow,
606 -image.width / 2, firstRow - image.height / 2,
607 image.width, lastRow - firstRow);
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_util.js 596 * @param {number} firstRow Number of the first pixel row to draw.
601 context, image, firstRow, rowCount) {
602 var lastRow = Math.min(firstRow + rowCount, image.height);
605 image, 0, firstRow, image.width, lastRow - firstRow,
606 -image.width / 2, firstRow - image.height / 2,
607 image.width, lastRow - firstRow);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GridLayoutManager.java     [all...]
  /external/chromium_org/third_party/iaccessible2/
ia2_api_all.idl 242 long firstRow; ///< 0 based, inclusive
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 4615 milliseconds

1 2