Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/controls/
Dseparator.cc16 const int kSeparatorHeight = 1; variable
33 return gfx::Size(width(), kSeparatorHeight); in GetPreferredSize()
34 return gfx::Size(kSeparatorHeight, height()); in GetPreferredSize()
/external/chromium_org/ui/views/controls/menu/
Dmenu_separator_views.cc15 const int kSeparatorHeight = 1; variable
35 pos = height() - kSeparatorHeight; in OnPaintAura()
45 canvas->FillRect(gfx::Rect(0, pos, width(), kSeparatorHeight), in OnPaintAura()
/external/chromium/chrome/browser/ui/views/tabs/
Dside_tab_strip.cc30 const int kSeparatorHeight = 1; variable
299 separator_bounds_.SetRect(0, -kSeparatorHeight, width(), kSeparatorHeight); in GenerateIdealBounds()
305 separator_bounds_.SetRect(0, y, width(), kSeparatorHeight); in GenerateIdealBounds()
306 y += kSeparatorHeight + kVerticalTabSpacing; in GenerateIdealBounds()
324 separator_bounds_.SetRect(0, y, width(), kSeparatorHeight); in GenerateIdealBounds()
325 y += kSeparatorHeight + kVerticalTabSpacing; in GenerateIdealBounds()
/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller_impl.cc40 const size_t kSeparatorHeight = 1; variable
554 return kSeparatorHeight; in GetRowHeightFromId()