Searched refs:kArrowHeight (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dautofill_dialog_constants.h15 const int kArrowHeight = 7; member in namespace:autofill
16 const int kArrowWidth = 2 * kArrowHeight;
/external/chromium_org/ash/wm/panels/
H A Dpanel_layout_manager.cc58 const int kArrowHeight = 9; member in namespace:ash::internal::__anon3651
71 SkIntToScalar(kArrowHeight));
75 path.moveTo(SkIntToScalar(kArrowHeight), SkIntToScalar(kArrowWidth));
77 path.lineTo(SkIntToScalar(kArrowHeight), SkIntToScalar(0));
80 path.moveTo(SkIntToScalar(0), SkIntToScalar(kArrowHeight));
82 path.lineTo(SkIntToScalar(kArrowWidth), SkIntToScalar(kArrowHeight));
86 path.lineTo(SkIntToScalar(kArrowHeight),
214 callout_bounds.set_height(kArrowHeight);
216 callout_bounds.set_width(kArrowHeight);
237 params.bounds.set_height(kArrowHeight);
[all...]
/external/chromium_org/ash/wm/caption_buttons/
H A Dmaximize_bubble_controller_bubble.cc133 const int kArrowHeight = 10; member in namespace:ash::__anon3629
248 int tip_y = left_base_y - kArrowHeight;
262 std::max(kLineWidth, kArrowHeight) + kLineWidth);
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc93 const int kArrowHeight = 7; member in namespace:autofill::__anon6546
94 const int kArrowWidth = 2 * kArrowHeight;
132 arrow.moveTo(tip_x - arrow_half_width, kArrowHeight);
134 arrow.lineTo(tip_x + arrow_half_width, kArrowHeight);
649 arrow.rLineTo(arrow_half_width, -kArrowHeight);
650 arrow.rLineTo(arrow_half_width, kArrowHeight);
699 set_border(views::Border::CreateEmptyBorder(kArrowHeight - 1, 0, 0, 0));

Completed in 441 milliseconds