Searched refs:kTabStripInset (Results 1 – 3 of 3) sorted by relevance
118 const int SideTabStrip::kTabStripInset = 3; member in SideTabStrip199 canvas->ClipRectInt(kTabStripInset, kTabStripInset, in PaintChildren()200 width() - kTabStripInset - kTabStripInset, in PaintChildren()201 GetMaxTabY() - kTabStripInset); in PaintChildren()253 int initial_y = kTabStripInset; in ButtonPressed()294 layout_rect.Inset(kTabStripInset, kTabStripInset); in GenerateIdealBounds()388 layout_rect.Inset(kTabStripInset, kTabStripInset); in LayoutDraggedTabsAt()447 int available_height = GetMaxTabY() - kTabStripInset; in GetMaxOffset()452 return height() - kTabStripInset - kScrollButtonVerticalPadding - in GetMaxTabY()460 if (ideal_bounds(tab_index).y() < kTabStripInset) { in MakeTabVisible()[all …]
17 static const int kTabStripInset;
1084 x = SideTabStrip::kTabStripInset; in GetAttachedDragPoint()1086 y = std::min(std::max(y, SideTabStrip::kTabStripInset), max_y); in GetAttachedDragPoint()