Searched refs:kArrowWidth (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/content/browser/web_contents/aura/ |
D | gesture_nav_simple.cc | 30 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/ |
D | panel_layout_manager.cc | 58 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/ |
D | autofill_dialog_constants.h | 16 const int kArrowWidth = 2 * kArrowHeight; variable
|
D | autofill_notification_controller.mm | 56 NSRect arrowRect = NSMakeRect(anchorPoint.x - autofill::kArrowWidth / 2.0, 58 autofill::kArrowWidth,
|
D | autofill_overlay_controller.mm | 50 CGFloat arrowHalfWidth = autofill::kArrowWidth / 2.0;
|
/external/chromium_org/ui/views/controls/menu/ |
D | native_menu_win.cc | 49 static const int kArrowWidth = 10; variable 181 measure_item_struct->itemWidth += kArrowWidth; in OnMeasureItem()
|
/external/chromium_org/chrome/browser/ui/views/autofill/ |
D | autofill_dialog_views.cc | 93 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()
|