Home
last modified time | relevance | path

Searched defs:bottom (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimatableLengthBox.h41 …RefPtr<AnimatableValue> right, PassRefPtr<AnimatableValue> top, PassRefPtr<AnimatableValue> bottom) in create()
48 const AnimatableValue* bottom() const { return m_bottom.get(); } in bottom() function
55 …RefPtr<AnimatableValue> right, PassRefPtr<AnimatableValue> top, PassRefPtr<AnimatableValue> bottom) in AnimatableLengthBox()
/external/chromium_org/ui/gfx/
Dinsets_base.h19 Type bottom() const { return bottom_; } in bottom() function
33 void Set(Type top, Type left, Type bottom, Type right) { in Set()
61 InsetsBase(Type top, Type left, Type bottom, Type right) in InsetsBase()
/external/chromium_org/net/base/
Dint128.h108 inline uint128::uint128(uint64 top, uint64 bottom) : lo_(bottom), hi_(top) { } in uint128()
111 inline uint128::uint128(uint64 bottom) : lo_(bottom), hi_(0) { } in uint128()
112 inline uint128::uint128(uint32 bottom) : lo_(bottom), hi_(0) { } in uint128()
113 inline uint128::uint128(int bottom) : lo_(bottom), hi_(0) { in uint128()
118 inline void uint128::Initialize(uint64 top, uint64 bottom) { in Initialize()
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DIntRectExtent.h47 IntRectExtent(int top, int right, int bottom, int left) in IntRectExtent()
61 int bottom() const { return m_bottom; } in bottom() function
62 void setBottom(int bottom) { m_bottom = bottom; } in setBottom()
DLayoutBoxExtent.h44 LayoutBoxExtent(LayoutUnit top, LayoutUnit right, LayoutUnit bottom, LayoutUnit left) in LayoutBoxExtent()
49 inline LayoutUnit bottom() const { return m_bottom; } in bottom() function
DIntRect.cpp68 int bottom = std::min(maxY(), other.maxY()); in intersect() local
97 int bottom = std::max(maxY(), other.maxY()); in unite() local
118 int bottom = std::max(maxY(), other.maxY()); in uniteIfNonZero() local
/external/chromium_org/third_party/openssl/openssl/crypto/bn/
Dbn_rand.c118 static int bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom) in bnrand()
211 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand()
216 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand()
222 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand()
/external/openssl/crypto/bn/
Dbn_rand.c118 static int bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom) in bnrand()
211 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand()
216 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand()
222 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand()
/external/chromium_org/third_party/WebKit/Source/core/css/
DRect.h34 CSSPrimitiveValue* bottom() const { return m_bottom.get(); } in bottom() function
39 void setBottom(PassRefPtr<CSSPrimitiveValue> bottom) { m_bottom = bottom; } in setBottom()
99 …static String generateCSSString(const String& top, const String& right, const String& bottom, cons… in generateCSSString()
127 …static String generateCSSString(const String& top, const String& right, const String& bottom, cons… in generateCSSString()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DBorderImageLengthBox.h61 const BorderImageLength& bottom, const BorderImageLength& left) in BorderImageLengthBox()
72 const BorderImageLength& bottom() const { return m_bottom; } in bottom() function
/external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/
DHasCompoundDrawablesMatcher.java16 public HasCompoundDrawablesMatcher(int left, int top, int right, int bottom) { in HasCompoundDrawablesMatcher()
42 public static Matcher<TextView> hasCompoundDrawables(int left, int top, int right, int bottom) { in hasCompoundDrawables()
/external/chromium_org/base/android/java/src/org/chromium/base/
DApiCompatibilityUtils.java120 public static void setPaddingRelative(View view, int start, int top, int end, int bottom) { in setPaddingRelative()
158 Drawable end, Drawable bottom) { in setCompoundDrawablesRelative()
171 Drawable start, Drawable top, Drawable end, Drawable bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds()
184 int start, int top, int end, int bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds()
/external/skia/src/core/
DSkRect.cpp12 void SkIRect::join(int32_t left, int32_t top, int32_t right, int32_t bottom) { in join()
134 SkScalar bottom) { in intersect()
168 SkScalar bottom) { in join()
/external/chromium_org/third_party/skia/src/core/
DSkRect.cpp12 void SkIRect::join(int32_t left, int32_t top, int32_t right, int32_t bottom) { in join()
134 SkScalar bottom) { in intersect()
168 SkScalar bottom) { in join()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowRect.java14 public void __constructor__(int left, int top, int right, int bottom) { in __constructor__()
34 public void set(int left, int top, int right, int bottom) { in set()
104 public boolean intersect(int left, int top, int right, int bottom) { in intersect()
/external/chromium_org/ui/views/
Dborder.cc36 int bottom, in SidedSolidBorder()
77 EmptyBorder(int top, int left, int bottom, int right) in EmptyBorder()
141 Border* Border::CreateEmptyBorder(int top, int left, int bottom, int right) { in CreateEmptyBorder()
148 int bottom, in CreateSolidSidedBorder()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcpassthroughrender.h85 float& right, float& bottom) const { in GetIncomingRenderStreamProperties()
138 const float bottom) { in SetStreamCropping()
151 const float bottom) { in ConfigureRenderer()
166 const float right, const float bottom) { in SetBitmap()
176 const float right, const float bottom) { in SetText()
/external/skia/tests/
DPathOpsLineIntersectionTest.cpp115 double bottom = SkTMax(line1[0].fY, line1[1].fY); in testOne() local
122 double bottom = SkTMax(line2[0].fY, line2[1].fY); in testOne() local
162 double bottom = SkTMax(line1[0].fY, line1[1].fY); in testOneCoincident() local
171 double bottom = SkTMax(line2[0].fY, line2[1].fY); in testOneCoincident() local
/external/v8/test/mjsunit/regress/
Dregress-1401.js30 var bottom = 0; variable
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-1401.js30 var bottom = 0; variable
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
Dposition_util.js72 bottom: docElement.clientHeight, property
229 bottom: y property
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebFloatQuad.cpp46 int bottom = static_cast<int>(ceilf(max(max(max(p[0].y, p[1].y), p[2].y), p[3].y))); in enclosingRect() local
/external/dropbear/libtommath/
Dbn_mp_rshd.c35 register mp_digit *bottom, *top; in mp_rshd() local
/external/chromium_org/ui/webui/resources/js/cr/ui/
Dposition_util.js71 bottom: docElement.clientHeight, property
232 bottom: y property
/external/chromium_org/cc/layers/
Dtiled_layer.cc325 int bottom, in UpdateTiles()
358 int bottom, in MarkOcclusionsAndRequestTextures()
401 int bottom, in HaveTexturesForTiles()
432 int bottom, in MarkTilesForUpdate()
476 int bottom, in UpdateTileTextures()
633 int left, top, right, bottom; in SetTexturePriorities() local
757 int left, top, right, bottom; in Update() local
776 int left, top, right, bottom; in Update() local
883 int left, top, right, bottom; in NeedsIdlePaint() local

12345678910>>...15