/external/webkit/LayoutTests/dom/html/level2/html/ |
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/android/ |
TransferQueue.cpp | 393 int row, col; local 402 for (row = 0 ; row < bitmap.height(); row ++) { 403 uint8_t* dst = &(img[buffer.stride * row * bpp]); 404 uint8_t* src = &(bitmapOrigin[bitmap.width() * row * bpp]);
|
/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/icu4c/tools/gencase/ |
store.c | 180 The miscellaneous data takes up one pseudo-row and includes: 182 - number of UChars per row 477 /* make p point to row i-1 */ 730 uint32_t *row; local 766 while((row=upvec_getRow(pv, i, &start, &end))!=NULL && start<UPVEC_FIRST_SPECIAL_CP) { 767 value=*row; 774 * stop this loop because pv was changed and row is not valid any more 777 while((row=upvec_getRow(pv, i, NULL, &end))!=NULL && start>end) { 780 row=NULL; /* signal to continue with outer loop, without further ++i */ 785 if(row==NULL) 1045 uint32_t *row; local 1070 const uint32_t *row; local [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 {
|