/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
D | LayoutBoxExtent.cpp | 45 return isHorizontalWritingMode(writingMode) ? m_bottom : m_right; in logicalBottom() 55 return isHorizontalWritingMode(writingMode) ? m_right : m_bottom; in logicalRight() 64 return m_bottom; in before() 78 return m_bottom; in after() 87 return m_bottom; in after() 94 return isLeftToRightDirection(direction) ? m_top : m_bottom; in start() 101 return isLeftToRightDirection(direction) ? m_bottom : m_top; in end() 111 m_bottom = value; in setBefore() 129 m_bottom = value; in setAfter() 142 m_bottom = value; in setAfter() [all …]
|
D | LayoutBoxExtent.h | 43 LayoutBoxExtent() : m_top(0), m_right(0), m_bottom(0), m_left(0) { } in LayoutBoxExtent() 45 : m_top(top), m_right(right), m_bottom(bottom), m_left(left) { } in LayoutBoxExtent() 49 inline LayoutUnit bottom() const { return m_bottom; } in bottom() 54 inline void setBottom(LayoutUnit value) { m_bottom = value; } in setBottom() 81 LayoutUnit m_bottom; variable
|
D | IntRectExtent.h | 42 , m_bottom(0) in IntRectExtent() 50 , m_bottom(bottom) in IntRectExtent() 61 int bottom() const { return m_bottom; } in bottom() 62 void setBottom(int bottom) { m_bottom = bottom; } in setBottom() 81 int m_bottom; variable
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | BorderImageLengthBox.h | 48 , m_bottom(length) in BorderImageLengthBox() 56 , m_bottom(number) in BorderImageLengthBox() 65 , m_bottom(bottom) in BorderImageLengthBox() 72 const BorderImageLength& bottom() const { return m_bottom; } in bottom() 77 && m_top == other.m_top && m_bottom == other.m_bottom; 87 return !(m_left.isZero() && m_right.isZero() && m_top.isZero() && m_bottom.isZero()); in nonZero() 94 BorderImageLength m_bottom; variable
|
D | BorderData.h | 47 …veImage) || m_right.nonZero(!haveImage) || m_top.nonZero(!haveImage) || m_bottom.nonZero(!haveImag… in hasBorder() 86 if (!m_image.hasImage() && (m_bottom.style() == BNONE || m_bottom.style() == BHIDDEN)) in borderBottomWidth() 88 return m_bottom.width(); in borderBottomWidth() 93 …_left == o.m_left && m_right == o.m_right && m_top == o.m_top && m_bottom == o.m_bottom && m_image… 105 const BorderValue& bottom() const { return m_bottom; } in bottom() 118 BorderValue m_bottom; variable
|
D | BasicShapes.h | 191 Length bottom() const { return m_bottom; } in bottom() 198 void setBottom(Length bottom) { m_bottom = bottom; } in setBottom() 220 Length m_bottom; variable
|
D | BasicShapes.cpp | 191 …std::max<float>(boundingBox.height() - top - floatValueForLength(m_bottom, boundingBox.height()), … in path() 208 result->setBottom(m_bottom.blend(o->bottom(), progress, ValueRangeNonNegative)); in blend()
|
D | RenderStyle.h | 949 void setBottom(Length v) { SET_VAR(surround, offset.m_bottom, v); } in setBottom() 983 void resetBorderBottom() { SET_VAR(surround, border.m_bottom, BorderValue()); } in resetBorderBottom() 1037 void setBorderBottomWidth(unsigned v) { SET_VAR(surround, border.m_bottom.m_width, v); } in setBorderBottomWidth() 1038 void setBorderBottomStyle(EBorderStyle v) { SET_VAR(surround, border.m_bottom.m_style, v); } in setBorderBottomStyle() 1039 … void setBorderBottomColor(const Color& v) { SET_BORDERVALUE_COLOR(surround, border.m_bottom, v); } in setBorderBottomColor() 1056 void setClipBottom(Length v) { SET_VAR(visual, clip.m_bottom, v); } in setClipBottom() 1162 void setMarginBottom(Length v) { SET_VAR(surround, margin.m_bottom, v); } in setMarginBottom() 1171 void setPaddingBottom(Length v) { SET_VAR(surround, padding.m_bottom, v); } in setPaddingBottom()
|
D | RenderStyle.cpp | 692 data->clip.m_bottom = bottom; in setClip()
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | LengthBox.h | 44 , m_bottom(t) in LengthBox() 52 , m_bottom(Length(v, Fixed)) in LengthBox() 60 , m_bottom(b) in LengthBox() 68 , m_bottom(Length(b, Fixed)) in LengthBox() 75 Length bottom() const { return m_bottom; } in bottom() 87 … return m_left == o.m_left && m_right == o.m_right && m_top == o.m_top && m_bottom == o.m_bottom; 97 return !(m_left.isZero() && m_right.isZero() && m_top.isZero() && m_bottom.isZero()); in nonZero() 104 Length m_bottom; variable
|
D | LengthBox.cpp | 43 return isHorizontalWritingMode(writingMode) ? m_right : m_bottom; in logicalRight() 52 return m_bottom; in before() 66 return m_bottom; in after() 75 return m_bottom; in after() 82 return isLeftToRightDirection(direction) ? m_top : m_bottom; in start() 89 return isLeftToRightDirection(direction) ? m_bottom : m_top; in end()
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
D | WebTestThemeControlWin.cpp | 109 , m_bottom(m_irect.fBottom) in WebTestThemeControlWin() 232 for (int i = m_top + readOnlyLineOffset; i < m_bottom; i += readOnlyLineOffset) in markState() 248 …triangle(m_right, m_bottom, m_right - triangleSize, m_bottom, m_right, m_bottom - triangleSize, m_… in markState() 253 …triangle(m_left, m_bottom, m_left, m_bottom - triangleSize, m_left + triangleSize, m_bottom, m_edg… in markState() 378 …line(m_left + longOffset, m_top + gripShortIndent, m_left + longOffset, m_bottom - gripShortIndent… in draw() 379 …line(m_right - longOffset, m_top + gripShortIndent, m_right - longOffset, m_bottom - gripShortInde… in draw() 386 …line(m_left + halfWidth, m_top + gripLongIndent, m_left + halfWidth, m_bottom - gripLongIndent, m_… in draw() 388 …line(m_left + gripShortIndent, m_bottom - longOffset, m_right - gripShortIndent, m_bottom - longOf… in draw() 395 …triangle(m_right - quarterWidth, m_top + quarterHeight, m_right - quarterWidth, m_bottom - quarter… in draw() 401 …ght, m_right - quarterWidth, m_top + halfHeight, m_left + quarterWidth, m_bottom - quarterHeight, … in draw() [all …]
|
D | WebTestThemeControlWin.h | 194 const int m_bottom; variable
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | Rect.h | 34 CSSPrimitiveValue* bottom() const { return m_bottom.get(); } in bottom() 39 void setBottom(PassRefPtr<CSSPrimitiveValue> bottom) { m_bottom = bottom; } in setBottom() 47 && compareCSSValuePtr(m_bottom, other.m_bottom); in equals() 54 || m_bottom->hasVariableReference() in hasVariableReference() 63 , m_bottom(cloneFrom.m_bottom ? cloneFrom.m_bottom->cloneForCSSOM() : 0) in RectBase() 73 RefPtr<CSSPrimitiveValue> m_bottom; variable
|
D | CSSBasicShapes.cpp | 292 m_bottom->cssText(), in cssText() 306 && compareCSSValuePtr(m_bottom, other.m_bottom) in equals() 316 m_bottom->serializeResolvingVariables(variables), in serializeResolvingVariables() 326 || m_bottom->hasVariableReference() in hasVariableReference()
|
D | CSSBasicShapes.h | 107 CSSPrimitiveValue* bottom() const { return m_bottom.get(); } in bottom() 114 void setBottom(PassRefPtr<CSSPrimitiveValue> bottom) { m_bottom = bottom; } in setBottom() 131 RefPtr<CSSPrimitiveValue> m_bottom; variable
|
D | CSSParser-in.cpp | 6862 else if (!m_bottom) in commitNumber() 6863 m_bottom = val; in commitNumber() 6881 m_bottom = m_top; in commitBorderImageSlice() 6884 if (!m_bottom) { in commitBorderImageSlice() 6885 m_bottom = m_top; in commitBorderImageSlice() 6895 quad->setBottom(m_bottom); in commitBorderImageSlice() 6911 RefPtr<CSSPrimitiveValue> m_bottom; member in WebCore::BorderImageSliceParseContext 6978 else if (!m_bottom) in commitNumber() 6979 m_bottom = val; in commitNumber() 6998 m_bottom = m_top; in commitBorderImageQuad() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
D | AnimatableLengthBox.h | 48 const AnimatableValue* bottom() const { return m_bottom.get(); } in bottom() 59 , m_bottom(bottom) in AnimatableLengthBox() 68 RefPtr<AnimatableValue> m_bottom; variable
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | CSSToStyleMap.cpp | 581 box.m_bottom = Length(slices->bottom()->getDoubleValue(), Percent); in mapNinePieceImageSlice() 583 … box.m_bottom = Length((int)slices->bottom()->getFloatValue(CSSPrimitiveValue::CSS_NUMBER), Fixed); in mapNinePieceImageSlice()
|