Searched refs:bottom (Results 1 - 25 of 1217) sorted by relevance

1234567891011>>

/external/clang/test/Modules/Inputs/
H A Dcategory_bottom.h4 -(void)bottom;
10 -(void)bottom;
H A Ddiamond_bottom.h4 char bottom(char *x);
/external/chromium_org/content/common/
H A Dfind_match_rect_android.cc13 bottom(0.0f) {
16 FindMatchRect::FindMatchRect(float left, float top, float right, float bottom) argument
20 bottom(bottom) {
H A Dfind_match_rect_android.h13 FindMatchRect(float left, float top, float right, float bottom);
17 float bottom; member in struct:content::FindMatchRect
/external/dropbear/libtommath/
H A Dbn_mp_rshd.c35 register mp_digit *bottom, *top; local
39 /* bottom */
40 bottom = a->dp;
47 * the top of the window are copied to the bottom
56 *bottom++ = *top++;
61 *bottom++ = 0;
H A Dbn_mp_lshd.c36 register mp_digit *top, *bottom; local
45 bottom = a->dp + a->used - 1 - b;
49 * the bottom to the top. see bn_mp_rshd.c for more info.
52 *top-- = *bottom--;
/external/chromium_org/ui/gfx/
H A Dinsets_f.cc15 InsetsF::InsetsF(float top, float left, float bottom, float right) argument
16 : InsetsBase<InsetsF, float>(top, left, bottom, right) {}
22 return base::StringPrintf("%f,%f,%f,%f", top(), left(), bottom(), right());
H A Dinsets.cc19 Insets::Insets(int top, int left, int bottom, int right) argument
20 : InsetsBase<Insets, int>(top, left, bottom, right) {}
26 border.bottom,
35 return base::StringPrintf("%d,%d,%d,%d", top(), left(), bottom(), right());
H A Dinsets_base.h19 Type bottom() const { return bottom_; } function in class:gfx::InsetsBase
27 // top and bottom insets.
33 void Set(Type top, Type left, Type bottom, Type right) { argument
36 bottom_ = bottom;
61 InsetsBase(Type top, Type left, Type bottom, Type right) argument
64 bottom_(bottom),
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1401.js30 var bottom = 0; variable
38 var size = bottom + 1 + 10;
39 var t = (sizes[++bottom] = size);
/external/v8/test/mjsunit/regress/
H A Dregress-1401.js30 var bottom = 0; variable
38 var size = bottom + 1 + 10;
39 var t = (sizes[++bottom] = size);
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DIntRectExtent.h47 IntRectExtent(int top, int right, int bottom, int left) argument
50 , m_bottom(bottom)
61 int bottom() const { return m_bottom; } function in class:WebCore::IntRectExtent
62 void setBottom(int bottom) { m_bottom = bottom; } argument
67 bool isZero() const { return !left() && !right() && !top() && !bottom(); }
75 rect.expand(left() + right(), top() + bottom());
89 && a.bottom() == b.bottom()
102 a.setBottom(a.bottom()
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowRect.java14 public void __constructor__(int left, int top, int right, int bottom) { argument
18 realRect.bottom = bottom;
25 realRect.bottom = otherRect.bottom;
30 set(rect.left, rect.top, rect.right, rect.bottom);
34 public void set(int left, int top, int right, int bottom) { argument
38 realRect.bottom = bottom;
48 return realRect.bottom
104 intersect(int left, int top, int right, int bottom) argument
[all...]
/external/chromium_org/chrome/browser/resources/memory_internals/
H A Dlist.css21 vertical-align: bottom;
24 table.list .bottom th,
25 table.list th.bottom {
26 border-bottom: 1px solid rgb(181, 198, 222);
/external/chromium_org/chrome/browser/resources/print_preview/
H A Dprint_header.css6 padding-bottom: 20px;
/external/clang/test/Modules/
H A Ddiamond-pch.c14 bottom(&c);
15 bottom(&d);
H A Ddiamond.c15 bottom(&c);
16 bottom(&d);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DTooltip.css7 body { overflow: auto; margin-top: 0px; margin-bottom: 0px; margin-left: 0.3em; margin-right: 0.3em; }
9 h1 { margin-top: 0.3em; margin-bottom: 0.04em; }
10 h2 { margin-top: 2em; margin-bottom: 0.25em; }
11 h3 { margin-top: 1.7em; margin-bottom: 0.25em; }
12 h4 { margin-top: 2em; margin-bottom: 0.3em; }
13 h5 { margin-top: 0px; margin-bottom: 0px; }
14 p { margin-top: 0em; margin-bottom: 0em; }
16 ul { margin-top: 0px; margin-bottom: 1em; }
17 li { margin-top: 0px; margin-bottom: 0px; }
18 li p { margin-top: 0px; margin-bottom
[all...]
/external/chromium_org/content/browser/resources/accessibility/
H A Daccessibility.css12 padding-bottom: 65px;
23 border-bottom: 1px solid #A0A0A0;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DRect.idl24 readonly attribute CSSPrimitiveValue bottom;
H A DRect.h34 CSSPrimitiveValue* bottom() const { return m_bottom.get(); } function in class:WebCore::RectBase
39 void setBottom(PassRefPtr<CSSPrimitiveValue> bottom) { m_bottom = bottom; } argument
85 return generateCSSString(top()->cssText(), right()->cssText(), bottom()->cssText(), left()->cssText());
92 bottom()->customSerializeResolvingVariables(variables),
99 static String generateCSSString(const String& top, const String& right, const String& bottom, const String& left) argument
101 return "rect(" + top + ' ' + right + ' ' + bottom + ' ' + left + ')';
113 return generateCSSString(top()->cssText(), right()->cssText(), bottom()->cssText(), left()->cssText());
120 bottom()->customSerializeResolvingVariables(variables),
127 static String generateCSSString(const String& top, const String& right, const String& bottom, cons argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DClientRect.idl31 readonly attribute float bottom;
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_resources.cc38 SkScalar bottom = SkIntToScalar(height); local
41 path->moveTo(left, bottom);
44 path->lineTo(left + kTabBottomCurveWidth, bottom - kTabBottomCurveWidth);
61 path->lineTo(right - kTabBottomCurveWidth, bottom - kTabBottomCurveWidth);
62 path->lineTo(right, bottom);
65 path->lineTo(left, bottom);
/external/skia/tools/lua/
H A Dskia.lua20 Sk.Rect = { left = 0, top = 0, right = 0, bottom = 0 }
27 rect = { left = l, top = t, right = r, bottom = b }
30 rect = { right = l, bottom = t }
44 return self.bottom - self.top
55 value = value * self.bottom
63 self.bottom = 0
70 self.bottom = b
79 self.bottom = self.bottom + dy
88 self.bottom
[all...]
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
H A Dposition_util.js14 * right: number, bottom: number}}
38 * The popop's bottom edge is aligned with the top edge of the anchor.
42 ABOVE: 3, // p: bottom, a: top, p: left, a: left
45 * The popop's top edge is aligned with the bottom edge of the anchor.
49 BELOW: 4 // p: top, a: bottom, p: left, a: left
72 bottom: docElement.clientHeight,
93 if (anchorRect.bottom + popupRect.height > availRect.height &&
100 anchorRect.bottom + popupRect.height <= availRect.height) {
121 style.left = style.right = style.top = style.bottom = 'auto'
126 if (anchorRect.bottom
[all...]

Completed in 1008 milliseconds

1234567891011>>