HomeSort by relevance Sort by last modified time
    Searched defs:m_bottom (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/
LengthBox.h 37 , m_bottom(t)
45 , m_bottom(Length(v, Fixed))
53 , m_bottom(b)
61 , m_bottom(Length(b, Fixed))
68 Length bottom() const { return m_bottom; }
72 return m_left == o.m_left && m_right == o.m_right && m_top == o.m_top && m_bottom == o.m_bottom;
82 return !(m_left.isZero() && m_right.isZero() && m_top.isZero() && m_bottom.isZero());
88 Length m_bottom; member in struct:WebCore::LengthBox
  /external/webkit/Source/WebCore/css/
Rect.h 33 CSSPrimitiveValue* bottom() const { return m_bottom.get(); }
38 void setBottom(PassRefPtr<CSSPrimitiveValue> bottom) { m_bottom = bottom; }
48 RefPtr<CSSPrimitiveValue> m_bottom; member in class:WebCore::RectBase
CSSParser.cpp 4878 RefPtr<CSSPrimitiveValue> m_bottom; member in struct:WebCore::BorderImageParseContext
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
BorderData.h 47 return m_left.nonZero(!haveImage) || m_right.nonZero(!haveImage) || m_top.nonZero(!haveImage) || m_bottom.nonZero(!haveImage);
86 if (!m_image.hasImage() && (m_bottom.style() == BNONE || m_bottom.style() == BHIDDEN))
88 return m_bottom.width();
93 return m_left == o.m_left && m_right == o.m_right && m_top == o.m_top && m_bottom == o.m_bottom && m_image == o.m_image
105 const BorderValue& bottom() const { return m_bottom; }
118 BorderValue m_bottom; member in class:WebCore::BorderData
  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeControlDRTWin.h 196 const int m_bottom; member in class:WebThemeControlDRTWin

Completed in 971 milliseconds