HomeSort by relevance Sort by last modified time
    Searched refs:row (Results 476 - 500 of 1110) sorted by null

<<11121314151617181920>>

  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableElement39.js 78 The insertRow() method inserts a new empty table row.
79 If index is -1 or equal to the number of rows, the new row
85 of negative one is two. After the new row is inserted the number
HTMLTableRowElement21.js 78 The deleteCell() method deletes a cell from the currtent row. If
79 the index is -1 the last cell in the row is deleted.
86 which will delete the last cell in the row.
HTMLTableSectionElement16.js 78 The insertRow() method inserts a new empty table row.
82 insertion of the new row is one. After the new row is inserted the number
HTMLTableSectionElement17.js 78 The insertRow() method inserts a new empty table row.
82 insertion of the new row is one. After the new row is inserted the number
HTMLTableSectionElement18.js 78 The insertRow() method inserts a new empty table row.
82 insertion of the new row is two. After the new row is inserted the number
HTMLTableSectionElement22.js 78 The deleteRow() method deletes a row from this section.
82 the deletion of the row is one. After the row is deleted the number
HTMLTableSectionElement23.js 78 The deleteRow() method deletes a row from this section.
82 the deletion of the row is one. After the row is deleted the number
HTMLTableSectionElement24.js 78 The deleteRow() method deletes a row from this section.
82 the deletion of the row is two. After the row is deleted the number
HTMLTableSectionElement25.js 81 Retrieve the first THEAD element which has one row. Try
82 to insert a new row using an index of two. This should throw
83 a INDEX_SIZE_ERR DOMException since there is only one row.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTableElement31.js 78 The insertRow() method inserts a new empty table row. In addition, when
79 the table is empty the row is inserted into a TBODY which is created
85 have a TBODY element. Insert a new row into the empty
HTMLTableElement39.js 78 The insertRow() method inserts a new empty table row.
79 If index is -1 or equal to the number of rows, the new row
85 of negative one is two. After the new row is inserted the number
HTMLTableRowElement21.js 78 The deleteCell() method deletes a cell from the currtent row. If
79 the index is -1 the last cell in the row is deleted.
86 which will delete the last cell in the row.
HTMLTableSectionElement16.js 78 The insertRow() method inserts a new empty table row.
82 insertion of the new row is one. After the new row is inserted the number
HTMLTableSectionElement17.js 78 The insertRow() method inserts a new empty table row.
82 insertion of the new row is one. After the new row is inserted the number
HTMLTableSectionElement18.js 78 The insertRow() method inserts a new empty table row.
82 insertion of the new row is two. After the new row is inserted the number
HTMLTableSectionElement22.js 78 The deleteRow() method deletes a row from this section.
82 the deletion of the row is one. After the row is deleted the number
HTMLTableSectionElement23.js 78 The deleteRow() method deletes a row from this section.
82 the deletion of the row is one. After the row is deleted the number
HTMLTableSectionElement24.js 78 The deleteRow() method deletes a row from this section.
82 the deletion of the row is two. After the row is deleted the number
HTMLTableSectionElement25.js 81 Retrieve the first THEAD element which has one row. Try
82 to insert a new row using an index of two. This should throw
83 a INDEX_SIZE_ERR DOMException since there is only one row.
  /external/webkit/Source/WebCore/inspector/front-end/
TimelinePanel.js 105 // Define row height, should be in sync with styles for timeline graphs.
596 listRowElement.row.update(record, isEven, this._calculator, visibleTop);
597 graphRowElement.row.update(record, isEven, this._calculator, width, this._expandOffset, i);
607 listRowElement.row.dispose();
612 graphRowElement.row.dispose();
640 var record = anchor.row._record;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ImageBufferCairo.cpp 145 unsigned* row = reinterpret_cast<unsigned*>(dataSrc + stride * y); local
147 unsigned* pixel = row + x;
198 unsigned* row = reinterpret_cast<unsigned*>(dataSrc + stride * (y + originy)); local
201 unsigned* pixel = row + x + originx;
266 unsigned* row = reinterpret_cast<unsigned*>(dataDst + stride * (y + desty)); local
269 unsigned* pixel = row + x + destx;
  /external/opencv/cxcore/include/
cxtypes.h 391 int widthStep; /* Size of aligned image row in bytes. */
455 /* get reference to pixel at (col,row),
457 #define CV_IMAGE_ELEM( image, elemtype, row, col ) \
458 (((elemtype*)((image)->imageData + (image)->widthStep*(row)))[(col)])
639 #define CV_MAT_ELEM_PTR_FAST( mat, row, col, pix_size ) \
640 (assert( (unsigned)(row) < (unsigned)(mat).rows && \
642 (mat).data.ptr + (size_t)(mat).step*(row) + (pix_size)*(col))
644 #define CV_MAT_ELEM_PTR( mat, row, col ) \
645 CV_MAT_ELEM_PTR_FAST( mat, row, col, CV_ELEM_SIZE((mat).type) )
647 #define CV_MAT_ELEM( mat, elemtype, row, col )
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
png.h 702 png_uint_32 rowbytes; /* bytes needed to hold an untransformed row */
    [all...]
  /external/chromium/chrome/browser/resources/options/
sync_setup_overlay.css 218 .access-code-row {
222 .access-code-row > td {
227 #access-code-label-row > td {
244 #password-row {
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Translation.h 97 res.matrix().row(Dim).setZero();
170 res.matrix().row(Dim).setZero();

Completed in 509 milliseconds

<<11121314151617181920>>