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

  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_dialog_constants.h 15 const int kArrowHeight = 7;
16 const int kArrowWidth = 2 * kArrowHeight;
  /external/chromium_org/content/browser/web_contents/aura/
gesture_nav_simple.cc 29 const int kArrowHeight = 280;
94 gfx::Point(left_arrow_ ? 0 : kArrowWidth, kArrowHeight / 2),
99 (kArrowHeight - image_.Height()) / 2);
212 int y = std::max(0, (window_bounds.height() - kArrowHeight) / 2);
213 arrow_->SetBounds(gfx::Rect(x, y, kArrowWidth, kArrowHeight));
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 59 const int kArrowHeight = 9;
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/
autofill_dialog_views.cc 93 const int kArrowHeight = 7;
94 const int kArrowWidth = 2 * kArrowHeight;
132 arrow.moveTo(tip_x - arrow_half_width, kArrowHeight);
134 arrow.lineTo(tip_x + arrow_half_width, kArrowHeight);
661 arrow.rLineTo(arrow_half_width, -kArrowHeight);
662 arrow.rLineTo(arrow_half_width, kArrowHeight);
725 SetBorder(views::Border::CreateEmptyBorder(kArrowHeight - 1, 0, 0, 0));
    [all...]

Completed in 843 milliseconds