Searched defs:bottom (Results 1 - 25 of 413) sorted by relevance

1234567891011>>

/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/athena/home/
H A Dhome_card_unittest.cc72 // bottom -> centered for virtual keyboard.
94 // Toogle overview revives the bottom home card. Home card also gets
140 // Mouse click at the bottom of the screen should invokes overview mode and
145 screen_rect.x() + screen_rect.width() / 2, screen_rect.bottom() - 1));
162 const int bottom = screen_rect.bottom(); local
165 generator.GestureScrollSequence(gfx::Point(x, bottom - 1),
166 gfx::Point(x, bottom - 70),
173 generator.GestureScrollSequence(gfx::Point(x, bottom - 40),
174 gfx::Point(x, bottom
240 const int bottom = screen_rect.bottom(); local
262 const int bottom = screen_rect.bottom(); local
[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/cc/resources/
H A Dlayer_quad.cc39 const Edge& bottom)
43 bottom_(bottom) {}
36 LayerQuad(const Edge& left, const Edge& top, const Edge& right, const Edge& bottom) argument
/external/chromium_org/chrome/browser/ui/panels/
H A Ddocked_panel_drag_handler.cc23 // aligned to the bottom area.
27 int bottom = collection->GetBottomPositionForExpansionState( local
29 if (new_bounds.bottom() != bottom) {
31 if (new_bounds.bottom() > bottom)
32 new_bounds.set_y(bottom - new_bounds.height());
/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/chromium_org/third_party/WebKit/Source/core/dom/
H A DClientRect.h58 float bottom() const { return m_rect.maxY(); } function in class:blink::FINAL
H A DDOMRectReadOnly.h24 double bottom() const { return std::max(m_y, m_y + m_height); } function in class:blink::DOMRectReadOnly
/external/chromium_org/third_party/skia/bench/
H A DTableBench.cpp52 SkRect bottom = SkRect::MakeLTRB(col * kCellWidth, local
56 canvas->drawRect(bottom, borderPaint);
/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/chromium_org/third_party/skia/src/svg/
H A DSkSVGCircle.cpp30 SkScalar left, top, right, bottom; local
34 bottom = cy + r;
42 sprintf(scratch, "%g", SkScalarToDouble(bottom));
43 parser._addAttribute("bottom", scratch);
H A DSkSVGEllipse.cpp32 SkScalar left, top, right, bottom; local
36 bottom = cy + ry;
44 sprintf(scratch, "%g", SkScalarToDouble(bottom));
45 parser._addAttribute("bottom", scratch);
/external/chromium_org/ui/base/cocoa/
H A Dappkit_utils.h22 int bottom; member in struct:ui::NinePartImageIds
/external/chromium_org/ui/metro_viewer/
H A Dime_types.h44 int32 bottom; member in struct:metro_viewer::CharacterBounds
/external/clang/test/CXX/basic/basic.link/
H A Dp7.cpp13 void bottom() { function in namespace:X
/external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/
H A DHasCompoundDrawablesMatcher.java16 public HasCompoundDrawablesMatcher(int left, int top, int right, int bottom) { argument
17 expectedCompoundDrawables = new ShadowTextView.CompoundDrawables(left, top, right, bottom);
42 public static Matcher<TextView> hasCompoundDrawables(int left, int top, int right, int bottom) { argument
43 return new HasCompoundDrawablesMatcher(left, top, right, bottom);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMarginLayoutParams.java20 public void setMargins(int left, int top, int right, int bottom) { argument
24 realMarginLayoutParams.bottomMargin = bottom;
/external/skia/bench/
H A DTableBench.cpp52 SkRect bottom = SkRect::MakeLTRB(col * kCellWidth, local
56 canvas->drawRect(bottom, borderPaint);
/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/skia/src/svg/
H A DSkSVGCircle.cpp30 SkScalar left, top, right, bottom; local
34 bottom = cy + r;
42 sprintf(scratch, "%g", SkScalarToDouble(bottom));
43 parser._addAttribute("bottom", scratch);
H A DSkSVGEllipse.cpp32 SkScalar left, top, right, bottom; local
36 bottom = cy + ry;
44 sprintf(scratch, "%g", SkScalarToDouble(bottom));
45 parser._addAttribute("bottom", scratch);
/external/chromium_org/chrome/browser/prefs/
H A Dpref_service_browsertest.cc136 int bottom = 0; local
138 EXPECT_TRUE(root_dict->GetInteger(kBrowserWindowPlacement + ".bottom",
139 &bottom));
140 EXPECT_EQ(bottom, bounds.y() + bounds.height());
201 int bottom = 0; local
203 EXPECT_TRUE(root_dict->GetInteger(kBrowserWindowPlacement + ".bottom",
204 &bottom));
205 EXPECT_EQ(bottom, bounds.y() + bounds.height());
/external/chromium_org/chrome/browser/ui/webui/chromeos/first_run/
H A Dfirst_run_actor.cc35 FirstRunActor::StepPosition::SetBottom(int bottom) { argument
36 bottom_ = bottom;
52 result->SetInteger("bottom", bottom_);
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableLengthBox.h41 static PassRefPtrWillBeRawPtr<AnimatableLengthBox> create(PassRefPtrWillBeRawPtr<AnimatableValue> left, PassRefPtrWillBeRawPtr<AnimatableValue> right, PassRefPtrWillBeRawPtr<AnimatableValue> top, PassRefPtrWillBeRawPtr<AnimatableValue> bottom) argument
43 return adoptRefWillBeNoop(new AnimatableLengthBox(left, right, top, bottom));
48 const AnimatableValue* bottom() const { return m_bottom.get(); } function in class:blink::FINAL
56 AnimatableLengthBox(PassRefPtrWillBeRawPtr<AnimatableValue> left, PassRefPtrWillBeRawPtr<AnimatableValue> right, PassRefPtrWillBeRawPtr<AnimatableValue> top, PassRefPtrWillBeRawPtr<AnimatableValue> bottom) argument
60 , m_bottom(bottom)

Completed in 1269 milliseconds

1234567891011>>