Searched refs:newRow (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderTableRow.cpp264 auto newRow = new RenderTableRow(parent->document(), RenderStyle::createAnonymousStyleWithDisplay(&parent->style(), TABLE_ROW)); local
265 newRow->initializeStyle();
266 return newRow;
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLTableElement.cpp220 RefPtr<HTMLTableRowElement> newRow = HTMLTableRowElement::create(document()); local
221 newBody->appendChild(newRow, ec);
223 return newRow.release();
227 RefPtr<HTMLTableRowElement> newRow = HTMLTableRowElement::create(document()); local
228 parent->insertBefore(newRow, row.get(), ec);
229 return newRow.release();
/macosx-10.10/ICU-531.30/icuSources/test/perf/perldriver/
H A DOutput.pm145 sub newRow { subroutine
345 newRow;
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistEdit.tcl2567 set newRow [rowIndex $win @0,[lindex $bbox 1] 0]
2570 if {$newRow < $row} {
2571 if {![goToPrevNextLine $w -1 [expr {$newRow + 1}] $col \
2573 goToPrevNextLine $w 1 $newRow $col changeSelection
2579 if {$newRow > $row} {
2580 if {![goToPrevNextLine $w 1 [expr {$newRow - 1}] $col \
2582 goToPrevNextLine $w -1 $newRow $col changeSelection
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dpolicyengine.cpp756 SQLite::int64 newRow = this->lastInsert(); local
760 bi.bind(":authority").integer(newRow);
766 return cfmake<CFDictionaryRef>("{%O=%d}", kSecAssessmentUpdateKeyRow, newRow);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dpolicyengine.cpp756 SQLite::int64 newRow = this->lastInsert(); local
760 bi.bind(":authority").integer(newRow);
766 return cfmake<CFDictionaryRef>("{%O=%d}", kSecAssessmentUpdateKeyRow, newRow);
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkGrid.c2550 int newRow, newNumRows, lastRow;
2552 newRow = (row >= 0) ? row : slavePtr->row;
2555 lastRow = ((newRow >= 0) ? newRow : 0) + newNumRows;
2561 slavePtr->row = newRow;
2530 int newRow, newNumRows, lastRow; local
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkGrid.c2290 int newRow, newNumRows, lastRow;
2292 newRow = (row >= 0) ? row : slavePtr->row;
2295 lastRow = ((newRow >= 0) ? newRow : 0) + newNumRows;
2301 slavePtr->row = newRow;
2271 int newRow, newNumRows, lastRow; local

Completed in 214 milliseconds