Home
last modified time | relevance | path

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

/external/chromium_org/components/infobars/core/
Dinfobar.cc88 DCHECK_LE(height, kMaximumArrowTargetHeight); in SetArrowTargetHeight()
149 (kMaximumArrowTargetHeight - kDefaultArrowTargetHeight))); in RecalculateHeights()
Dinfobar_android.cc11 const int infobars::InfoBar::kMaximumArrowTargetHeight = 24; member in infobars::InfoBar
Dinfobar.h47 static const int kMaximumArrowTargetHeight; variable
Dinfobar_container.cc85 InfoBar::kMaximumArrowTargetHeight); in SetMaxTopArrowHeight()
/external/chromium_org/components/infobars/test/
Dinfobar_test.cc20 const int infobars::InfoBar::kMaximumArrowTargetHeight = 24; member in infobars::InfoBar
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
Dinfobar_cocoa.mm11 const int infobars::InfoBar::kMaximumArrowTargetHeight = 24;
/external/chromium_org/chrome/browser/ui/views/infobars/
Dinfobar_view.cc57 const int infobars::InfoBar::kMaximumArrowTargetHeight = 24; member in infobars::InfoBar
/external/chromium_org/chrome/browser/ui/cocoa/
Dbrowser_window_controller_browsertest.mm505 NSInteger max_tip_height = infobars::InfoBar::kMaximumArrowTargetHeight +