Home
last modified time | relevance | path

Searched refs:kMaximumArrowTargetHeight (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/infobars/
Dinfobar.cc49 DCHECK_LE(height, kMaximumArrowTargetHeight); in SetArrowTargetHeight()
110 (kMaximumArrowTargetHeight - kDefaultArrowTargetHeight))); in RecalculateHeights()
Dinfobar.h29 static const int kMaximumArrowTargetHeight; variable
Dinfobar_container.cc87 InfoBar::kMaximumArrowTargetHeight); in SetMaxTopArrowHeight()
Dinfobar_view.cc43 const int InfoBar::kMaximumArrowTargetHeight = 24; member in InfoBar