HomeSort by relevance Sort by last modified time
    Searched refs:kArrowWidth (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_dialog_constants.h 16 const int kArrowWidth = 2 * kArrowHeight;
  /external/chromium_org/content/browser/web_contents/aura/
gesture_nav_simple.cc 30 const int kArrowWidth = 140;
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/
panel_layout_manager.cc 58 const int kArrowWidth = 18;
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/
native_menu_win.cc 49 static const int kArrowWidth = 10;
181 measure_item_struct->itemWidth += kArrowWidth;
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 93 const int kArrowWidth = 2 * kArrowHeight;
128 const int arrow_half_width = kArrowWidth / 2.0f;
653 const int arrow_half_width = kArrowWidth / 2.0f;
    [all...]

Completed in 215 milliseconds