Home
last modified time | relevance | path

Searched refs:BorderValue (Results 1 – 20 of 20) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DBorderData.h102 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;
DBorderValue.h33 class BorderValue {
36 BorderValue() in BorderValue() function
57 bool operator==(const BorderValue& o) const
62 bool operator!=(const BorderValue& o) const
DCollapsedBorderValue.h41 CollapsedBorderValue(const BorderValue* b, Color c, EBorderPrecedence p) in CollapsedBorderValue()
65 const BorderValue* m_border;
DOutlineValue.h32 class OutlineValue : public BorderValue {
DStyleMultiColData.h59 BorderValue m_rule;
DRenderStyle.h411 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 …]
DRenderStyle.cpp1228 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/
DRenderTable.cpp855 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 …]
DRenderTableSection.cpp768 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 …]
DRenderTreeAsText.cpp311 BorderValue prevBorder; in writeRenderObject()
/external/webkit/Source/WebCore/
DGNUmakefile.list.am2921 Source/WebCore/rendering/style/BorderValue.h \
DChangeLog-2010-05-2424132 * 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):
DChangeLog-2006-05-1015965 (khtml::BorderValue::BorderValue):
15966 (khtml::BorderValue::style):
15967 (khtml::BorderValue::nonZero):
15968 (khtml::BorderValue::operator==):
28712 (khtml::BorderValue::isTransparent):
DGNUmakefile.am2914 Source/WebCore/rendering/style/BorderValue.h \
DWebCore.gypi977 'rendering/style/BorderValue.h',
DChangeLog-2005-08-2355780 (khtml::BorderValue::operator!=):
56580 (khtml::BorderValue::BorderValue):
57816 (khtml::BorderValue::BorderValue):
57817 (khtml::BorderValue::isTransparent):
57818 (khtml::BorderValue::operator==):
DChangeLog-2009-06-1689206 * 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):
DChangeLog-2005-12-198055 (khtml::BorderValue::BorderValue):
24716 (khtml::BorderValue::nonZero):
DChangeLog-2006-12-3112085 (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/
Dproject.pbxproj5001 …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 */,