OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cellBefore
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.cpp
[
all
...]
RenderTableCell.cpp
337
if (RenderTableCell* before = table()->
cellBefore
(this)) {
521
RenderTableCell*
cellBefore
= table->
cellBefore
(this);
522
if (
cellBefore
) {
523
CollapsedBorderValue cellBeforeAdjoiningBorder = CollapsedBorderValue(
cellBefore
->borderAdjoiningCellAfter(this), includeColor ?
cellBefore
->resolveColor(endColorProperty) : Color(), BCELL);
524
// |result| should be the 2nd argument as |
cellBefore
| should win in case of equality per CSS 2.1 (Border conflict resolution, point 4).
569
if (
cellBefore
) {
[
all
...]
Completed in 70 milliseconds