HomeSort by relevance Sort by last modified time
    Searched full:firstrow (Results 1 - 25 of 31) 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_mac.html 21 table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(1),
22 table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(6),
23 table.list#browserComparison tr.firstRow th:nth-child(1) {
26 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(2),
27 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(7),
28 table.list#memoryDetails tr.firstRow th:nth-child(2) {
68 <tr class="firstRow doNotFilter">
175 <tr class="firstRow doNotFilter">
about_memory.html 21 table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(1),
22 table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(4),
23 table.list#browserComparison tr.firstRow th:nth-child(1),
24 table.list#browserComparison tr.firstRow th:nth-child(2) {
27 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(2),
28 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(5),
29 table.list#memoryDetails tr.firstRow th:nth-child(2),
30 table.list#memoryDetails tr.firstRow th:nth-child(3) {
76 <tr class="firstRow doNotFilter">
215 <tr class="firstRow doNotFilter"
    [all...]
about_memory_linux.html 45 <tr class="firstRow doNotFilter">
128 <tr class="firstRow doNotFilter">
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/Tools/TestResultServer/static-dashboards/
overview_unittests.js 121 var firstRow = container.querySelectorAll('tr')[1];
122 equal(firstRow.querySelector('td:nth-child(1)').textContent, 'layout-tests');
123 equal(firstRow.querySelector('td:nth-child(1) a').hash, '#group=MockGroup&testType=layout-tests&tests=css3/foo.html,css3/bar.html');
124 equal(firstRow.querySelector('td:nth-child(2)').textContent, '2 / 4');
125 equal(firstRow.querySelector('td:nth-child(3)').textContent, '50%');
126 equal(firstRow.querySelector('td:nth-child(4)').innerHTML, '<div class="flaky-bar" style="width:250px"></div>');
  /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/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/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);
  /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...]
  /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...]
  /frameworks/base/core/java/android/widget/
TableLayout.java 486 boolean firstRow = true;
511 if (firstRow) {
516 firstRow = false;
  /external/libpng/contrib/gregbook/
rpng2-x.c 1359 static ulg firstrow; local
    [all...]
rpng2-win.c 1077 static ulg firstrow; local
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GridLayoutManager.java     [all...]
  /external/eigen/unsupported/Eigen/src/SVD/
BDCSVD.h 649 //firstrow displace

Completed in 904 milliseconds

1 2