Home
last modified time | relevance | path

Searched refs:kSeparatorLineHeight (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/infobars/
Dinfobar_background.cc35 paint.setStrokeWidth(SkIntToScalar(infobars::InfoBar::kSeparatorLineHeight)); in Paint()
57 gfx::Rect(0, view->height() - infobars::InfoBar::kSeparatorLineHeight, in Paint()
58 view->width(), infobars::InfoBar::kSeparatorLineHeight), in Paint()
Dinfobar_view.cc54 const int infobars::InfoBar::kSeparatorLineHeight = member in infobars::InfoBar
158 SkIntToScalar(std::max(arrow_height() - kSeparatorLineHeight, 0)); in Layout()
160 SkScalar separator_height = SkIntToScalar(kSeparatorLineHeight); in Layout()
188 SkIntToScalar(width()), SkIntToScalar(height() - kSeparatorLineHeight)); in Layout()
Dextension_infobar.cc111 std::min(height() - kSeparatorLineHeight - arrow_height(), in Layout()
/external/chromium_org/components/infobars/core/
Dinfobar_android.cc9 const int infobars::InfoBar::kSeparatorLineHeight = 1; member in infobars::InfoBar
Dinfobar.h45 static const int kSeparatorLineHeight; variable
Dinfobar.cc156 arrow_height_ += kSeparatorLineHeight; in RecalculateHeights()
Dinfobar_container.cc84 std::max(height - InfoBar::kSeparatorLineHeight, 0), in SetMaxTopArrowHeight()
/external/chromium_org/components/infobars/test/
Dinfobar_test.cc18 const int infobars::InfoBar::kSeparatorLineHeight = 1; member in infobars::InfoBar
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
Dinfobar_cocoa.mm9 const int infobars::InfoBar::kSeparatorLineHeight = 1;
/external/chromium_org/chrome/browser/ui/cocoa/
Dbrowser_window_controller_browsertest.mm506 infobars::InfoBar::kSeparatorLineHeight;