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

  /external/chromium_org/components/infobars/core/
infobar_android.cc 11 const int infobars::InfoBar::kMaximumArrowTargetHeight = 24;
infobar.cc 88 DCHECK_LE(height, kMaximumArrowTargetHeight);
149 (kMaximumArrowTargetHeight - kDefaultArrowTargetHeight)));
infobar.h 47 static const int kMaximumArrowTargetHeight;
infobar_container.cc 85 InfoBar::kMaximumArrowTargetHeight);
  /external/chromium_org/components/infobars/test/
infobar_test.cc 20 const int infobars::InfoBar::kMaximumArrowTargetHeight = 24;
  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_view.cc 57 const int infobars::InfoBar::kMaximumArrowTargetHeight = 24;

Completed in 41 milliseconds