Searched refs:IconCapacity (Results 1 – 5 of 5) sorted by relevance
613 int Tab::IconCapacity() const { in IconCapacity() function in Tab626 return IconCapacity() >= 2; in ShouldShowIcon()629 return IconCapacity() >= 1; in ShouldShowIcon()634 return !data().mini && IsCloseable() && (IsActive() || IconCapacity() >= 3); in ShouldShowCloseBox()
85 int IconCapacity() const;
435 return IconCapacity() >= 2; in ShouldShowIcon()438 return IconCapacity() >= 1; in ShouldShowIcon()982 int TabRendererGtk::IconCapacity() const { in IconCapacity() function in TabRendererGtk990 return !mini() && (IsSelected() || IconCapacity() >= 3); in ShouldShowCloseBox()
347 int IconCapacity() const;
204 TEST_F(TabControllerTest, IconCapacity) {