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/content/browser/web_contents/aura/
H A Dgesture_nav_simple.cc29 const int kArrowHeight = 280; member in namespace:content::__anon7455
94 gfx::Point(left_arrow_ ? 0 : kArrowWidth, kArrowHeight / 2),
99 (kArrowHeight - image_.Height()) / 2);
216 int y = std::max(0, (window_bounds.height() - kArrowHeight) / 2);
217 arrow_->SetBounds(gfx::Rect(x, y, kArrowWidth, kArrowHeight));
/external/chromium_org/ash/wm/panels/
H A Dpanel_layout_manager.cc59 const int kArrowHeight = 9; member in namespace:ash::__anon2065
72 SkIntToScalar(kArrowHeight));
76 path.moveTo(SkIntToScalar(kArrowHeight), SkIntToScalar(kArrowWidth));
78 path.lineTo(SkIntToScalar(kArrowHeight), SkIntToScalar(0));
81 path.moveTo(SkIntToScalar(0), SkIntToScalar(kArrowHeight));
83 path.lineTo(SkIntToScalar(kArrowWidth), SkIntToScalar(kArrowHeight));
87 path.lineTo(SkIntToScalar(kArrowHeight),
215 callout_bounds.set_height(kArrowHeight);
217 callout_bounds.set_width(kArrowHeight);
237 params.bounds.set_height(kArrowHeight);
[all...]
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc92 const int kArrowHeight = 7; member in namespace:autofill::__anon5212
93 const int kArrowWidth = 2 * kArrowHeight;
131 arrow.moveTo(tip_x - arrow_half_width, kArrowHeight);
133 arrow.lineTo(tip_x + arrow_half_width, kArrowHeight);
660 arrow.rLineTo(arrow_half_width, -kArrowHeight);
661 arrow.rLineTo(arrow_half_width, kArrowHeight);
724 SetBorder(views::Border::CreateEmptyBorder(kArrowHeight - 1, 0, 0, 0));

Completed in 1320 milliseconds