Searched refs:kSeparatorHeight (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/ui/views/controls/ |
D | separator.cc | 16 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/ |
D | menu_separator_views.cc | 15 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/ |
D | side_tab_strip.cc | 30 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/ |
D | autofill_popup_controller_impl.cc | 40 const size_t kSeparatorHeight = 1; variable 554 return kSeparatorHeight; in GetRowHeightFromId()
|