Home | History | Annotate | Download | only in WebCore

Lines Matching full:cell

7727         Now fills in an out parameter with the number of characters from the start of the cell.
7730 with a bool for whether the result was in a table cell above the current cell (otherwise
10625 Fix for crash with gradient on table cell. Pass the correct
16150 Test: fast/repaint/table-cell-overflow.html
16156 any cell has visible overflow, like it was before r47440.
20465 Right clicking in a table cell creates a selection that extends into the next cell.
20469 Avoid extending the selection to the next cellcell.
20471 Test: editing/selection/empty-cell-right-click.html
20474 (WebCore::TypingCommand::deleteKeyPressed): Replaced the code that check for empty table cell
20478 selection only if we are not starting from an empty table cell.
21405 Pressing backspace inside a table cell erases all empty rows below it.
21409 No deletion is performed when the caret selection is on an empty table cell.
24024 Test: fast/repaint/block-selection-gap-in-table-cell.html
30936 height required by the cells in that row, regardless of any specified cell
68345 Test: fast/block/basic/quirk-percent-height-table-cell.html
68351 that if that ancestor is a table cell, it is ignored and the percent
84480 (WebCore::unsplittableElementForPosition): find the enclosing unsplittable element (editing root & table cell)
90520 Fix crash when indenting in an empty table cell.
90526 Test: editing/execCommand/indent-empty-table-cell.html
95920 Add IDL interface for datagrid cell elements. Add a few more properties to the datagrid itself that
97007 Test: accessibility/non-data-table-cell-title-ui-element.html