Searched refs:BorderValue (Results 1 – 20 of 20) sorted by relevance
/external/webkit/Source/WebCore/rendering/style/ |
D | BorderData.h | 102 const BorderValue& left() const { return m_left; } in left() 103 const BorderValue& right() const { return m_right; } in right() 104 const BorderValue& top() const { return m_top; } in top() 105 const BorderValue& bottom() const { return m_bottom; } in bottom() 115 BorderValue m_left; 116 BorderValue m_right; 117 BorderValue m_top; 118 BorderValue m_bottom;
|
D | BorderValue.h | 33 class BorderValue { 36 BorderValue() in BorderValue() function 57 bool operator==(const BorderValue& o) const 62 bool operator!=(const BorderValue& o) const
|
D | CollapsedBorderValue.h | 41 CollapsedBorderValue(const BorderValue* b, Color c, EBorderPrecedence p) in CollapsedBorderValue() 65 const BorderValue* m_border;
|
D | OutlineValue.h | 32 class OutlineValue : public BorderValue {
|
D | StyleMultiColData.h | 59 BorderValue m_rule;
|
D | RenderStyle.h | 411 const BorderValue& borderLeft() const { return surround->border.left(); } in borderLeft() 412 const BorderValue& borderRight() const { return surround->border.right(); } in borderRight() 413 const BorderValue& borderTop() const { return surround->border.top(); } in borderTop() 414 const BorderValue& borderBottom() const { return surround->border.bottom(); } in borderBottom() 416 const BorderValue& borderBefore() const; 417 const BorderValue& borderAfter() const; 418 const BorderValue& borderStart() const; 419 const BorderValue& borderEnd() const; 832 void resetBorderTop() { SET_VAR(surround, border.m_top, BorderValue()) } in resetBorderTop() 833 void resetBorderRight() { SET_VAR(surround, border.m_right, BorderValue()) } in resetBorderRight() [all …]
|
D | RenderStyle.cpp | 1228 const BorderValue& RenderStyle::borderBefore() const in borderBefore() 1244 const BorderValue& RenderStyle::borderAfter() const in borderAfter() 1260 const BorderValue& RenderStyle::borderStart() const in borderStart() 1267 const BorderValue& RenderStyle::borderEnd() const in borderEnd()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderTable.cpp | 855 const BorderValue& tb = style()->borderStart(); in calcBorderStart() 862 const BorderValue& gb = colGroup->style()->borderStart(); in calcBorderStart() 874 const BorderValue& sb = firstNonEmptySection->style()->borderStart(); in calcBorderStart() 884 …const BorderValue& cb = cs.primaryCell()->style()->borderStart(); // FIXME: Make this work with pe… in calcBorderStart() 888 const BorderValue& rb = cs.primaryCell()->parent()->style()->borderStart(); in calcBorderStart() 912 const BorderValue& tb = style()->borderEnd(); in calcBorderEnd() 920 const BorderValue& gb = colGroup->style()->borderEnd(); in calcBorderEnd() 932 const BorderValue& sb = firstNonEmptySection->style()->borderEnd(); in calcBorderEnd() 942 …const BorderValue& cb = cs.primaryCell()->style()->borderEnd(); // FIXME: Make this work with perp… in calcBorderEnd() 946 const BorderValue& rb = cs.primaryCell()->parent()->style()->borderEnd(); in calcBorderEnd() [all …]
|
D | RenderTableSection.cpp | 768 const BorderValue& sb = style()->borderBefore(); in setCellLogicalWidths() 774 const BorderValue& rb = firstChild()->style()->borderBefore(); in setCellLogicalWidths() 785 …const BorderValue& cb = current.primaryCell()->style()->borderBefore(); // FIXME: Make this work w… in setCellLogicalWidths() 789 const BorderValue& gb = colGroup->style()->borderBefore(); in setCellLogicalWidths() 819 const BorderValue& sb = style()->borderAfter(); in setCellLogicalWidths() 825 const BorderValue& rb = lastChild()->style()->borderAfter(); in setCellLogicalWidths() 836 …const BorderValue& cb = current.primaryCell()->style()->borderAfter(); // FIXME: Make this work wi… in setCellLogicalWidths() 840 const BorderValue& gb = colGroup->style()->borderAfter(); in setCellLogicalWidths() 870 const BorderValue& sb = style()->borderStart(); in setCellLogicalWidths() 877 const BorderValue& gb = colGroup->style()->borderStart(); in setCellLogicalWidths() [all …]
|
D | RenderTreeAsText.cpp | 311 BorderValue prevBorder; in writeRenderObject()
|
/external/webkit/Source/WebCore/ |
D | GNUmakefile.list.am | 2921 Source/WebCore/rendering/style/BorderValue.h \
|
D | ChangeLog-2010-05-24 | 24132 * rendering/style/BorderValue.h: 24133 (WebCore::BorderValue::BorderValue): 24134 (WebCore::BorderValue::nonZero): 24135 (WebCore::BorderValue::isTransparent): 24136 (WebCore::BorderValue::operator==): 24137 (WebCore::BorderValue::color): 24138 (WebCore::BorderValue::width): 24139 (WebCore::BorderValue::style):
|
D | ChangeLog-2006-05-10 | 15965 (khtml::BorderValue::BorderValue): 15966 (khtml::BorderValue::style): 15967 (khtml::BorderValue::nonZero): 15968 (khtml::BorderValue::operator==): 28712 (khtml::BorderValue::isTransparent):
|
D | GNUmakefile.am | 2914 Source/WebCore/rendering/style/BorderValue.h \
|
D | WebCore.gypi | 977 'rendering/style/BorderValue.h',
|
D | ChangeLog-2005-08-23 | 55780 (khtml::BorderValue::operator!=): 56580 (khtml::BorderValue::BorderValue): 57816 (khtml::BorderValue::BorderValue): 57817 (khtml::BorderValue::isTransparent): 57818 (khtml::BorderValue::operator==):
|
D | ChangeLog-2009-06-16 | 89206 * rendering/style/BorderValue.h: 89257 Split BorderData, BorderValue, CollapsedBorderValue, OutlineValue and StyleSurroundData 89272 * rendering/style/BorderValue.h: Copied from rendering/style/RenderStyle.h. 89274 (WebCore::BorderValue::BorderValue): 89275 (WebCore::BorderValue::nonZero): 89276 (WebCore::BorderValue::isTransparent): 89277 (WebCore::BorderValue::isVisible):
|
D | ChangeLog-2005-12-19 | 8055 (khtml::BorderValue::BorderValue): 24716 (khtml::BorderValue::nonZero):
|
D | ChangeLog-2006-12-31 | 12085 (WebCore::BorderValue::isVisible): 12093 …Added a new function to BorderValue called isVisible(). This checks nonZero() and !isTransparent(). 12098 (WebCore::BorderValue::isVisible):
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 5001 …5EB5DB0E81B7EA00B25965 /* BorderValue.h in Headers */ = {isa = PBXBuildFile; fileRef = BC5EB5DA0E8… 11483 … /* BorderValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c… 18389 BC5EB5DA0E81B7EA00B25965 /* BorderValue.h */, 20021 BC5EB5DB0E81B7EA00B25965 /* BorderValue.h in Headers */,
|