Searched refs:bottom (Results 1 - 25 of 1517) 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/ui/file_manager/file_manager/audio_player/elements/
H A Daudio_player.css7 bottom: 0;
9 margin-bottom: 8px;
/external/chromium_org/chrome/browser/chromeos/ui/
H A Daccessibility_focus_ring.cc14 // Compute the height of the top and bottom cap.
19 gfx::Rect bottom(bounds.x(), bounds.bottom() - cap_height,
21 gfx::Rect body(bounds.x(), top.bottom(),
22 bounds.width(), bottom.y() - top.bottom());
24 return CreateWithParagraphShape(top, body, bottom, margin);
49 gfx::Rect bottom = orig_bottom_line; local
51 int min_height = std::min(top.height(), bottom.height());
62 if (bottom
[all...]
/external/chromium_org/ui/gfx/geometry/
H A Dinsets.cc15 Insets::Insets(int top, int left, int bottom, int right) argument
16 : InsetsBase<Insets, int>(top, left, bottom, right) {}
22 return base::StringPrintf("%d,%d,%d,%d", top(), left(), bottom(), right());
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());
/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/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicBezierClip.cpp33 double bottom = distance[1]; local
34 if (top > bottom) {
35 SkTSwap(top, bottom);
37 if (top * bottom >= 0) {
41 bottom = 0;
44 bottom *= scale;
49 bottom *= scale;
59 } else if (approximately_greater_or_equal(distance2y[0].y, bottom)) {
67 } else if (approximately_greater_or_equal(distance2y[3].y, bottom)) {
76 x_at(distance2y[0], distance2y[to_0[0]], top, bottom, flag
[all...]
/external/skia/experimental/Intersection/
H A DCubicBezierClip.cpp33 double bottom = distance[1]; local
34 if (top > bottom) {
35 SkTSwap(top, bottom);
37 if (top * bottom >= 0) {
41 bottom = 0;
44 bottom *= scale;
49 bottom *= scale;
59 } else if (approximately_greater_or_equal(distance2y[0].y, bottom)) {
67 } else if (approximately_greater_or_equal(distance2y[3].y, bottom)) {
76 x_at(distance2y[0], distance2y[to_0[0]], top, bottom, flag
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
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:blink::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...]
H A DFloatBoxExtent.h47 FloatBoxExtent(float top, float right, float bottom, float left) argument
50 , m_bottom(bottom)
61 float bottom() const { return m_bottom; } function in class:blink::FloatBoxExtent
62 void setBottom(float bottom) { m_bottom = bottom; } argument
67 bool isZero() const { return !left() && !right() && !top() && !bottom(); }
75 rect.expand(left() + right(), top() + bottom());
82 m_bottom = std::max(m_bottom, other.bottom());
105 && a.bottom() == b.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/remoting/webapp/
H A Dmessage_window.css12 margin-bottom: 10px;
/external/clang/test/Modules/
H A Ddiamond-pch.c14 bottom(&c);
15 bottom(&d);
H A Ddiamond.c15 bottom(&c);
16 bottom(&d);
/external/chromium_org/chrome/third_party/chromevox/chromevox/background/
H A Doptions.css28 padding-bottom:10px;
34 margin-bottom:25px;
40 margin-bottom:0px;
41 padding-bottom:0px;
47 padding-bottom: 5px;
48 margin-bottom: 0px;
52 padding-bottom: 0px;
53 margin-bottom: 10px;
66 margin-bottom: 0px;
72 padding-bottom
[all...]
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_geometry.cc19 point.y() >= top() && point.y() < bottom();
24 rect.top() >= top() && rect.bottom() <= bottom();
31 bottom_ = std::min(bottom(), rect.bottom());
/external/chromium_org/cc/base/
H A Dsimple_enclosed_region.cc39 int bottom = rect_.bottom(); local
44 int delta_bottom = bottom - sub_rect.bottom();
49 int horizontal_bottom = bottom;
53 horizontal_top = sub_rect.bottom();
67 vertical_left, top, vertical_right - vertical_left, bottom - top);
89 int bottom = rect_.bottom(); local
94 int new_bottom = new_rect.bottom();
[all...]
/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/ppapi/cpp/
H A Drect.cc27 void Rect::Inset(int32_t left, int32_t top, int32_t right, int32_t bottom) { argument
30 set_height(std::max<int32_t>(height() - top - bottom, 0));
40 (point_y >= y()) && (point_y < bottom());
45 rect.y() >= y() && rect.bottom() <= bottom());
50 rect.y() >= bottom() || rect.bottom() <= y());
57 int32_t rb = std::min(bottom(), rect.bottom());
75 int32_t rb = std::max(bottom(), rec
131 Inset(float left, float top, float right, float bottom) argument
[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/animation/animatable/
H A DAnimatableLengthBox.cpp43 AnimatableValue::interpolate(this->bottom(), lengthBox->bottom(), fraction));
52 && bottom()->equals(lengthBox->bottom());
/external/chromium_org/third_party/skia/tests/
H A DCanvasStateHelpers.h23 float right, float bottom, int32_t spacer);
32 float left, float top, float right, float bottom, int32_t spacer);
39 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion);
48 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp,
/external/chromium_org/ui/metro_viewer/
H A Dime_types.cc27 bottom(0) {

Completed in 3718 milliseconds

1234567891011>>