Home
last modified time | relevance | path

Searched defs:setBottom (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DLayoutBoxExtent.h54 inline void setBottom(LayoutUnit value) { m_bottom = value; } in setBottom() function
DIntRectExtent.h62 void setBottom(int bottom) { m_bottom = bottom; } in setBottom() function
DFloatBoxExtent.h62 void setBottom(float bottom) { m_bottom = bottom; } in setBottom() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DRect.h40 void setBottom(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> bottom) { m_bottom = bottom; } in setBottom() function
DCSSBasicShapes.h169 void setBottom(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> bottom) { m_bottom = bottom; } in setBottom() function
/external/proguard/src/proguard/evaluation/
DStack.java202 public void setBottom(int index, Value value) in setBottom() method in Stack
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DBasicShapes.h264 void setBottom(const Length& bottom) { m_bottom = bottom; } in setBottom() function
DRenderStyle.h981 void setBottom(const Length& v) { SET_VAR(surround, offset.m_bottom, v); } in setBottom() function
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowView.java704 public void setBottom(int bottom) { in setBottom() method in ShadowView