OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:borderAdjoiningStartCell
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableRow.h
91
const BorderValue&
borderAdjoiningStartCell
(const RenderTableCell*) const;
RenderTableRow.cpp
101
const BorderValue& RenderTableRow::
borderAdjoiningStartCell
(const RenderTableCell* cell) const
RenderTableSection.h
168
const BorderValue&
borderAdjoiningStartCell
(const RenderTableCell*) const;
RenderTableCell.cpp
524
result = chooseBorder(result, CollapsedBorderValue(row()->
borderAdjoiningStartCell
(this), includeColor ? parent()->resolveColor(startColorProperty) : Color(), BROW));
529
result = chooseBorder(result, CollapsedBorderValue(section()->
borderAdjoiningStartCell
(this), includeColor ? section()->resolveColor(startColorProperty) : Color(), BROWGROUP));
[
all
...]
RenderTableSection.cpp
[
all
...]
Completed in 181 milliseconds