Home
last modified time | relevance | path

Searched refs:kArrowWidth (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/browser/web_contents/aura/
Dgesture_nav_simple.cc30 const int kArrowWidth = 140; variable
94 gfx::Point(left_arrow_ ? 0 : kArrowWidth, kArrowHeight / 2), in OnPaintLayer()
95 kArrowWidth, in OnPaintLayer()
98 left_arrow_ ? 0 : kArrowWidth - image_.Width(), in OnPaintLayer()
139 transform.Translate(arrow_delegate_->left() ? -kArrowWidth : kArrowWidth, 0); in AbortGestureAnimation()
157 float translate_x = gfx::Tween::FloatValueBetween(complete, -kArrowWidth, 0); in ApplyEffectsForDelta()
214 (window_bounds.width() - kArrowWidth); in OnOverscrollModeChange()
217 arrow_->SetBounds(gfx::Rect(x, y, kArrowWidth, kArrowHeight)); in OnOverscrollModeChange()
/external/chromium_org/ash/wm/panels/
Dpanel_layout_manager.cc58 const int kArrowWidth = 18; variable
71 path.lineTo(SkIntToScalar(kArrowWidth / 2), in Paint()
73 path.lineTo(SkIntToScalar(kArrowWidth), SkIntToScalar(0)); in Paint()
76 path.moveTo(SkIntToScalar(kArrowHeight), SkIntToScalar(kArrowWidth)); in Paint()
77 path.lineTo(SkIntToScalar(0), SkIntToScalar(kArrowWidth / 2)); in Paint()
82 path.lineTo(SkIntToScalar(kArrowWidth / 2), SkIntToScalar(0)); in Paint()
83 path.lineTo(SkIntToScalar(kArrowWidth), SkIntToScalar(kArrowHeight)); in Paint()
88 SkIntToScalar(kArrowWidth / 2)); in Paint()
89 path.lineTo(SkIntToScalar(0), SkIntToScalar(kArrowWidth)); in Paint()
214 callout_bounds.set_width(kArrowWidth); in SetAlignment()
[all …]
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dautofill_dialog_constants.h16 const int kArrowWidth = 2 * kArrowHeight; variable
Dautofill_notification_controller.mm56 NSRect arrowRect = NSMakeRect(anchorPoint.x - autofill::kArrowWidth / 2.0,
58 autofill::kArrowWidth,
Dautofill_overlay_controller.mm50 CGFloat arrowHalfWidth = autofill::kArrowWidth / 2.0;
/external/chromium_org/ui/views/controls/menu/
Dnative_menu_win.cc49 static const int kArrowWidth = 10; variable
181 measure_item_struct->itemWidth += kArrowWidth; in OnMeasureItem()
/external/chromium_org/chrome/browser/ui/views/autofill/
Dautofill_dialog_views.cc93 const int kArrowWidth = 2 * kArrowHeight; variable
128 const int arrow_half_width = kArrowWidth / 2.0f; in DrawArrow()
653 const int arrow_half_width = kArrowWidth / 2.0f; in OnPaint()