Searched refs:BorderValue (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
H A DBorderValue.h33 class BorderValue { class in namespace:WebCore
36 BorderValue() function in class:WebCore::BorderValue
57 bool operator==(const BorderValue& o) const
62 bool operator!=(const BorderValue& o) const
H A DBorderData.h28 #include "BorderValue.h"
102 const BorderValue& left() const { return m_left; }
103 const BorderValue& right() const { return m_right; }
104 const BorderValue& top() const { return m_top; }
105 const BorderValue& bottom() const { return m_bottom; }
115 BorderValue m_left;
116 BorderValue m_right;
117 BorderValue m_top;
118 BorderValue m_bottom;
H A DCollapsedBorderValue.h28 #include "BorderValue.h"
41 CollapsedBorderValue(const BorderValue* b, Color c, EBorderPrecedence p)
65 const BorderValue* m_border;
H A DOutlineValue.h28 #include "BorderValue.h"
32 class OutlineValue : public BorderValue {
H A DStyleMultiColData.h28 #include "BorderValue.h"
59 BorderValue m_rule;
H A DRenderStyle.h29 #include "BorderValue.h"
411 const BorderValue& borderLeft() const { return surround->border.left(); }
412 const BorderValue& borderRight() const { return surround->border.right(); }
413 const BorderValue& borderTop() const { return surround->border.top(); }
414 const BorderValue& borderBottom() const { return surround->border.bottom(); }
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()) }
[all...]
H A DRenderStyle.cpp1228 const BorderValue& RenderStyle::borderBefore() const
1244 const BorderValue& RenderStyle::borderAfter() const
1260 const BorderValue& RenderStyle::borderStart() const
1267 const BorderValue& RenderStyle::borderEnd() const
/external/webkit/Source/WebCore/rendering/
H A DRenderTableSection.cpp768 const BorderValue& sb = style()->borderBefore();
774 const BorderValue& rb = firstChild()->style()->borderBefore();
785 const BorderValue& cb = current.primaryCell()->style()->borderBefore(); // FIXME: Make this work with perpendicular and flipped cells.
789 const BorderValue& gb = colGroup->style()->borderBefore();
819 const BorderValue& sb = style()->borderAfter();
825 const BorderValue& rb = lastChild()->style()->borderAfter();
836 const BorderValue& cb = current.primaryCell()->style()->borderAfter(); // FIXME: Make this work with perpendicular and flipped cells.
840 const BorderValue& gb = colGroup->style()->borderAfter();
870 const BorderValue& sb = style()->borderStart();
877 const BorderValue
[all...]
H A DRenderTable.cpp855 const BorderValue& tb = style()->borderStart();
862 const BorderValue& gb = colGroup->style()->borderStart();
874 const BorderValue& sb = firstNonEmptySection->style()->borderStart();
884 const BorderValue& cb = cs.primaryCell()->style()->borderStart(); // FIXME: Make this work with perpendicualr and flipped cells.
888 const BorderValue& rb = cs.primaryCell()->parent()->style()->borderStart();
912 const BorderValue& tb = style()->borderEnd();
920 const BorderValue& gb = colGroup->style()->borderEnd();
932 const BorderValue& sb = firstNonEmptySection->style()->borderEnd();
942 const BorderValue& cb = cs.primaryCell()->style()->borderEnd(); // FIXME: Make this work with perpendicular and flipped cells.
946 const BorderValue
[all...]
H A DRenderTreeAsText.cpp311 BorderValue prevBorder;

Completed in 121 milliseconds