HomeSort by relevance Sort by last modified time
    Searched refs:BorderValue (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BorderValue.h 34 class BorderValue {
37 BorderValue()
61 bool operator==(const BorderValue& o) const
67 bool visuallyEqual(const BorderValue& o) const
76 bool operator!=(const BorderValue& o) const
BorderData.h 28 #include "core/rendering/style/BorderValue.h"
115 const BorderValue& left() const { return m_left; }
116 const BorderValue& right() const { return m_right; }
117 const BorderValue& top() const { return m_top; }
118 const BorderValue& bottom() const { return m_bottom; }
128 BorderValue m_left;
129 BorderValue m_right;
130 BorderValue m_top;
131 BorderValue m_bottom;
OutlineValue.h 28 #include "core/rendering/style/BorderValue.h"
32 class OutlineValue : public BorderValue {
42 return BorderValue::operator==(o) && m_offset == o.m_offset && m_isAuto == o.m_isAuto;
StyleMultiColData.h 28 #include "core/rendering/style/BorderValue.h"
59 BorderValue m_rule;
CollapsedBorderValue.h 28 #include "core/rendering/style/BorderValue.h"
44 CollapsedBorderValue(const BorderValue& border, const StyleColor& color, EBorderPrecedence precedence)
RenderStyle.h 33 #include "core/rendering/style/BorderValue.h"
477 const BorderValue& borderLeft() const { return surround->border.left(); }
478 const BorderValue& borderRight() const { return surround->border.right(); }
479 const BorderValue& borderTop() const { return surround->border.top(); }
480 const BorderValue& borderBottom() const { return surround->border.bottom(); }
482 const BorderValue& borderBefore() const;
483 const BorderValue& borderAfter() const;
484 const BorderValue& borderStart() const;
485 const BorderValue& borderEnd() const;
    [all...]
RenderStyle.cpp 52 COMPILE_ASSERT(sizeof(BorderValue) == sizeof(SameSizeAsBorderValue), BorderValue_should_not_grow);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableCol.h 79 const BorderValue& borderAdjoiningCellStartBorder(const RenderTableCell*) const;
80 const BorderValue& borderAdjoiningCellEndBorder(const RenderTableCell*) const;
81 const BorderValue& borderAdjoiningCellBefore(const RenderTableCell*) const;
82 const BorderValue& borderAdjoiningCellAfter(const RenderTableCell*) const;
RenderTableRow.h 75 const BorderValue& borderAdjoiningTableStart() const
83 const BorderValue& borderAdjoiningTableEnd() const
91 const BorderValue& borderAdjoiningStartCell(const RenderTableCell*) const;
92 const BorderValue& borderAdjoiningEndCell(const RenderTableCell*) const;
RenderTableCol.cpp 167 const BorderValue& RenderTableCol::borderAdjoiningCellStartBorder(const RenderTableCell*) const
172 const BorderValue& RenderTableCol::borderAdjoiningCellEndBorder(const RenderTableCell*) const
177 const BorderValue& RenderTableCol::borderAdjoiningCellBefore(const RenderTableCell* cell) const
183 const BorderValue& RenderTableCol::borderAdjoiningCellAfter(const RenderTableCell* cell) const
RenderTableCell.h 182 const BorderValue& borderAdjoiningTableStart() const
191 const BorderValue& borderAdjoiningTableEnd() const
200 const BorderValue& borderAdjoiningCellBefore(const RenderTableCell* cell)
207 const BorderValue& borderAdjoiningCellAfter(const RenderTableCell* cell)
RenderTableSection.h 152 const BorderValue& borderAdjoiningTableStart() const
160 const BorderValue& borderAdjoiningTableEnd() const
168 const BorderValue& borderAdjoiningStartCell(const RenderTableCell*) const;
169 const BorderValue& borderAdjoiningEndCell(const RenderTableCell*) const;
RenderTable.cpp     [all...]
RenderTableRow.cpp 101 const BorderValue& RenderTableRow::borderAdjoiningStartCell(const RenderTableCell* cell) const
108 const BorderValue& RenderTableRow::borderAdjoiningEndCell(const RenderTableCell* cell) const
RenderTable.h 266 const BorderValue& tableStartBorderAdjoiningCell(const RenderTableCell*) const;
267 const BorderValue& tableEndBorderAdjoiningCell(const RenderTableCell*) const;
RenderTableSection.cpp     [all...]
RenderTreeAsText.cpp 258 BorderValue prevBorder = o.style()->borderTop();

Completed in 828 milliseconds