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

  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_dialog_constants.h 16 const int kArrowWidth = 2 * kArrowHeight;
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 57 const int kArrowWidth = 18;
70 path.lineTo(SkIntToScalar(kArrowWidth / 2),
72 path.lineTo(SkIntToScalar(kArrowWidth), SkIntToScalar(0));
75 path.moveTo(SkIntToScalar(kArrowHeight), SkIntToScalar(kArrowWidth));
76 path.lineTo(SkIntToScalar(0), SkIntToScalar(kArrowWidth / 2));
81 path.lineTo(SkIntToScalar(kArrowWidth / 2), SkIntToScalar(0));
82 path.lineTo(SkIntToScalar(kArrowWidth), SkIntToScalar(kArrowHeight));
87 SkIntToScalar(kArrowWidth / 2));
88 path.lineTo(SkIntToScalar(0), SkIntToScalar(kArrowWidth));
213 callout_bounds.set_width(kArrowWidth);
    [all...]
  /external/chromium_org/ash/wm/caption_buttons/
maximize_bubble_controller_bubble.cc 134 const int kArrowWidth = 20;
246 int left_base_x = tip_x - kArrowWidth / 2;
251 path.lineTo(SkIntToScalar(left_base_x + kArrowWidth),
261 return gfx::Size(kLineWidth * 2 + kArrowWidth,
  /external/chromium_org/ui/views/controls/menu/
menu_win.cc 34 const int kArrowWidth = 10;
110 lpmis->itemWidth += kArrowWidth;
native_menu_win.cc 48 static const int kArrowWidth = 10;
179 measure_item_struct->itemWidth += kArrowWidth;
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 94 const int kArrowWidth = 2 * kArrowHeight;
129 const int arrow_half_width = kArrowWidth / 2.0f;
642 const int arrow_half_width = kArrowWidth / 2.0f;
    [all...]

Completed in 663 milliseconds