Searched refs:kArrowWidth (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dautofill_dialog_constants.h16 const int kArrowWidth = 2 * kArrowHeight; member in namespace:autofill
/external/chromium_org/content/browser/web_contents/aura/
H A Dgesture_nav_simple.cc30 const int kArrowWidth = 140; member in namespace:content::__anon7455
94 gfx::Point(left_arrow_ ? 0 : kArrowWidth, kArrowHeight / 2),
95 kArrowWidth,
98 left_arrow_ ? 0 : kArrowWidth - image_.Width(),
139 transform.Translate(arrow_delegate_->left() ? -kArrowWidth : kArrowWidth, 0);
157 float translate_x = gfx::Tween::FloatValueBetween(complete, -kArrowWidth, 0);
214 (window_bounds.width() - kArrowWidth);
217 arrow_->SetBounds(gfx::Rect(x, y, kArrowWidth, kArrowHeight));
/external/chromium_org/ash/wm/panels/
H A Dpanel_layout_manager.cc58 const int kArrowWidth = 18; member in namespace:ash::__anon2065
71 path.lineTo(SkIntToScalar(kArrowWidth / 2),
73 path.lineTo(SkIntToScalar(kArrowWidth), SkIntToScalar(0));
76 path.moveTo(SkIntToScalar(kArrowHeight), SkIntToScalar(kArrowWidth));
77 path.lineTo(SkIntToScalar(0), SkIntToScalar(kArrowWidth / 2));
82 path.lineTo(SkIntToScalar(kArrowWidth / 2), SkIntToScalar(0));
83 path.lineTo(SkIntToScalar(kArrowWidth), SkIntToScalar(kArrowHeight));
88 SkIntToScalar(kArrowWidth / 2));
89 path.lineTo(SkIntToScalar(0), SkIntToScalar(kArrowWidth));
214 callout_bounds.set_width(kArrowWidth);
[all...]
/external/chromium_org/ui/views/controls/menu/
H A Dnative_menu_win.cc49 static const int kArrowWidth = 10; member in namespace:views
181 measure_item_struct->itemWidth += kArrowWidth;
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc93 const int kArrowWidth = 2 * kArrowHeight; member in namespace:autofill::__anon5212
128 const int arrow_half_width = kArrowWidth / 2.0f;
653 const int arrow_half_width = kArrowWidth / 2.0f;

Completed in 300 milliseconds