Home | History | Annotate | Download | only in WebCore

Lines Matching full:half

814         corners and to paint half-corners only where the styles mismatch.
818 the painting of both half-corners on each side that had at least one mismatch.
842 outer half of any collapsed borders. This function checks the cell's borders'
12441 (WebCore::IconLoader::didFailWithError): Clear the buffer so half-an-image isn't commited to the DB
17981 This is the WebCore half of pushing elementAtPoint and the backend
21434 more than half full with unreferenced objects.
36329 with any particular widget and (b) Page was already half-responsible for
52414 - WebCore half of fix for <rdar://problem/4557926> TOT REGRESSION: Crash
54504 (WebCore::RenderTable::outerBorderTop): Added. Returns the table half of the
54505 top border, which is half the widest top border on the first row.
54506 (WebCore::RenderTable::outerBorderBottom): Added. Returns the table half of the
54507 bottom border, which is half the widest bottom border on the last row.
54508 (WebCore::RenderTable::outerBorderLeft): Added. Returns the table half of the
54509 left border, which is half the widest left border on the leftmost column.
54510 (WebCore::RenderTable::outerBorderRight): Added. Returns the table half of the
54511 right border, which is half the widest right border on the rightmost column.
54523 (WebCore::RenderTableCell::paint): Account for the table half of the vertical
54530 (WebCore::RenderTableSection::calcOuterBorderTop): Added. Calculates the outer half of
54531 the section's top border, which is half the widest top border on the first row.
54536 (WebCore::RenderTableSection::paint): Account for the table half of the borders.