HomeSort by relevance Sort by last modified time
    Searched full:bordervalue (Results 1 - 18 of 18) sorted by null

  /external/webkit/Source/WebCore/rendering/style/
BorderData.h 28 #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;
BorderValue.h 33 class BorderValue {
36 BorderValue()
57 bool operator==(const BorderValue& o) const
62 bool operator!=(const BorderValue& o) const
CollapsedBorderValue.h 28 #include "BorderValue.h"
41 CollapsedBorderValue(const BorderValue* b, Color c, EBorderPrecedence p)
65 const BorderValue* m_border;
OutlineValue.h 28 #include "BorderValue.h"
32 class OutlineValue : public BorderValue {
StyleMultiColData.h 28 #include "BorderValue.h"
59 BorderValue m_rule;
RenderStyle.h 29 #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;
    [all...]
RenderStyle.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderTable.cpp 854 const BorderValue& tb = style()->borderStart();
861 const BorderValue& gb = colGroup->style()->borderStart();
873 const BorderValue& sb = firstNonEmptySection->style()->borderStart();
    [all...]
RenderTableSection.cpp 762 const BorderValue& sb = style()->borderBefore();
768 const BorderValue& rb = firstChild()->style()->borderBefore();
779 const BorderValue& cb = current.primaryCell()->style()->borderBefore(); // FIXME: Make this work with perpendicular and flipped cells.
783 const BorderValue& gb = colGroup->style()->borderBefore();
813 const BorderValue& sb = style()->borderAfter();
819 const BorderValue& rb = lastChild()->style()->borderAfter();
830 const BorderValue& cb = current.primaryCell()->style()->borderAfter(); // FIXME: Make this work with perpendicular and flipped cells.
834 const BorderValue& gb = colGroup->style()->borderAfter();
864 const BorderValue& sb = style()->borderStart();
    [all...]
RenderTableCell.cpp     [all...]
RenderTreeAsText.cpp 311 BorderValue prevBorder;
  /external/webkit/Source/WebCore/html/
HTMLTableElement.cpp 454 AtomicString borderValue = m_borderColorAttr ? "solid" : "outset";
455 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, tableborderAttr, borderValue);
468 setMappedAttributeDecl(ePersistent, tableborderAttr, borderValue, decl);
471 decl->setMappedState(ePersistent, tableborderAttr, borderValue);
  /external/opencv/cv/src/
cvderiv.cpp 158 CvSize size, int bordertype, uchar bordervalue, void* buffer );
162 CvSize size, int bordertype, float bordervalue, void* buffer );
167 uchar bordervalue, void* buffer );
172 float bordervalue, void* buffer );
    [all...]
_cvipp.h 389 int bordertype, srctype bordervalue, void* buffer ))
412 int bordertype, srctype bordervalue, void* buffer ))
430 int bordertype, srctype bordervalue, void* buffer ))
    [all...]
  /external/webkit/Source/WebCore/
GNUmakefile.list.am     [all...]
ChangeLog-2005-12-19     [all...]
GNUmakefile.am     [all...]
WebCore.gypi     [all...]

Completed in 602 milliseconds